body{
    padding:0;
    margin:0;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Mulish', sans-serif;
    color:#464545;
}
html.homepage {
    overflow-x: hidden!important;
}
h1,h2,h2,h3,h4,h5,h6,p
{
    margin: 0px;
    padding:0px;
}
a
{
    text-decoration: none!important;
    font-size: 16px;
}
a:after
{
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0px;
    margin: auto;
    top: 0px;
    background-repeat: no-repeat;
}
a:hover
{
    text-decoration: none!important;
}
p
{
    font-size:16px;
    line-height: 20px;
}
h1
{
    font-size: 65px;
    line-height: 67px;
}
h2
{
    font-size: 60px;
}
h3
{
    font-size: 40px;
}
h4
{
    font-size: 25px;   
}
h5
{
    font-size: 22px;
}
h6
{
    font-size: 20px;
}
/*header*/
#header {
    width: 100%;
    display: inline-block;
    padding: 10px 0px;
    background-color: #fff;
    box-shadow: 0px 0px 4px #1f5185;
    position: fixed;
    z-index: 999;
    height: 87px;
}
li.dropdown.mega-dropdown.active-i {
    position: relative!important;
}
li.dropdown.mega-dropdown.active-i:after {
    content: " ";
    display: block;
    position: absolute;
    top: 56px;
    left: 0px;
    right: 0px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #af2a2f;
    margin: 0px auto;
}
.logo-main a span {
    vertical-align: bottom;
    font-size: 13px;
    line-height: 1;
    padding-left: 7px;
    font-weight: 700;
    color: #003974;
    font-weight: 700;
}
.middle-menu-list ul {
    margin-top: 27px;
}
.middle-menu-list {
    width: 100%;
    display: inline-block;
    margin: 0px auto;
}
.middle-menu-list ul li a {
    font-size: 16px;
    color: #003974;
    font-weight: 300;
    padding: 35px 0px;
}
.middle-menu-list ul li{
   margin-right: 35px;
}
.middle-menu-list ul li:last-child{
    margin-right: 0px;
}
.logo-main img {
    margin-top: 8px;
}
.mr12p{margin-bottom: 12px;}
.top-banner-sec {
    width: 100%;
    display: inline-block;
    background-image: url("../images/banner.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 562px;
    position: relative;
    margin-top: -5px;
    z-index: -1;
    top: 26px;
}
.banner-text .read-more a{
    float: left;
    margin-top: 20px;
}
.banner-text h1 span {
    font-size: 35px;
    color: #fff;
    display: block;
    line-height: 1;
    letter-spacing: normal;
    font-weight: 700;
}
.banner-text h1 {
    font-size: 20px;
    color: #fff;
    line-height: 1;
    letter-spacing: 8px;
    font-weight: 300;
}
.banner-text {
    max-width: 518px;
    width: 100%;
    left: 156px;
    top: 235px;
    position: absolute;
}
.top-lists li {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}
.top-lists {
    width: 100%;
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 0px;
    list-style: none;
    padding-left: 0px;
}
.top-lists li ul li {
    width: 100%;
    display: inline-block;
}
.top-lists > li ul {
    padding-left: 0px;
}

.arrow-imgs1, .arrow-imgs2, .arrow-imgs3 {
    display: inline-block;
    margin-left: 5px;
}
.go-down {
    width: 100%;
    display: inline-block;
    margin-top: 113px;
}
.without-op1, .without-op2, .without-op3{
    display:none;
}
.right-logo {
    width: 135px;
    display: inline-block;
    background-color: #af2a2f;
    border-radius: 12px;
    padding: 7px 10px;
    margin-top: 10px;
}
.right-logo:hover {
    background-color: #004980;
}
.right-logo a img {
    width: 20px;
    float: left;
    margin-right: 15px;
    margin-top: 5px;
}
.right-logo a span {
    font-size: 14px;
    color: #fff;
    width: 67px;
    float: left;
    padding-left: 15px;
    line-height: 1.2;
}
.right-logo a{
    position:relative;
}
.right-logo a::after {
    content: '';
    position: absolute;
    bottom: 0px;
    margin: auto;
    top: 33px;
    height: 27px;
    width: 1px;
    background-color: #fff;
    left: -136px;
}
/*footer*/
footer {
    width: 100%;
    display: block;
    background-color: #003974;
    padding: 20px 0px;
}
footer a, footer p{
    color: #fff;
    display: block;
}
.links-social {
    width: 135px;
    float: left;
    margin-right: 55px;
    position: relative;
}
.links-social::after {
    display: block;
    position: absolute;
    right: -25px;
    top: -10px;
    width: 2px;
    height: 85px;
    background-color: #1d70c5;
    content: "";
}
.quick-link h5 {
    font-size: 14px;
    color: #f58220;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 8px;
    margin-top: 8px;
}
.quick-link p {
    font-size: 14px;
    line-height: 2;
}
.links-social > a {
    margin-bottom: 10px;
}
.links-social a:hover {
    color: #fff;
}
.copy-right-txt p{
    text-align: right;
    margin-top: 37px;
    font-size: 15px;
}

/*atglance*/
.key-business {
    width: 100%;
    display: inline-block;
    padding: 53px 0px;
    background-color: #eeede5;
}
.all-heads h3{
    color: #af2a2f;
    text-align: center;
    font-size: 25px;
    line-height: 1;
    font-weight: 800;
    margin-bottom: 35px;
}
.key-business-in p {
    font-size: 20px;
    color: #fff;
    padding: 17px 17px 10px 17px;
    line-height: 1.2;
    font-weight: 700;
    min-height: 75px;
}
.key-business-in img {
    width: 100%;
}

.read-more a {
    background-color: #053c6d;
    width: 220px;
    display: block;
    margin: 0px auto;
    margin-top: 50px;
    color: #fff;
    padding: 10px 20px;
    border-radius: 25px;
    font-weight: 700;
}
.read-span {
    position: relative;
    margin-right: 36px;
}
.read-span::after {
    display: block;
    position: absolute;
    right: -12px;
    top: -5px;
    width: 1px;
    height: 30px;
    background-color: #fff;
    content: "";
}

/**/
.financial-high {
    width: 100%;
    display: inline-block;
    padding: 54px 0px;
    background-color: #fff;
}
.finance-inside {
    max-width: 100%;
    width: 100%;
    display: block;
    margin: 0px auto;
    /*border: 1px solid #000;*/
    padding: 70px 0px 30px 0px;
    position: relative;
    /*height: 450px;*/
}
.finance-inside h3 {
    position: absolute;
    top: 30px;
    font-size: 25px;
    font-weight: 700;
    color: #004980;
    text-transform: uppercase;
}
.message-cm{
    width: 100%;
    display: inline-block;
    padding: 54px 0px;
    background-image: url("../images/message-from-the-chairman.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 662px;
}
.message-cm-in {
    background-color: #fff;
    padding: 40px 30px;
    width: 474px;
    float: right;
}
.message-cm-in p {
    font-size: 22px;
    line-height: 1.5;
    color: #053c6d;
    font-weight: 300;
}
.message-cm-in h4 {
    font-size: 22px;
    color: #053c6d;
    margin-top: 40px;
    font-weight: 700;
}
.message-cm-in .read-more a{
    float: left;
}
.message-wd{
    width: 100%;
    display: inline-block;
    padding: 54px 0px;
    background-image: url("../images/our-business-strategy-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 570px;
    margin-top: -5px;
}
.message-wd-in {
    background-color: #fff;
    padding: 15px;
}
.message-wd-in img {
    width: 100%;
}
.message-wd-in p {
    font-size: 18px;
    color: #af2a2f;
    font-weight: 700;
    margin-top: 10px;
}
.message-wd-in p span{
    display: block;
    font-size: 16px;
    color: #464545;
    font-weight: 300;
}
.covid-responsive {
    width: 100%;
    display: inline-block;
    padding: 54px 0px;
    background-color: #fef1e1;
    margin-top: -5px;
}
.covid-responsive-img img {
    width: 100%;
}
.covid-responsive-in p {
    color: #053c6d;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 300;
}
.covid-responsive-in .read-more a {
    float: left;
    margin-top: 38px;
}
.business-model {
    width: 100%;
    display: inline-block;
    padding: 54px 0px;
    margin-top: -5px;
}
.message-wd .all-heads h3 {
    color: #fff;
}

/**/
.business-model-in {
    width: 262px;
    float: left;
}
.business-model-in a p {
    font-size: 18px;
    color: #053c6d;
    margin-top: 18px;
    text-align: center;
    font-weight: 700;
}
.business-model-in a img {
    display: block;
    margin: 0px auto;
    width: 70px;
    height: 70px;
}
/**/
.orange-box-h {
    width: 100%;
    display: inline-block;
    padding: 10px 0px;
    background-color: #fff;
    margin-bottom: 0;
}
.orange-box-h p {
    font-size: 18px;
    line-height: 1.4;
    color: #464545;
    font-weight: 400;
}
.top-lists > li {
    float: left;
    border-right: 1px solid #fff;
}
.top-lists > li:nth-child(1) {
    width: 135px;
    min-height: 86px;
}
.top-lists > li:nth-child(2) {
    width: 160px;
    padding-left: 15px;
    min-height: 86px;
}
.top-lists > li:nth-child(3) {
    width: 208px;
    padding-left: 15px;
    border-right: 0px solid #fff;
}
.operating-lists ul li {
    width: 20%;
    float: left;
}
.after-h1 li, .after-h2 li, .after-h3 li {
    font-size: 14px;
    font-weight: 300;
    list-style: disc;
}
.bg-img-1{
    width: 262px;
    height: 254px;
    background-image: url("../images/capitals-1.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.bg-img-2{
    width: 262px;
    height: 254px;
    background-image: url("../images/capitals-1.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.bg-img-3{
    width: 262px;
    height: 254px;
    background-image: url("../images/Core%20Business%20Activities-3.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.bg-img-4{
    width: 211px;
    height: 254px;
    background-image: url("../images/Outcomes-4.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.business-model-in a {
    margin-top: 50px;
    display: block;
}
.bg-img-4 a{
    margin-left: 51px;
}
.business-main {
    width: 1010px;
    display: block;
    margin: 0px auto;
    margin-top: 30px;
}
.home-testimonials-in {
    background-color: #fff;
    padding: 60px 20px 30px 20px;
    margin-bottom: 80px;
    -webkit-box-shadow: 0 0 5px 2px rgba(130,136,184,0.2);
    -moz-box-shadow: 0 0 5px 2px rgba(130,136,184,0.2);
    box-shadow: 0 0 5px 2px rgba(130,136,184,0.2);
}
.full-images img {
    width: 100%;
}
.key-risk-impact .g-framework {
    width: 100%;
    display: inline-block;
    padding-bottom: 20px;
}
.g-structure-news {
    margin-bottom: 20px;
}
.full-images {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}
.home-testimonials-in .read-span {
    position: relative;
    margin-right: 36px;
    display: inline-block;
}
.read-span img {
    width: 35px !important;
}
.home-testimonials-in h3 {
    color: #af2a2f;
    font-size: 22px;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 800;
}
.home-testimonials-in p {
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    color: #053c6d;
    min-height: 138px;
}
.home-testimonials {
    width: 100%;
    display: block;
    padding: 110px 0px 0px 0px;
    background-color: #eeede5;
}
.bottom-ar a img {
    width: 20px;
    display: inline-block;
    vertical-align: middle;
}
.home-testimonials .read-more a {
    margin-top: 35px;
}
.at-glance-in h3 {
    color: #e87816;
}
.at-glance {
    width: 100%;
    display: inline-block;
    padding: 54px 0px 54px 0px;
}
.at-glance-in h3 {
    color: #e87816;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-size: 35px;
    font-weight: 700;
}
.iner-ruppee {
    font-size: 25px;
    font-weight: 500;
}
.unit-count {
    font-size: 25px;
    font-weight: 500;
}
.at-glance-in p {
    font-size: 16px;
    font-weight: 400;
}
.at-glance-in {
    margin-bottom: 45px;
    width: 100%;
}
.at-glance-main {
    background-color: #fff;
    padding: 50px 30px 30px 30px;
    margin: 10px;
    -webkit-box-shadow: 0 0 5px 2px rgba(130,136,184,0.2);
    -moz-box-shadow: 0 0 5px 2px rgba(130,136,184,0.2);
    box-shadow: 0 0 5px 2px rgba(130,136,184,0.2);
    min-height: 498px;
}
.remove-mrg{
    margin-bottom: 0px;
}
.note-alise{
    width: 100%;
    display: inline-block;
    margin-top: 30px;
}
.orange-box {
    width: 100%;
    display: inline-block;
    padding: 30px 20px;
    background-color: #f5821f;
    margin-bottom: 45px;
}
.orange-box p {
    font-size: 22px;
    line-height: 1.5;
    color: #fff;
    font-weight: 700;
}
.inner-half h3 {
    font-size: 25px;
    color: #af2a2f;
    line-height: 1.5;
    font-weight: 700;
}
.inner-half p {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 300;
}
.inner-half ul li {
    font-size: 18px;
    margin-bottom: 4px;
    font-weight: 300;
}
.inner-half ul {
    padding-left: 15px;
    margin-top: 5px;
}
.inner-halfs ul {
    padding-left: 15px;
    margin-top: 5px;
}
.inside-mobile h3 {
    font-size: 25px;
    color: #af2a2f;
    font-weight: 700;
}
.inside-mobile p {
    font-size: 16px;
    margin-top: 15px;
}
.border-btm {
    border-bottom: 1px solid #000;
    margin-bottom: 15px;
    width: 100%;
    display: inline-block;
    padding-bottom: 15px;
}
.note-alise p {
    font-size:14px;
    font-style:italic;
    line-height: 16px;
}
.home-tab {
    width: 100%;
    display: block;
    padding: 54px 0px;
    background: linear-gradient(to right, #f17e23 10% , #b22d2e);
}
.capitals-tabs ul li {
    width: 287px;
    margin-right: 40px;

}
.capitals-tabs ul li:last-child {
    margin-right: 0px;
}
.capitals-tabs ul li a {
    border-radius: 0;
    background-color: #eeede5;
    padding: 17px;
    text-align: center;
    color: #053c6d;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    height: 120px;
}
.capitals-tabs ul {
    margin-bottom: 54px;
}
.capitals-tabs .nav-pills > li.active > a, .capitals-tabs .nav-pills > li.active > a:focus, .capitals-tabs .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #053c6d;
}
.plus-icon, .minus-icon {
    margin-top: 10px;
    display: inline-block;
}
.minus-icon {
    display: none;
}
.capitals-tabs  ul li.active .minus-icon{
    display: block;
}
.capitals-tabs  ul li.active .plus-icon{
    display: none;
}
.capitals-tabs-in-left {
    width: 100%;
    display: inline-block;
    background-color: #fff;
    padding: 0;
    margin-top: 20px;
}
.capitals-tabs-in-right {
    width: 100%;
    display: inline-block;
    position: relative;
}
.capitals-tabs-in {
    width: 100%;
    display: inline-block;
    background-color: #fff;
    padding: 20px;
    -webkit-box-shadow: 0 0 5px 2px rgba(130,136,184,0.2);
    -moz-box-shadow: 0 0 5px 2px rgba(130,136,184,0.2);
    box-shadow: 0 0 5px 2px rgba(130,136,184,0.2);
}
.capitals-tabs {
    max-width: 100%;
    width: 100%;
    display: inline-block;
}
.capitals-tabs-in-right img{
    width: 100%;
}
.capitals-tabs-in-right p {
    background-color: #e87816;
    padding: 2px 10px;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.4;
    position: absolute;
    width: 100%;
    bottom: 0px;
}
.capitals-tabs-in-left p {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
    color: #053c6d;
    min-height: 76px;
}

/**/
.financial-statement .owl-nav button.owl-next {
    position: absolute;
    width: 31px;
    height: 31px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -45px;
    background-image: url(../images/next.png) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.financial-statement .owl-nav button.owl-prev {
    position: absolute;
    width: 31px;
    height: 31px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -45px;
    opacity: 1;
    background-image: url(../images/prev.png) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.financial-statement.owl-theme .owl-dots .owl-dot.active span, .financial-statement.owl-theme .owl-dots .owl-dot:hover span {
    background: #af2a2f;
}
.financial-statement.owl-theme .owl-dots, .financial-statement.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-top: 26px;
}
.financial-statement.owl-theme .owl-nav .owl-prev:hover, .financial-statement.owl-theme .owl-nav .owl-next:hover {
    background: none;
    color: #FFF;
    text-decoration: none;
}

/**/
.middle-slider .owl-nav button.owl-next {
    position: absolute;
    width: 31px;
    height: 31px;
    bottom: 0;
    margin: auto;
    right: 230px;
    background-image: url(../images/next.png) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.middle-slider .owl-nav button.owl-prev {
    position: absolute;
    width: 31px;
    height: 31px;
    bottom: 3px;
    margin: auto;
    left: 230px;
    opacity: 1;
    background-image: url(../images/prev.png) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.middle-slider.owl-theme .owl-dots .owl-dot.active span, .middle-slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #af2a2f;
}
.middle-slider.owl-theme .owl-dots, .middle-slider.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-top: 26px;
}
.middle-slider.owl-theme .owl-nav .owl-prev:hover, .middle-slider.owl-theme .owl-nav .owl-next:hover {
    background: none;
    color: #FFF;
    text-decoration: none;
}

/**/
.at-the-glance .owl-nav button.owl-next {
    position: absolute;
    width: 31px;
    height: 31px;
    top: 42%;
    margin: auto;
    right: -44px;
    background-image: url(../images/next.png) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.at-the-glance .owl-nav button.owl-prev {
    position: absolute;
    width: 31px;
    height: 31px;
    top: 42%;
    margin: auto;
    left: -40px;
    opacity: 1;
    background-image: url(../images/prev.png) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.at-the-glance.owl-theme .owl-dots .owl-dot.active span, .at-the-glance.owl-theme .owl-dots .owl-dot:hover span {
    background: #af2a2f;
}
.at-the-glance.owl-theme .owl-dots, .at-the-glance.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-top: 26px;
}
.at-the-glance.owl-theme .owl-nav .owl-prev:hover, .at-the-glance.owl-theme .owl-nav .owl-next:hover {
    background: none;
    color: #FFF;
    text-decoration: none;
}


/**********inside pages***********/

.ch-msg-banner {
    background-image: url(../images/ch-msg-banner.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 160px;
    padding-bottom: 100px;
    margin-top: -7px;
}
.chairman-inside-page #header {
    width: 100%;
    display: inline-block;
    padding: 10px 0px;
    background-color: #fff;
    box-shadow: 0px 0px 4px #1f5185;
    position: relative;
    z-index: 999;
    height: 87px;
}
.ch-banner-box {
    background-color: #fff;
    padding: 30px 28px;
}
.ch-banner-box h1
{
   font-weight: 700;
   font-size: 30px;
   color: #af2a2f;
   padding-bottom:10px;  
}
.ch-banner-box p{
    color: #053c6d;
    font-size: 22px;
    font-weight: 300;
    line-height: 28px;
}
.ch-content
{
    margin-top: 40px;
}
.ch-content p
{
    padding-bottom: 20px;
}
.ch-content h5 {
    color: #003974;
    font-size: 20px;
    font-weight: 700;
    padding-top: 0;
    padding-bottom: 5px;
}
.ch-content h6 {
    font-size: 16px;
    padding-bottom: 120px;
    font-style: italic;
    color: #003974;
}
.blue-heads{
    color:#004980 !important;
}
.maroon-heading{
    color: #af2a2f!important;
}
.black-heading{
    color: #000!important;
}
.natural-capitals-page .sub-heading-red {
    color: #af2a2f;
    font-size: 20px;
}
.our-business-ins .mda-panel .panel-heading h4 {
    color: #004980;
    font-weight: 700;
    text-transform: uppercase;
}
.management-discussion-page .mda-panel .panel-heading h4 {
    color: #004980;
    font-weight: 700;
    text-transform: uppercase;
}
.director-report-page .mda-panel .panel-heading h4 {
    color: #004980;
    font-weight: 700;
    text-transform: uppercase;
}
.inner-heading {
    font-weight: 700;
    font-size: 30px;
    color: #af2a2f;
    margin-top: 150px;
    margin-bottom: 30px;
    line-height: 36px;
}
.director-img h5
{
    font-size: 18px;
    color: #af2a2f;
    font-weight: 700;
    padding-top: 15px;
}
.dir-text p
{
    padding-bottom: 15px;
}
.directors-div
{
    border-bottom: 1px solid #af2a2f;
    display: inline-block;
    padding-bottom: 20px;
    margin-bottom: 40px;
}
.dir-last
{
    border-bottom: none;
}
.responding
{
    margin-bottom: 30px;
}
.responding h4
{
    font-size: 25px;
    font-weight: 700;
    color: #af2a2f;
    padding: 15px 0px;
}
.read-pdf span{
    color: #464545;
    padding-left: 10px;
    font-size: 15px;
}
.icic-response
{
    background-color: #fef1e1;
    padding: 40px 0px;
    margin-top: 60px;
}
.icic-response h4
{
    font-size: 25px;
    color: #004980;
    font-weight: 700;
    padding-bottom: 20px;
}
.c-emp span{
    font-size: 25px;
    font-weight: 700;
    color: #af2a2f;
    padding-left: 10px;
}
.c-emp img{
    vertical-align: baseline;
}
.mt-30
{
    margin-top: 30px;
}

.icic-response ul li{
    position: relative;
    padding-top: 20px;
    font-size: 16px;
    line-height: 20px;
    padding-left: 15px;
}
.icic-response ul li:before
{
    content: '';
    position: absolute;
    left:0px;
    top:28px;
    background-color:#004980;
    width: 5px;
    height: 5px;
    border-radius:100px;
}
.partition-img
{
    margin-top: 80px;
}
.partition-text{
    /*background-color: #e87816;*/
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
}
.udai
{
    margin-top: 30px;
}
.d-objective
{
    background-color: transparent;
    margin-top: 20px;
}
.g-framework p{
    padding-bottom:20px;
}
.g-structure-img
{
    margin-bottom: 100px;
}
.middle-menu-list ul li a > i {
    font-size: 25px;
    position: absolute;
    right: -15px;
}
.middle-menu-list ul li a.active > i{
    display:none;
}
.mda-panel .panel-title > a:before {
    float: right !important;
    content: '-';
    position: absolute;
    left:15px;
    font-size:24px;
    color: #004980;
    margin-top:0px;
    font-weight: 700;
}
.mda-panel .panel-title > a.collapsed:before {
    float: right !important;
    content: '+';
    position: absolute;
    left:15px;
    font-size:24px;
    color: #004980;
    margin-top:0px;
    font-weight: 700;
}

.mda-panel .panel-heading h4 {
    color: #af2a2f;
    font-weight: 700;
    text-transform:uppercase;
}
.mda-panel .panel-heading h4 a{
    font-size: 20px;
    line-height: 26px;
    
}
.mda-panel .panel-body h5
{
    color: #004980;
    padding-bottom:15px;
    padding-top: 10px;
    font-weight: 700;
    font-size:18px;
}

.mda-panel .panel-body p{
    padding-bottom: 20px;
}
.mda-panel.panel-group .panel-heading+.panel-collapse>.panel-body
{
    border:none;
    padding-left:30px;
    font-size: 16px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 30px;
}
.mda-panel .panel-default
{
    border-left:none;
    border-right: none;
    box-shadow: none;
    border-top:none;
    border-radius: 0px;
    border-bottom:1px solid #004980;
}
.mda-panel .panel-heading
{
    background-color:transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding-left: 30px;
    padding-right: 0px;
}

.mda-panel .panel-title > a:focus
{
    outline: none;
    text-decoration: none;
}
.mda-panel #heading1a
{
    border-top: 1px solid #004980;
}
.key-risk-business
{
    padding-bottom: 80px;
}

/*graph animation*/
.performance-bar {    
  transform: rotatex(90deg);
  transform-origin: left bottom;
  animation: performance-bar linear .70s forwards;
}
@keyframes performance-bar {    
  0% { 
   transform: rotatex(90deg);
}
100% {
   transform: rotatex(0deg);
}   
}

.one{
    animation-delay: 0s;
}
.two{
    animation-delay: .30s;
}
.three{
    animation-delay: 1s;
}
.four{
    animation-delay: 1.30s;
}
.five{
    animation-delay: 2s;
}
.six{
    animation-delay: 2.30s;
}
.seven{
    animation-delay: 3s;
}
.seven{
    animation-delay: 3.30s;
}
/**/
.read-more a:hover {
    background-color: #af2a2f;
    transition: ease-in .2s;
}
.item-zoom {
    position: relative;
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.item-zoom img {
    max-height:413px;
    z-index:999;
    vertical-align: top;
    max-width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.bottom-ar {
    min-height: 120px;
    z-index: 99;
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.top-img-t {
    position: absolute;
    top: -40px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    width: 78px;
    display: block;
}
.bottom-ar a {
    font-size: 18px;
    color: #fff;
    padding: 5px 17px;
    line-height: 1.2;
    font-weight: 700;
    display: block;
}
.orange-txts {
    background: #e87816;
    color: #fff;
    font-size: 18px;
    padding: 15px;
    font-weight: 700;
    text-align: center;
}
.item-zoom:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.capitals-tabs-in h3 {
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding: 11px 0px;
    background-color: #003974;
    margin-bottom: 15px;
    font-weight: 700;
}
.home-popup{
    display:none;
}
.home-popup {
    width: 1172px;
    margin: 0px auto;
    position: absolute;
    left: 0px;
    top: 87px;
    z-index: 999;
    right: 0px;
}
.home-popup-right-in p {
    font-size: 12px;
    margin-bottom: 20px;
    line-height: 1.5;
}
.home-popup-right-in h4 {
    font-size: 16px;
    color: #004980;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 5px;
}
.home-popup-right-in .all-heads h3 {
    text-align: left;
    margin-bottom: 15px;
}
.home-popup-right {
    background-color: #fff;
    padding: 15px;
    width: 967px;
    float: left;
    max-height: 434px;
    overflow-y: scroll;
}
.home-popup-left h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    padding-left: 0;
    margin-bottom: 10px;
}
.home-popup-left {
    width: 205px;
    float: left;
    background-color: #af2a2f;
    padding: 35px 20px;
}
.home-popup-left ul li {
    font-size: 14px;
    color: #fff;
}
.home-popup-left ul {
    padding-left: 15px;
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.home-popup-left ul:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.all-heads a {
    position: absolute;
    right: 32px;
    top: 15px;
}

/*20072021 sanni*/

/*new pages*/
.finance-grp {
    width: 100%;
    display: inline-block;
}
.finance-grp .finance-inside{
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
    max-width:406px;
}
.image-cont-bn-l {
    width: 60%;
    float: left;
    position: relative;
}

.image-cont-bn-l img {
    width: 100%;
}
.image-cont-bn-r {
    width: 40%;
    float: left;
    background-color: #dddccc;
    padding: 57px 30px;
}
.human-capital-page .image-cont-bn-r {
    width: 40%;
    float: left;
    background-color: #dddccc;
    padding: 146px 30px;
}
.image-cont-bn-r p {
    font-size: 25px;
    line-height: 1.4;
    font-weight: 700;
    color: #053c6d;
}
.image-cont-bn {
    width: 100%;
    display: inline-block;
    margin-bottom: 50px;
}
.image-cont-bn-l p {
    color: #fff;
    padding: 10px 15px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.bottom-txts p {
    color: #af2a2f;
    font-size: 18px;
    line-height: 1.5;
    
}
.remove-textc {
    padding-bottom: 5px!important;
}
.inner-halfs ul li {
    font-size: 18px;
    margin-bottom: 4px;
    font-weight: 300;
}
.inner-halfs h3 {
    font-size: 25px;
    color: #af2a2f;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 5px;
}
.key-risk-impact .key-risk-business {
    padding-bottom: 50px;
}
.inner-halfs p {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 300;
}
.inside-heads {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 10px;
}
.inner-imgslefts img {
    margin: 0px 0px 15px 0px;
}
.inner-imgss img {
    display: block;
    margin: 0px auto 15px auto;
}
.bottom-txtss {
    width: 100%;
    display: inline-block;
    margin-top: 0px;
}
.bottom-txtss p {
    color: #af2a2f;
    font-size: 18px;
    line-height: 1.3;
}
.n-capital-texts {
    margin-top: 20px!important;
}
.management-discussion-page .full-image img {
    width: auto;
}
.management-discussion-page .g-framework {
    width: 100%;
    display: inline-block;
    padding-bottom: 0;
}
.heads-blue{
    color: #004980;
}
.heads-red{
    color: #af2a2f;
}
ul.remove-padd {
    padding-left: 15px;
    margin-bottom: 20px;

}

ul.remove-padd li{
    list-style: none;
    margin-bottom: 10px;
}
.remove-padd li::before {
    content: "\2022";
    color: #f58221;
    display: inline-block;
    width: 18px;
    margin-left: -14px;
}
.image-on-txt {
    position: relative;
    margin-bottom: 15px;
}
.footnotepara
{
    font-size:14px;
    font-style:italic;
    line-height: 16px;
}
.image-on-txt p {
    position: relative;
    bottom: 0px;
    color: #fff;
    font-size: 16px;
    padding: 10px 15px;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
}
.g-framework {
    width: 100%;
    display: inline-block;
    padding-bottom: 54px;
}
.director-report-page .g-framework
{
    padding-bottom:0px;
}
.inner-imgs img {
    display: block;
    margin: 50px auto;
}
.inner-imgsleft img
{
    margin: 20px 0px;
}
.orange-bg-p {
    background-color: #f5821d;
    padding: 10px 15px;
    margin-bottom: 30px;
    color: #fff;
}
.inner-at-glance {
    width: 100%;
    display: inline-block;
    padding: 54px 0px;
    background-color: #fef1e1;
}
.box-sliders {
    width: 100%;
    display: inline-block;
    padding: 54px 0px;
}
a.blck-txt
{
    color:#b33439!important;
}
.imgbtm30 
{
    padding-bottom:60px;
}
/**/
.at-the-glance-in .owl-nav button.owl-next {
    position: absolute;
    width: 31px;
    height: 31px;
    bottom: 0;
    margin: auto;
    right: 44px;
    background-image: url(../images/next.png) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.at-the-glance-in .owl-nav button.owl-prev {
    position: absolute;
    width: 31px;
    height: 31px;
    bottom: 0;
    margin: auto;
    left: 44px;
    opacity: 1;
    background-image: url(../images/prev.png) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.at-the-glance-in.owl-theme .owl-dots .owl-dot.active span, .at-the-glance-in.owl-theme .owl-dots .owl-dot:hover span {
    background: #af2a2f;
}
.at-the-glance-in.owl-theme .owl-dots, .at-the-glance-in.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-top: 26px;
}
.at-the-glance-in.owl-theme .owl-nav .owl-prev:hover, .at-the-glance-in.owl-theme .owl-nav .owl-next:hover {
    background: none;
    color: #FFF;
    text-decoration: none;
}
.at-the-glance-in.owl-carousel .owl-stage{
    padding-left: 0px!important;
}
.inside-mobile-inner h3 {
    font-size: 25px;
    color: #af2a2f;
    font-weight: 700;
}
.inside-mobile-inner p {
    font-size: 16px;
    margin-top: 15px;
}
.inside-mobile-inner {
    -webkit-box-shadow: 0 0 5px 2px rgba(130,136,184,0.2);
    -moz-box-shadow: 0 0 5px 2px rgba(130,136,184,0.2);
    box-shadow: 0 0 5px 2px rgba(130,136,184,0.2);
    padding: 40px 20px;
    margin: 10px;
    min-height:285px;
    margin-bottom: 40px;
}
.key-busi-page .key-business{
    padding-top:0px;
}
.test-slider {
    margin-left: 105px;
} 

.key-business-inner img {
    width: 100%;
}
.key-business-inner h4 {
    color: #004980;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 15px;
}
.key-business-inner p {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 300;
    color: #464545;
}
.key-business-inner {
    width: 100%;
    display: inline-block;
    background-color: #fff;
    padding: 20px 5px;
    margin-bottom: 30px;
    min-height: auto;
}
.g-structure-imgs img {
    display: block;
    margin: 54px auto 20px auto;
}

.bod h4
{
    font-size:20px;
    font-weight: 700;
    color: #004980;
    margin-bottom: 40px;
}
.bod-text
{
    margin-bottom: 60px;
}
.bod-text h5
{
    color: #af2a2f;
    font-size: 18px;
    font-weight: 700;
    padding-top: 20px;
    padding-bottom: 5px;
}
.bod-committe-bg
{
    background-color: #eeede5;
    padding: 50px 0px;
}

.bod-committe-bg h4
{
    font-size: 25px;
    font-weight: 700;
    color: #af2a2f;
}
.bod-committe-bg  h5
{
   font-weight: 700;
   color: #af2a2f;
   font-size: 18px;
   padding-bottom: 5px;   
}
.key-person
{
    border-bottom: 1px solid #af2a2f;
    padding-bottom: 30px;
    margin-bottom: 40px;
}
.bod-person h4
{
    padding-bottom: 30px;
}
.bod-person p {
    margin-bottom: 60px;
}
.th-env
{
    background-color: #dddccc;
    padding: 50px 30px;
    min-height:418px;
}
.th-env h4
{
    font-size: 25px;
    line-height: 30px;
    color: #053c6d;
    font-weight: 700;
}
.n-capital .col-md-6
{
    padding-right: 0px;
}
.n-capital .col-md-4
{
    padding-left: 0px;
}
.n-capital-text
{
    margin-top: 50px;
}
.n-capital-text p{
    padding-bottom: 20px;
}
.sub-heading-blue, .sub-heading-red
{
    font-size: 20px;
    margin-top: 10px;
    font-weight: 700;
    color: #004980;
    padding-bottom: 20px;
}
.sub-heading-red
{
    color: #af2a2f;
    font-size: 25px;
}
.n-capital-text ul
{
    padding-left:20px;
}
.n-capital-text ul li
{
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 15px;
    position: relative;
}
.n-capital-text ul li:before
{
    content: '';
    position: absolute;
    top:7px;
    left: -20px;
    background-color: #f6821f;
    width: 6px;
    height: 6px;
    border-radius: 50px;
}

.green-feature h2
{
    font-size: 25px;
    font-weight: 300;
    color: #004980;
    border-bottom: 1px solid #9c9c9c;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.green-feature h2 span {
    font-size: 50px;
    font-weight: 700;
}
.b-responsible h5
{
    color: #053c6d;
    font-size: 20px;
    line-height: 1.3;
    padding-bottom: 30px;
}
.b-responsible p
{
    padding-bottom: 15px;
}
.g-structure-img1
{
    padding-top: 20px;
    padding-bottom: 40px;
}
.mt-30
{
    margin-top: 30px;
}
.footer-gap
{
    margin-top: 80px;
}
.menu-list {
    width: 100%;
    display: inline-block;
    position: fixed;
    top: 87px;
    left: 0px;
    z-index: 999;
    background-color: #af2a2f;
    padding: 20px 0px;
}
.list-menus ul {
    padding-left: 0px;
    list-style: none;
}
ul.pdleftul
{
    padding-left:15px;
}
.list-menus ul li a {
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
    font-weight: 300;
    padding: 0px;
}
.list-menus ul li {
    padding: 8px 0px;
    border-bottom: 1px solid #ac9292;
}
.list-menus ul li:last-child{
    border-bottom:none;
}
.list-menus p,.list-menus p a {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
}
.list-menus p a
{
    margin-bottom:13px;
    display:block;
}
.list-menus ul li a span img {
    width: 11px;
}
.menu-list-one{
    display:none;
}
.menu-list-two{
    display:none;
}
.menu-list-three{
    display:none;
}
.middle-menu-list ul li {
    position: relative;
}
.middle-menu-list ul li a.active::after {
    content: " ";
    display: block;
    position: absolute;
    top: 59px;
    left: 0px;
    right: 0px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #af2a2f;
}
.my-sidenav {
    display:none;
}
/**/
.lower-alpha{
    list-style: lower-alpha;
}
.upper-roman {
    list-style: upper-roman;
}
.lower-roman {
    list-style: lower-roman;
}
.upper-alpha {
    list-style: upper-alpha;
}
.decimal-type {
    list-style: decimal;
}
.top-padds {
    padding-top: 63px;
}
.top-padds2 {
    padding-top: 42px;
}
.list-typ-no {
    list-style: none!important;
    padding-left: 10px!important;
}
.margin-topds{
    margin-top:10px;
}
.list-typ-no li {
    font-size: 14px;
}
.text-deco{
    text-decoration:none!important;
}
.btm-drdb {
    border-bottom: 1px solid #000!important;
}
.top-drdb {
    border-top: 1px solid #000!important;
}
.addrow-td {
    font-size: 16px!important;
    line-height: 1.6!important;
    text-align: left!important;
}
.border-btmsd {
    border-bottom: #000 1px solid;
}
.middle-aligh{
    vertical-align:middle!important;
}
@media (min-width: 1367px){
   .test-slider {
    margin-left: 189px;
} 
}


/* Business Model */
.bsns-pnl>.panel-heading {
    color: #fff;
    background-color: #b02a30;
    border-radius: 0;
    padding: 35px 50px;
    text-align: center;
    box-shadow: 0 3px 15px 0px black;
}
.bsns-pnl .panel-title a {
    font-size: 25px;
    font-weight: 700;
}
.panel-group .panel+.panel {
    margin-top: 0;
}
.bsns-pnl {
    border: none;
}
.bsns-pnl .panel-body {
    padding: 30px;
    border: 2px solid #b02a30;
    margin-bottom:50px;
    position: relative;
    display: inline-block;
}

.pinkish-bg {
    background: #fef1e1;
    padding: 20px;
    margin: 30px 0;
    margin-top: 0px;
}
.pinkish-bg li {
    padding: 5px 0;
    font-size:16px;
}
.pinkish-bg ul {
    padding-left: 20px;
}
.pinkish-bg.value-drivers {
    min-height: 250px;
    margin-bottom: 30px;
}

.drivers-inner {
    padding-bottom: 50px!important;
}
.capitals-inner h2 {
    background: #e87816;
    color: #fff;
    font-size: 18px;
    padding: 15px;
    font-weight: 700;
    text-align: center;
}
.capitals-inner {
    background: #fef1e1;
}
.capitals-inner p {
    padding: 20px;
    min-height: 120px;
}
.capital-flex {
    display: flex;
    align-items: end;
    padding: 0px 20px;
}
.capital-flex p {
    padding: 0 0 0 20px;
    min-height: auto;
    font-size: 14px;
    line-height: 1.2;
}
.capital-flex p a {
    font-size: 14px;
}
.capitals-inner {
    background: #fef1e1;
    margin-top: 30px;
    min-height: 230px;
}

.capitals-body{
    padding-bottom: 50px!important;
}
.bsns-pnl {
    position: relative;
    box-shadow: none;
}
.capitals-body, .drivers-inner, .core-values-in, .fin-in-body{
    position: relative;
}

.capitals-body:after {
    position: absolute;
    display: block;
    content: "";
    background: url(../images/model-bottom-icon.png) no-repeat;
    max-width: 40px;
    height: 33px;
    background-position: center;
    bottom: -33px;
    width: 100%;
    justify-content: center;
    margin: 0 auto;
    left: 0;
    z-index: 9;
    right: 0px;
}
.drivers-inner:after {
    position: absolute;
    display: block;
    content: "";
    background: url(../images/model-bottom-icon.png) no-repeat;
    max-width: 40px;
    height: 33px;
    background-position: center;
    bottom: -33px;
    width: 100%;
    justify-content: center;
    margin: 0 auto;
    left: 0;
    z-index: 9;
    right: 0px;
}
.core-values-in:after {
    position: absolute;
    display: block;
    content: "";
    background: url(../images/model-bottom-icon.png) no-repeat;
    max-width: 40px;
    height: 33px;
    background-position: center;
    bottom: -33px;
    width: 100%;
    justify-content: center;
    margin: 0 auto;
    left: 0;
    z-index: 9;
    right: 0px;
}
ul.inside-ulsli {
    list-style: decimal;
}
ul.inside-ulslia {
    list-style: lower-alpha;
}
.ngth{
    margin-left:15px;
}
.fin-in-body:after{
 position: absolute;
 display: block;
 content: "";
 background: url(../images/model-bottom-icon.png) no-repeat;
 max-width: 40px;
 height: 33px;
 background-position: center;
 bottom: -33px;
 width: 100%;
 justify-content: center;
 margin: 0 auto;
 left: 0;
 z-index: 9;
 right: 0px;
}

.core-bg .panel-heading{
    background:#004980;
}

.blue-arrow.collapsed, .maroon-arrow.collapsed{
    position: relative;
}
.blue-arrow.collapsed:after {
    position: absolute;
    display: block;
    content: "";
    background: url(../images/model-icon-blue.png) no-repeat;
    width: 40px;
    height: 33px;
    top: 63px;
    left: 0px;
    z-index: 9;
    right: 0px;
    margin: 0px auto;
}
.maroon-arrow.collapsed:after {
    position: absolute;
    display: block;
    content: "";
    background: url(../images/model-bottom-icon.png) no-repeat;
    width: 40px;
    height: 33px;
    top: 63px;
    left: 0px;
    z-index: 9;
    right: 0px;
    margin: 0px auto;
}
.blue-arrow.collapsed:after {
    position: absolute;
    display: block;
    content: "";
    background: url(../images/model-icon-blue.png) no-repeat;
    width: 40px;
    height: 33px;
    top: 63px;
    left: 0px;
    z-index: 9;
    right: 0px;
    margin: 0px auto;
}
.maroon-arrow.collapsed:after {
    position: absolute;
    display: block;
    content: "";
    background: url(../images/model-bottom-icon.png) no-repeat;
    width: 40px;
    height: 33px;
    top: 63px;
    left: 0px;
    z-index: 9;
    right: 0px;
    margin: 0px auto;
}
.core-bg .panel-body{
    padding: 30px;
    border: 2px solid #004980;
    margin-bottom:50px;
    position: relative;
    display: inline-block;
}
.core-values {
    text-align: center;
    margin-bottom: 50px;
}
.core-value1 {
    position: relative;
    display: flex;
    justify-content: space-between;
    z-index: 0;
}
.core-value1:after {
    content: "";
    display: block;
    position: absolute;
    width: 82%;
    height: 1px;
    border: 1px dashed #a7a9ab;
    margin: 0 95px;
    top: 10px;
    z-index: -1;
}
.core-value2 h3 {
    max-width: 845px;
    width: 100%;
    background: #004a80;
    margin: 50px auto 30px;
    font-size: 25px;
    font-weight: 700;
    padding: 20px;
    text-align: center;
    color: #fff;
}
.core-value4 h4 {
    font-size: 25px;
    font-weight: 700;
    color: #af2a2f;
    margin-bottom: 15px;
}
.core-value4 {
    margin-top: 40px;
}
.core-value4 .col-md-3:nth-child(even) .growth-inner{
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, #fff 12%, #b6bfd7 12%, #b6bfd7 100%);
}
.core-value4 .col-md-3:nth-child(odd) .growth-inner{
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, #fff 12%, #fef1e1 12%, #fef1e1 100%);
}
.growth-inner {
    min-height: 62px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.growth-inner p {
    max-width: 165px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
}
.core-value4 .col-md-6.col-lg-3:nth-child(even) .output-inner{
    background: #b02a30;
}
.core-value4 .col-md-6.col-lg-3:nth-child(odd) .output-inner{
    background: #004980;
}
.growth-inner {
    min-height: 62px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.output-inner {
    padding: 10px;
    color: #fff;
    border-radius: 5px;
    font-weight: 700;
}
.output-inner span.counter {
    font-size: 20px;
}
.output-inner p{
    padding-bottom: 5px;
}
.output-inner small {
    font-weight: 300;
}
.operating-list ul li {
    padding: 5px 0;
    font-size: 16px;
}
.core-list ul li {
    font-size: 16px;
    min-height: 75px;
}
.ch-banner-box h4 {
    font-size: 22px;
    color: #053c6d;
    margin-top: 40px;
    font-weight: 700;
}
.start-imgs img {
    width: 100%;
}
.inside-ulss {
    padding-left: 25px;
    list-style: decimal;
}
.operating-list ul {
    padding-left: 15px;
}
.mda-panel .maroon-heading.maroon-heading
{
    padding-top:20px;
}
.start-imgs p {
    position: relative;
    /*background-color: #f6821f;*/
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    bottom: 0px;
    width: 100%;
    padding: 10px 15px !important;
}
.full-image {
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
}
.start-imgs {
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
    position: relative;
}
.start-imgss{
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
    position: relative;
}
.inner-imgss {
    position: relative;
}
.business-model-in a p span{
    display:block;
}
.inner-imgss p {
    position: relative;
    bottom: 0px;
    color: #fff;
    font-size: 16px;
    padding: 10px 15px;
    background-color: rgba(0, 0, 0, 0.5);
    width:100%;
}
.inner-imgss.uniimg img
{
    margin-bottom:0px;
}
.desktoptop
{
    margin-top:30px;
}
.start-imgss p {
    position: relative;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    bottom: 0px;
    width: 100%;
    padding: 10px 15px !important;
}
.inside-uls li {
    margin-bottom: 10px;
}
.inside-uls {
    padding-left: 25px;
}
.inside-full-w {
    width: 100%;
    display: inline-block;
    padding-bottom: 20px;
    border-bottom: 1px solid #004980;
    margin-bottom: 30px;
}
.panel-body .inside-full-w:last-child {
    border-bottom: 0px solid #004980;
}
.red-txt {
    color: #b33439!important;
}

.all-images {
    width: 100%;
    display: inline-block;
}
.g-structure-new {
    margin-bottom: 35px;
}
.uls-new {
    padding-left: 1px;
    font-size:16px;
}
.cont-new {
    padding: 142px 30px;
}
.th-env-new {
    padding: 145px 58px;
}

.black-heads {
    color: #000;
    padding-bottom: 15px;
    padding-top: 10px;
    font-weight: 700;
    font-size: 18px;
}
.social-in-page .image-on-txt p {
    background-color: rgba(0, 0, 0, 0.5);
    
}
.social-in-page .image-cont-bn-l p {
    background-color: rgba(0, 0, 0, 0.5);
}
.image-on-txt img {
    width: 100%;
}
.partition-img img {
    width: 100%;
}
.full-image.full-img-new {
    margin-bottom: 0px;
}

.finance-inside svg {
    width: 406px;
}
.quick-link p a:hover {
    color: #fff;
}
.links-social ul li  a:focus, .quick-link p a:focus, .quick-link p a:hover {
    color: #fff;
}
.social-in-page .image-on-txt p.cum-grey {
    padding: 0px 15px;
}

ul.humalists {
    width: 100%;
    padding: 12px 0px;
    list-style: none;
    padding-left: 0px;
    display: inline-block;
}
.humalists li {
    width: auto;
    float: left;
    border-right: 2px solid #af2a2f;
    margin-right: 8px;
    color: #af2a2f;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    padding-right: 8px;
}
ul.humalists li:last-child {
    margin-right: 0px;
    border-right: 0px solid #fff;
    padding-right: 0px;
}
/*.start-imgs p.more-opacity {*/
 
    /*    background-color: rgba(0, 0, 0, 0.8);*/
    /*}*/
    .social-in-page ul li{
        font-size:16px;
    }
    .full-image img {
        width: 100%;
    }
    .director-report-page .full-image img {
        width: auto;
    }
    /**/
    .table-style2 table tr:nth-child(1) {
        border-top: solid 1px #000;
    }
    .table-style2 table tr td:nth-child(1) {
      width: 700px;
  }
  .table-style2 table tr td {
      border-bottom: solid 1px #000;
      border-right: solid 1px #000;
      padding: 5px 10px;
      color: #000;
  }
  .table-style2 table tr td {
      color: #000;
  }
  .table-style2 table tr td:nth-child(3) {
      color: #000;
      font-weight: 700;
      background-color: #eceded;
  }
  .table-style2 table tr td {
      border-bottom: solid 1px #000;
      border-right: solid 1px #000;
      padding: 5px 10px;
  }
  .table-style2 table tr td:last-child {
    border-right: none;
}
.table-style2 table tr td {
    border-bottom: solid 1px #000;
    border-right: solid 1px #000;
    padding: 5px 10px;
    color: #000;
}
.tbl-res {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}
.table-list-gaps p{
    margin-bottom:20px;
}
.table-list-gaps .inner-heading {
    font-weight: 700;
    font-size: 30px;
    color: #af2a2f;
    margin-top: 150px;
    margin-bottom: 5px;
    line-height: 36px;
    text-transform: uppercase;
}
.board-ofd-page .bod-text p {
    font-style: italic;
}
.table-list-gaps {
    margin-bottom: 30px;
}
.board-ofd-page .key-person p {
    font-style: italic;
}
/**/
.stack-tabs-1, .stack-tabs-2, .stack-tabs-3, .stack-tabs-4 {
  width: 25%;
  float: left;
  position:relative;
}
.stack-tabs-1::after, .stack-tabs-2::after, .stack-tabs-3::after {
    content: "";
    display: block;
    position: absolute;
    right: 0px;
    top: -1px;
    height: 76px;
    width: 32px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/right-white-ar.png");
}
.stack-tabs-1 h3, .stack-tabs-2 h3, .stack-tabs-3 h3, .stack-tabs-4 h3 {
    font-size: 22px;
    padding: 25px 10px;
    font-weight: 700;
    color: #fff;
    position: relative;
}
.one-by-one {
    width: 24%;
    float: left;
    min-height: 560px;
    margin: 2px;
}
.individual-tabsd1 .one-by-one
{
    min-height: 385px;
}
.individual-tabsd2 .one-by-one
{
    min-height: 340px;
}
.individual-tabsd3 .one-by-one
{
    min-height: 510px;
}
.individual-tabsd4 .one-by-one
{
    min-height: 445px;
}
.individual-tabsd5 .one-by-one
{
    min-height: 270px;
}
.individual-tabsd {
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
}
.individual-tabsd .one-by-one {
    border-image-source: linear-gradient(to left, #b0292e, #e77824);
    border-bottom: 10px solid;
    border-image-slice: 2;
    border-width: 5px;
}
.individual-tabsd .one-by-one:nth-child(1){
    border-bottom: 0px solid red;
}
.individual-tabsd .one-by-one:nth-child(1){
    background-color: #f4f3ed;
}
.one-by-one h3 {
    font-size: 25px;
    padding: 10px 15px;
    color: #b02a30;
    font-weight: 700;
}
.tops-tabs-lis {
    width: 100%;
    display: inline-block;
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(231,120,36,1) 0%, rgba(176,41,46,1) 100%); 
}
.at-the-glance.owl-theme .owl-nav .disabled{
    opacity: 0;
}
.financial-statement.owl-theme .owl-nav .disabled{
    opacity: 0;
}
.opn-patch {
   animation: slideInDown .5s 1;
}
.key-risk-impact .mda-panel .panel-heading h4 {
    color: #004980;
    font-weight: 700;
    text-transform: uppercase;
}
.key-risk-impact  .mda-panel .panel-body h5 {
    color: #af2a2f;
    padding-bottom: 15px;
    padding-top: 10px;
    font-weight: 700;
    font-size: 18px;
}
.inside-uls li.remvoews {
    margin-bottom: 0;
}
.inside-ulss {
    margin-bottom: 15px;
}
.full-image-new {
    width: 100%;
    display: inline-block;
    margin-bottom: 5px;
}
.italic-black{
    color:#000!important;
    font-style:italic;
    font-weight:700;
}
.center-txt{
    text-align:center!important;
}
.header-p-brdr {
    border-bottom: 1px solid #ac9292;
    margin-bottom: 10px;
}
.tbl-brdr-btm {
    border-bottom: 2px solid #000;
}
@media (max-width:991px){
    .core-value1 {
        display: block;
        text-align: center;
    }
    .core-value1:after {
        display: none;
    }
    .core-img-flex:after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 1px;
        border: 1px dashed #a7a9ab;
        top: 10px;
        z-index: -1;
    }
    .core-img-flex {
        margin-bottom: 30px;
        position:relative;
    }
    .growth-inner {
        margin: 20px 0;
    }
    .output-inner {
        margin: 20px 0;
    }
    .bsns-pnl>.panel-heading {
        padding: 40px;
    }
    .bsns-pnl .panel-title a {
        font-size: 20px;
    }
    .bsns-pnl .panel-body {
        padding: 20px;
    }
    .core-bg .panel-body {
        padding: 20px;
    }
    .pinkish-bg {
        margin: 15px 0;
    }
    .core-value2 h3 {
        margin: 40px auto 25px;
        font-size: 20px;
    }
    .core-list ul {
        padding-left: 0;
    }
}
@media (width:768px){
    .core-value4 .col-md-3:nth-child(even) .growth-inner {
        background: linear-gradient(
            90deg
            , rgba(255,255,255,1) 0%, #fff 5%, #b6bfd7 5%, #b6bfd7 100%);
    }
    .core-value4 .col-md-3:nth-child(odd) .growth-inner {
        background: linear-gradient(
            90deg
            , rgba(255,255,255,1) 0%, #fff 5%, #fef1e1 5%, #fef1e1 100%);
    }

}
@media(width:1024px){
    .core-value1 {
        display: block;
        text-align: center;
    }
    .core-value1:after {
        display: none;
    }
    .core-img-flex:after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 1px;
        border: 1px dashed #a7a9ab;
        top: 10px;
        z-index: -1;
    }
    .core-img-flex {
        margin-bottom: 30px;
        position:relative;
    }
    .core-value4 .col-md-6.col-lg-3:nth-child(even) .output-inner{
       background: #b02a30;
       margin:10px 0;
   }
   .core-value4 .col-md-6.col-lg-3:nth-child(odd) .output-inner{
       background: #004980;
       margin:10px 0;
   }
}
