@font-face {
    font-family: MinionPro-Regular;
    src: url(../fonts/MinionPro-Regular.otf);
}

@font-face {
    font-family: Rupee;
    src: url(../fonts/Rupee.ttf);
}

@font-face {
    font-family: TypeTrust-BreuerText-Bold;
    src: url(../fonts/TypeTrust-BreuerText-Bold.otf);
}

@font-face {
    font-family: TypeTrust-BreuerText-Medium;
    src: url(../fonts/TypeTrust-BreuerText-Medium.otf);
}

@font-face {
    font-family: TypeTrust-BreuerText-Regular;
    src: url(../fonts/TypeTrust-BreuerText-Regular.otf);
}

body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: TypeTrust-BreuerText-Regular;
    color: #000000;
    font-size: 16px;
}

h1,
h2,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none !important;
}

a:hover {
    text-decoration: none !important;
}

p {
    font-size: 16px;
    line-height: 24px;
    font-family: TypeTrust-BreuerText-Regular;
}


/*footer*/

footer {
    background-color: #f8f8f8;
    padding-top: 0px;
    width: 100%;
}

.footer-btm {
    background-color: #000010;
    padding: 1px 0px;
    margin-top: 0;
}

.backTop {
    float: right;
}

.rightFootetxt {
    text-align: right;
}

.socilaMedia {
    display: flex;
    align-items: center;
    justify-content: end;
}

.socilaMedia ul {
    margin-bottom: 0px;
}

.socilaMedia ul li {
    padding-left: 5px;
    padding-right: 0px;
}

.socilaMedia ul li:first-child {
    padding-left: 10px;
}

footer hr {
    border-top: 1px solid #fff;
    width: 100%;
    display: inline-block;
    margin: 19px auto 15px auto;
}

.footerLinks ul.list-inline {
    margin: auto;
    display: block;
    text-align: center;
}

.footerLinks ul li a,
.footerLinks ul {
    font-size: 16px;
    color: #000000;
}

.footerLinks ul.list-inline>li {
    padding-right: 24px;
    padding-left: 24px;
}

.footerLinks ul li:first-child {
    padding-left: 80px;
}

.backTop a {
    color: #fff;
    font-size: 16px;
}

.backTop a img {
    margin-left: 10px;
}

.downloadI a {
    color: #fff;
    font-size: 16px;
}

.downloadI a img {
    margin-left: 10px;
}


header {
    background: transparent;
    transition: all ease .3s;
    /*  box-shadow: 0 8px 6px -6px rgba(0,0,0,0.2);*/
    box-shadow: none;
    border-bottom: none;
    width: 100%;
    height: 70px;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 99;
}

.sticky { 
    background-color: #000030;
}

.jswHomePage header{
    position: absolute;
}
.jswHomePage .sticky{
    background-color: transparent;
}

.middleLogo a {
    text-align: center;
    display: block;
}

.hamburgerT {
    display: flex;
    justify-content: right;
    align-items: center;
    padding: 24px 0px;
}

.middleLogo {
    display: flex;
    align-items: center;
    padding-top: 5px;
}

.logoAr {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logoAr a {
    color: #000000;
    font-size: 16px;
    padding: 24px;
    display: flex;
    align-items: center;
    position: relative;
}

.downbgcolor {
    background-color: #1968b3;
}

a.downbgcolor {
    color: #fff;
}

.logoAr a.downbgcolor:after {
    background-image: url(../images/whdownload-arrow.png);
}

.download-list {
    display: none;
    background-color: #1968b3;
    margin-top: 70px;
    position: absolute;
    z-index: 99;
    padding: 60px 0px 50px;
    width: 100%;
}

.download-list ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.download-list ul li {
    padding: 40px;
    border: 1px solid #fff;
    transition: ease 0.5s;
    border-radius: 10px;
}

.download-list ul li:hover {
    border: 1px solid #8dc63f;
    transition: ease 0.5s;
    background-color: #8dc63f;
}

.download-list ul li a {
    font-size: 30px;
    color: #fff;
    font-family: MyriadPro-Semibold;
}

.download-list ul li a span {
    display: block;
    font-size: 60px;
    line-height: 50px;
}

.hamburgerT a {
    color: #58595b;
    font-size: 14px;
}

.hamburgerT a img {
    margin-left: 10px;
}

.leftFootTxt p,
.rightFootetxt p,
.leftFootTxt p a {
    font-size: 12px;
    color: #cdcdcf;
}

.rightFootetxt p {
    padding: 5px 0px;
}

.footer-btm .row {
    display: flex;
    align-items: center;
}

.my-sidenav1 {
    display: none;
    position: fixed;
    top: 70px;
    right: 0;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 999999999;
    max-width: 100%;
    width: 100%;
    background: #1968b3;
    height: 100%;
    border-top: 1px solid #1968b3;
    padding-top: 50px;
}

.my-sidenav,
.ham-icon1 {
    display: none;
}

.menutxt {
    max-width: 35px;
    width: 100%;
    display: block;
    position: relative;
    margin-left: 50px;
    cursor: pointer;
}

.ham-icon p {
    padding-left: 0px;
    width: 37px;
    float: left;
    margin-right: 50px;
    color: #fff;
    font-size: 18px;
    font-family: TypeTrust-BreuerText-Medium;
    line-height: 1;
}

.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(3),
.nav-icon3 span:nth-child(2) {
    width: 50%;
}

.nav-icon3 span:nth-child(4) {
    top: 16px;
}

.nav-icon3 span:nth-child(4) {
    width: 70%;
}

.nav-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    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 {
    cursor: pointer;
}

.menutxtimg {
    display: block;
    margin-top: -4px;
}

.crosstxtimg {
    display: none;
    margin-top: 0px;
}

.ham-icon.open .crosstxtimg {
    display: block;
}

.ham-icon.open .menutxtimg {
    display: none;
}


/**/

.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);
    width: 100%;
}

.nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 100%;
}

.nav-icon3.open span:nth-child(4) {
    top: 16px;
    width: 0%;
    left: 50%;
}


/*------------Homepage---------*/

.download-pdf {
    padding: 70px 0px;
    position: relative;
    background-image: url("../images/footer-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 335px;
    background-position: center;
}

.d-pdf a {
    width: 100%;
    font-size: 16px;
    display: block;
    color: #fff;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #868686;
    transition: all .3s ease-in-out;
}

.d-pdf a img {
    float: right;
    opacity: 1;
    transition: all .3s ease-in-out;
}

.d-pdf a:last-child {
    border-bottom: 0px;
}

.wave-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.topBanner {
    padding-top: 90px;
}


/**/

.faqs-pan a:focus,
a:hover {
    color: #fff;
}

.faqs-pan .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
}

.faqs-pan .panel-title a {
    font-size: 16px;
    padding-right: 25px;
    line-height: 24px;
}

.faqs-pan .panel-default>.panel-heading {
    color: #3c3c3b;
    background-color: transparent;
    border: none;
    padding: 0px;
}

.faqs-pan .panel {
    background-color: transparent;
    border: transparent;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0px;
    margin: 0px !important;
    padding: 8px 0px;
}

#accordion .panel:first-child {
    border-top: 1px solid #f26522;
}

.faqs-pan .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: transparent;
}

.faqs-pan .panel-body {
    padding: 13px 0px;
}

.faqs-pan {
    position: relative;
    margin-top: 0;
}

.pr-txt {
    padding-right: 15px;
}

.faqs-pan .panel-title>a.collapsed::before {
    float: right !important;
    content: '';
    position: absolute;
    right: 15px;
    font-size: 42px;
    color: #bdbdbc;
    margin-top: 5px;
    line-height: 17px;
    background-image: url(../images/footer-up-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 15px;
    height: 8px;
}

.faqs-pan .panel-title>a::before {
    float: right !important;
    content: '';
    position: absolute;
    right: 15px;
    font-size: 42px;
    color: #bdbdbc;
    margin-top: 10px;
    line-height: 17px;
    background-image: url(../images/footer-down-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 15px;
    height: 8px;
}

.mainLogo {
    display: flex;
    align-items: center;
    height: 70px;
}

.mainLogo>div:first-child {
    padding-right: 30px;
    margin-right: 30px;
    border-right: 1px solid #fff;
}

.mainLogo p {
    font-size: 15px;
    font-family: TypeTrust-BreuerText-Bold;
    color: #fff;
    line-height: 18px;
}

.insideAcor ul {
    list-style: none;
    padding-left: 0px;
}

.insideAcor ul li a {
    font-size: 16px;
    color: #fff;
    padding: 9px 0px;
    display: block;
}

.insideAcor ul li:last-child a {
    padding-bottom: 0px;
}

.annualReportIn {
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 27%);
    max-width: 912px;
    display: flex;
    margin: 0px auto;
    justify-content: center;
    padding: 35px 0px;
    border-radius: 25px;
    position: relative;
    margin-bottom: 54px;
    margin-top: 132px;
}

.bookImg a {
    font-size: 15px;
    font-family: TypeTrust-BreuerText-Bold;
    color: #292828;
    display: flex;
    gap: 25px;
    line-height: 18px;
}

.bookImg {
    display: flex;
    padding-left: 203px;
}

.annualReportIn::before {
    content: "";
    display: block;
    position: absolute;
    left: 148px;
    top: -49px;
    background-image: url('../images/book-img.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 313px;
    height: 213px;
}

.towardsIn h3 {
    font-family: TypeTrust-BreuerText-Regular;
    font-size: 45px;
    color: #fff;
}

.towardsIn h4 {
    font-size: 30px;
    font-family: TypeTrust-BreuerText-Regular;
    color: #fff;
}

.towardsIn a {
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
}

.towardsIn {
    padding: 25px 32px;
}

.towardsSlider .item {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 365px;
    align-items: end;
    display: flex;
}

.towards_bg_1 {
    background-image: url(../images/section-img1.png);
}

.towards_bg_2 {
    background-image: url(../images/section-img2.png);
}

.towards_bg_3 {
    background-image: url(../images/section-img3.png);
}

.towards_bg_4 {
    background-image: url(../images/section-img4.png);
}

.towards_bg_5 {
    background-image: url(../images/section-img5.png);
}

.towardsIn a img {
    width: auto !important;
}

.towardsSlider .owl-stage-outer {
    overflow: unset !important;
}

.towardsSlider .owl-stage {
    padding-left: 0px !important;
}

.homepage {
    overflow-x: hidden !important;
}


/**/

.ourbusinessslider .item {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    align-items: center;
    display: flex;
}

.item1 {
    background-image: url(../images/bg1.png);
}

.item2 {
    background-image: url(../images/bg2.png);
}

.item3 {
    background-image: url(../images/bg3.png);
}

.item4 {
    background-image: url(../images/bg4.png);
}


.item6 {
    background-image: url(../images/bg5.png);
}

.item5 {
    background-image: url(../images/bg6.png);
}

.sliderTxtIn img {
    width: auto !important;
}

.ourbusinessslider .owl-stage-outer {
    overflow: unset !important;
}

.ourbusinessslider .owl-stage {
    padding-left: 0px !important;
}

.sliderTxtIn h3 {
    font-size: 30px;
    font-family: TypeTrust-BreuerText-Medium;
    color: #fff;
    margin-bottom: 30px;
}

.sliderTxtIn h4 {
    color: #fff;
    font-size: 25px;
    font-family: TypeTrust-BreuerText-Medium;
    margin-top: 15px;
    margin-bottom: 15px;
}

.sliderTxtIn p {
    color: #fff;
    line-height: 22px;
}

.allNumbers {
    display: flex;
    gap: 0px;
    flex-wrap: wrap;
}

.allNumbers h4 {


    font-size: 35px;
    margin-bottom: 10px;
    font-family: TypeTrust-BreuerText-Bold;

}

.allNumbers div {

  width: 33.33%;
  padding-right: 0px;

}

.allNumbers p {
    font-size: 16px;
    line-height: 22px;
}

.sliderTxtIn {
    padding-left: 80px;
}

.businessLabel {
    left: 0px;
    right: 0px;
    position: absolute;
    bottom: 38px;
    z-index: 99;
    width: 100%;
}

.ourbusiness {
    position: relative;
}

.businessLabel .container {
    margin: auto;
    display: block;
}

.businessLabel ul {
    list-style: none;
    justify-content: start;
    display: flex;
    padding: 0px;
}

.businessLabel ul li a {
    font-size: 16px;
    color: rgba(255, 255, 255, .5);
    padding: 0px 30px;
    font-family: TypeTrust-BreuerText-Medium;
}

.businessLabel ul li.active a {
    color: #fff;
}

.businessLabel ul li {
    border-right: 0px solid #fff;
}

.businessLabel ul li:first-child a {
    padding-left: 0px;
}

.businessLabel ul li:last-child a {
    padding-right: 0px;
}

.businessLabel ul li:last-child {
    border-right: 0px;
}

.towardSec {
    padding: 153px 0px 0px 0px;
}

.txtNumber h4 sub {
    bottom: 0px;
    font-size: 25px;
    font-family: TypeTrust-BreuerText-Bold;
}

.txtNumber h4 span {
    display: block;
    font-size: 16px;
    font-family: TypeTrust-BreuerText-Regular;
}



.mainSlider .item{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 283px;
  display: flex;
  align-items: center;
  width: 100%;
}

/*.topBanner {
    padding-top: 0px;
    background-image: url("../images/home-page-banner.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
}
*/
.mainSlider .item {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 283px;
    display: flex;
    align-items: center;
    width: 100%;

}

.main_bg1 {
    background-image: url("../images/banner-img1.png");
}

.main_bg2 {
    background-image: url("../images/banner-img2.png");
}

.main_bg3 {
    background-image: url("../images/banner-img3.png");
}

.bannerTxts h1 {
    font-size: 45px;
    color: #fff;
    line-height: 1;
}

.bannerTxts {

  width: 392px;
  height: 325px;
  display: inline-block;
  margin-top: 164px;
}
.bannerTxts a img {
  width: auto !important;
  margin-left: 10px;
}
.bannerTxts a {
  display: flex;
  align-items: center;
  height: 30px;
}
.hoverImg.active a img {
  transform: scaleY(1.2);
}


.mainIn a {
    display: flex;
    align-items: center;
}

.mainIn h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
}

.mainIn a {
    font-size: 16px;
    color: #fff;
}

.mainIn a img {
    width: auto !important;
    margin-left: 10px;
    justify-items: center;
    display: flex;
}

.scrollMouse {
    text-align: right;
    margin-top: 20px;
}

.mainIn {
    padding: 160px 27px 70px 27px;
    width: 100%;
    display: none;
}

.mainSlider .active.center .mainIn {
    display: block;
}

.fullPageBg {
    background-image: url("../images/full-bg.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    width: 100%;
    min-height: 3114px;
    background-attachment: fixed;
    padding-bottom: 100px;
}

.atGlance {
    max-width: 100%;
    padding: 112px 0px 95px 0px;
    text-align: center;
}

.allHeads h3 {
    font-size: 45px;
    color: #20398f;
    line-height: 1;
}

.atGlance h4 {
    font-size: 30px;
    font-family: TypeTrust-BreuerText-Medium;
    padding: 10px 0px;
}

.ourValuesBg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 895px;
    background-image: url('../images/img1.png');
    position: relative;
}

.underTargetBg{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 895px;
  background-image: url('../images/img2.png');
  position: relative;
}
.ourRoadmapBg{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 895px;
  background-image: url('../images/img3.png');
  position: relative;
}

.underTargetBg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 895px;
    background-image: url('../images/img2.png');
    position: relative;
}

.ourRoadmapBg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 895px;
    background-image: url('../images/img3.png');
    position: relative;

}

.ourValues {

  background-color: #fff;
  width: 980px !important;
  position: absolute;
  top: 0px;
  max-width: 980px;
  margin: auto;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 999;
  left: 0px !important;
  right: 0px !important;
  display: block;
  margin: 0px auto !important;
  transition: all ease 0.5s;
}
.ourValues.enable {
  opacity: 1;
  margin-top: 5% !important;
  padding: 0px 40px !important;

  background-color: #fff;
  width: 100%;
  padding: 20px 96px;
  position: absolute;
  top: 0px;
  max-width: 85%;
  margin: auto;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 999;
}

.ourValues.enable {
    opacity: 1;
    margin-top: 5% !important;

}

.ourValues .allHeads h3 { 
  text-align: center;
  font-family: TypeTrust-BreuerText-Bold;
  padding-top: 15px;
  margin-bottom: 25px;
  font-size: 25px;
}

.atGlance a {
    font-size: 17px;
    color: #000000;
    margin-top: 30px;
    display: block;
}


/**/

.ourValues .nav-tabs>li.active>a,
.ourValues .nav-tabs>li.active>a:focus,
.ourValues .nav-tabs>li.active>a:hover {
    color: #213a8f;
    cursor: default;
    background-color: #fff;
    border: 0px solid #ddd;
    border-bottom-color: transparent;
    border-bottom: 4px solid #1f9dd9;
}

.ourValues .nav-tabs>li>a {
    margin-right: 80px;
    line-height: 1.42857143;
    border-radius: 0px;
    font-size: 25px;
}

.ourValues .nav-tabs > li a img {
  height: 88px;
  width: 88px;
  display: block;
  margin: 0px auto;
}

.ourValues .nav-tabs {

  border-bottom: 0px solid #ddd;
  display: flex;
  justify-content: space-around;

}

.ourValues .nav-tabs>li:last-child>a {
    margin-right: 0px;
}

.ourValues .nav>li>a:focus,
.ourValues .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
    border: none;
    color: #213a8f;
}

.ourValues .nav>li>a {
    position: relative;
    display: block;
    padding: 0;
    text-align: center;
}

.valueTabBody {
  padding: 35px 60px 15px;
}

.valueTabBody p {

  font-size: 16px;
  line-height: 22px;
  color: #454646;
  text-align: center;
  padding-bottom: 35px;

}


/**/

.underTarget {

  background-color: #ecebe6!important;
  background-color: #fff;
  width: 980px !important;
  padding-left:30px!important;
  padding-right:30px!important;
  position: absolute;
  top: 0px;
  max-width: 980px !important;
  margin: auto;
  left: 0 !important;
  right: 0 !important;
  opacity: 0;
  z-index: 999;
  display: block;
  margin: 0px auto !important;
  height: 390px !important;

}

.underTarget.enable {
    opacity: 1;
    margin-top: 5% !important;
}

.fy2023 {
    display: flex;
    gap: 50px;
}

.pavingGrowth {
    display: flex;
    gap: 30px;
}

.targetIn h4 {
    font-size: 20px;
    color: #213a8f;
    font-family: TypeTrust-BreuerText-Bold;
    margin-bottom: 15px;
}

.pavingGrowth h5 {
    font-family: TypeTrust-BreuerText-bold;
    font-size: 16px;
    margin-bottom: 20px;
}

.targetIn p {
    margin-bottom: 20px;
    line-height: 22px;
}

.targetIn h3 {
    font-size: 25px;
    color: #213a8f;
    margin-bottom: 30px;
    border-top: 2px solid #b2d8e5;
    display: inline-block;
    padding-left: 15px;
    border-top-left-radius: 25px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    padding-top: 5px;
    font-family: TypeTrust-BreuerText-Bold;
}

.txtCntr {
    text-align: center;
}

.fy2023 h5 {
    font-size: 25px;
    background: linear-gradient(to right, #24abe2 0%, #18499e 35%, #9e1c20 65%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-family: TypeTrust-BreuerText-Bold;
}

.plusIons {
    position: relative;
}

.plusIons::after {
    content: '';
    position: absolute;
    right: -40px;
    background-image: url(../images/plus-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 20px;
    height: 20px;
    top: 24px;
}

.listBlue li::marker {
    color: #213a8f;
}

.batteryEnergy {
    display: flex;
    align-items: center;
    gap: 90px;
}

.generationCaps {

  display: flex;
  align-items: center;
  gap: 85px;

}

.mt-100 {
    margin-top: 100px;
}

.generationCaps>div {
    width: 33.33%;
}

.batteryEnergy>div {
    width: 33.33%;
}

.underTargetSlider.owl-theme .owl-dots .owl-dot.active span,
.underTargetSlider.owl-theme .owl-dots .owl-dot:hover span {
    background: #0abaee;
}

.underTargetSlider.owl-theme .owl-dots .owl-dot span {
    width: 27px;
    height: 5px;
    margin: 5px 4px;
    border-radius: 0px;
}

.ndEbita {
    display: flex;
    align-items: center;
    gap: 30px;
}

.ndEbita div {
    width: 50%;
}

.ourRoadmap {
  background-color: #fff;
  width: 980px !important;
  padding: 20px 96px;
  position: absolute;
  top: 0px;
  max-width: 85%;
  margin: auto;
  left: 0 !important;
  right: 0 !important;
  opacity: 0;
  z-index: 999;
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 27%);
  display: block;
  margin: 0px auto !important;

}

.ourRoadmap.enable {
    opacity: 1;
    margin-top: 5% !important;
}

.ourRoadmap .allHeads h3 {

  font-size: 30px;
  text-align: center;
  font-family: TypeTrust-BreuerText-Medium;
  padding-top: 10px;

}

.ourRoadmap h4 {
    color: #878787;
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
}

.ndEbita h4 {
  font-size: 25px;
  text-align: center;
  color: #20398f;
  margin-bottom: 30px;
  border-top: 2px solid #b2d8e5;
  display: inline-block;
  padding-left: 15px;
  border-top-left-radius: 25px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  padding-top: 5px;
  font-family: TypeTrust-BreuerText-Bold;
  padding-right: 50px;
}

.ourRoadmapIn {
  padding-left: 0px;
  padding-right: 0px;
}

.ndEbita div img {
    width: 257px !important;
    margin: 0px auto;
}

.radiusText h5 {
    font-size: 16px;
    text-align: left;
    color: #11a5e4;
    margin-bottom: 30px;
    border-top: 2px solid #b2d8e5;
    display: inline-block;
    padding-left: 15px;
    border-top-left-radius: 25px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    padding-top: 5px;
    font-family: TypeTrust-BreuerText-Bold;
}

.smallTxts {
    font-size: 11px !important;
    margin-top: 100px;
    line-height: 16px;
}

.ndEbita2 h3 {
    font-size: 25px;
    text-align: center;
    color: #20398f;
    margin-bottom: 30px;
    border-top: 2px solid #b2d8e5;
    display: inline-block;
    padding-left: 15px;
    border-top-left-radius: 25px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    padding-top: 5px;
    font-family: TypeTrust-BreuerText-Bold;
    padding-right: 50px;
}

.radiusText2 h5 {
    font-size: 16px;
    color: #454646;
    margin-bottom: 30px;
    border-top: 2px solid #b2d8e5;
    display: inline-block;
    padding-left: 15px;
    border-top-left-radius: 25px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    padding-top: 5px;
}

.financialYear {
  width: 100%;
  text-align: center;
  padding: 150px 0px 95px 0px;
}

.financialYear .allHeads h3 {
    font-size: 30px;
    color: #000;
    margin-bottom: 20px;
    font-family: TypeTrust-BreuerText-Medium;
}

.financialYear p {
    margin-bottom: 20px;
    line-height: 22px;
}

.financialYear a {
    color: #000;
    display: block;
}

.chairmanMsg {
    background-image: url(../images/chairman-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    align-items: center;
    display: flex;
}

.chairmanMsg h3 {
    font-size: 45px;
    color: #20398f;
    line-height: 1;
    margin-bottom: 30px;
}

.chairmanMsg p {

  font-size: 25px;
  line-height: 30px;
  color: #20398f;
  padding-left: 40px;
  position: relative;

}

.posDes {
    margin-top: 25px;
    margin-bottom: 25px;
}

.posDes p span {
    display: block;
    color: #454646;
    font-size: 16px;
    line-height: 22px;
}

.posDes p {
    font-size: 20px;
    color: #20398f;
    line-height: 1;
}

.chairmanMsg a {

  font-size: 16px;
  color: #000;
  padding-left: 40px;

}

.ourRoadmapSlider.owl-theme .owl-dots .owl-dot.active span,
.ourRoadmapSlider.owl-theme .owl-dots .owl-dot:hover span {
    background: #0abaee;
}

.ourRoadmapSlider.owl-theme .owl-dots .owl-dot span {
    width: 27px;
    height: 5px;
    margin: 5px 4px;
    border-radius: 0px;
}

.sliderTxtIn img {
    width: 65px !important;
}

.txtNumber h5 {
    font-size: 20px;
    color: #fff;
    font-family: TypeTrust-BreuerText-Bold;
}


/**/

.ourbusinessslider .owl-nav button.owl-next {
    position: absolute;
    width: 48px;
    height: 27px;
    top: -6px;
    bottom: 0;
    margin: auto;
    right: 15px;
    background-image: url(../images/white-arrow.png) !important;
}

.ourbusinessslider .owl-nav button.owl-prev {
    position: absolute;
    width: 48px;
    height: 27px;
    top: -6px;
    bottom: 0;
    margin: auto;
    left: 15px;
    opacity: 1;
    background-image: url(../images/arrow-left.png) !important;
}

.ourbusinessslider .owl-theme .owl-dots,
.ourbusinessslider .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.ourbusinessslider .owl-theme .owl-nav .owl-prev:hover,
.ourbusinessslider .owl-theme .owl-nav .owl-next:hover {
    background: none;
    color: #FFF;
    text-decoration: none;
}

.custome_slide.owl-theme .owl-dots .owl-dot.active span,
.custome_slide.owl-theme .owl-dots .owl-dot:hover span {
    background: transparent !important;
}

.ourbusinessslider .owl-nav button.owl-prev:hover {
    background: transparent !important;
    background-image: url(../images/arrow-left.png) !important;
}

.ourbusinessslider .owl-nav button.owl-next:hover {
    background: transparent !important;
    background-image: url(../images/white-arrow.png) !important;
}


/**/

.towardsSlider.owl-theme .owl-dots .owl-dot.active span,
.towardsSlider.owl-theme .owl-dots .owl-dot:hover span {
    background: #0abaee;
}

.towardsSlider.owl-theme .owl-dots .owl-dot span {
    width: 27px;
    height: 5px;
    margin: 5px 4px;
    border-radius: 0px;
}

.towardsSlider.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    left: -4px;
    bottom: -50px;
}

.towardsSlider.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    right: 0px;
    bottom: -50px;
}

.towardsSlider .owl-nav button.owl-next {
    position: absolute;
    width: 37px;
    height: 20px;
    top: -6px;
    bottom: 0;
    margin: auto;
    right: -37px;
    background-image: url(../images/p-right-arrow.png) !important;
}

.towardsSlider .owl-nav button.owl-prev {
    position: absolute;
    width: 37px;
    height: 20px;
    top: -6px;
    bottom: 0;
    margin: auto;
    left: -55px;
    opacity: 1;
    background-image: url(../images/p-left-arrow.png) !important;
}

.towardsSlider .owl-theme .owl-dots,
.towardsSlider .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.towardsSlider .owl-theme .owl-nav .owl-prev:hover,
.towardsSlider .owl-theme .owl-nav .owl-next:hover {
    background: none;
    color: #FFF;
    text-decoration: none;
}

.towardsSlider .owl-nav button.owl-next:hover {
    background: transparent !important;
    background-image: url(../images/p-right-arrow.png) !important;
}

.towardsSlider .owl-nav button.owl-prev:hover {
    background: transparent !important;
    background-image: url(../images/p-left-arrow.png) !important;
}

.towardsSlider.owl-theme .owl-nav .disabled {
    transform: scale(.7);
    opacity: 1;
}

.ourbusinessslider.owl-theme .owl-nav .disabled {
    opacity: 0;
}

.backTOtp {
    position: relative;
    display: block;
    margin-top: -40px;
    padding-left: 10px;
}

.approach-banner {
    background-image: url(../images/our-approach-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
    padding-top: 280px;
}

.inside-banner-text h1 {
    font-family: TypeTrust-BreuerText-Medium;
    font-size: 45px;
    color: #fff;
}

.inside-banner-text h1 span {
    display: block;
}

.breadTxt {
    padding: 10px 0px 120px;
}

.breadTxtLink a {
    font-size: 14px;
    color: #454646;
    margin: 0px 5px;
}

.breadTxtLink a:first-child {
    margin-left: 0px;
}

.approach-text p {
    padding-bottom: 20px;
}

.approach-img {
    margin-bottom: 40px;
    margin-top: 10px;
}

.blue-bg {
    background-color: #263d8d;
    padding: 30px;
    margin-top: 10px;
    margin-bottom: 70px;
}

.blue-bg p {
    font-size: 30px;
    line-height: 36px;
    color: #fff;
}

.btm-arrow-left span {
    padding-left: 10px;
}

.btm-arrow-right {
    float: right;
}

.btm-arrow-right span {
    padding-right: 10px;
}

.arrow-btm {
    margin-bottom: 90px;
}

.commitment-banner {
    background-image: url(../images/our-commitment-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
    padding-top: 280px;
}

.approach-text h4 {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 20px;
}

.promise-banner {
    background-image: url(../images/our-promise-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
    padding-top: 280px;
}

.business-modal-banner {
    background-image: url(../images/business-modal-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
    padding-top: 240px;
}

.business-modal-text h3 {
    color: #213a8f;
    font-size: 20px;
    lighting-color: 26px;
    font-family: TypeTrust-BreuerText-Bold;
    padding-bottom: 20px;
    margin-top: 10px;
}

.growth-box {
    margin-bottom: 30px;
}

.growth-icon {
    padding-bottom: 10px;
}

.growth-icon img {
    height: 50px;
}

.growth-box p {
    border-bottom: 1px solid #b4b4b4;
    padding-bottom: 10px;
    min-height: 110px;
}

.bd-last {
    border: none !important;
}

.performanceslider {
    margin-top: 40px;
    margin-bottom: 120px;
}

.performanceslider .item {
    padding: 20px;
    min-height: 200px;
    background-color: #fff;
    border: 2px solid #d7d7d7;
}

.performanceslider .owl-stage-outer {
    overflow: initial !important;
}

.performanceslider .owl-stage {
    padding-left: 0px !important;
}

.performanceslider.owl-theme .owl-dots {
    position: absolute;
    left: 0px;
    margin-top: 8px;
}

.performanceslider.owl-theme .owl-dots .owl-dot span {
    background: #afb0b0;
    border-radius: 0px;
    height: 4px;
    width: 15px;
}

.performanceslider.owl-theme .owl-dots .owl-dot.active span,
.performanceslider.owl-theme .owl-dots .owl-dot:hover span {
    background: #009fe2;
}

.performanceslider .owl-nav button.owl-next {
    position: absolute;
    width: 37px;
    height: 20px;
    bottom: -40px;
    margin: auto;
    right: 0;
    background-image: url(../images/p-right-arrow.png) !important;
}

.performanceslider .owl-nav button.owl-prev {
    position: absolute;
    width: 37px;
    height: 20px;
    bottom: -40px;
    margin: auto;
    right: 50px;
    background-image: url(../images/p-left-arrow.png) !important;
}

.performanceslider.owl-theme .owl-nav .owl-prev:hover,
.performanceslider.owl-theme .owl-nav .owl-next:hover {
    background: none;
    color: #FFF;
    text-decoration: none;
}

.performanceslider.owl-theme .owl-nav .disabled {
    transform: scale(.7);
    opacity: 1;
}

.performanceslider.owl-carousel .owl-item img {
    width: auto;
}

.box-number {
    background: #213a8f;
    /* Old browsers */
    background: -moz-linear-gradient(left, #213a8f 0%, #7db9e8 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #213a8f 0%, #7db9e8 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #213a8f 0%, #7db9e8 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#213a8f', endColorstr='#7db9e8', GradientType=1);
    /* IE6-9 */
    height: 35px;
    width: 35px;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    font-family: TypeTrust-BreuerText-Medium;
    text-align: center;
    line-height: 35px;
    margin-bottom: 20px;
}

.value-btm-icon img {
    height: 48px;
}

.prfrmnc-details h4 {
    color: #d20911;
    font-size: 20px;
    font-family: TypeTrust-BreuerText-Medium;
    padding-bottom: 10px;
}

.prfrmnc-details p {
    padding-bottom: 10px;
    min-height: 130px;
}

.scroll-text {
    height: 105px;
    overflow-y: scroll;
    padding-right: 30px;
}

.scroll-text::-webkit-scrollbar-track {
    border-radius: 0px;
    background-color: #b4b4b4;
}

.scroll-text::-webkit-scrollbar {
    width: 3px;
    background-color: #b4b4b4;
}

.scroll-text::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #213a8f;
}

.strategy-banner {
    background-image: url(../images/our-strategy-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
    padding-top: 280px;
}

.light-blue-bg {
    background-color: #bde3f8;
    margin-bottom: 0px;
}

.light-blue-bg p {
    color: #263d8d;
    padding-bottom: 0px;
}

.st-blue-bg {
    margin-top: 0px;
}

.st-blue-bg h3 {
    font-size: 25px;
    color: #fff;
    font-family: TypeTrust-BreuerText-Bold;
    padding-bottom: 20px;
}

.st-blue-bg h5 {
    font-size: 18px;
    color: #fff;
    line-height: 24px;
    margin-bottom: 15px;
    min-height: 73px;
}

.st-blue-bg h5 span {
    font-size: 16px;
    display: block;
    lighting-color: 22px;
}

.st-box {
    border: 2px solid #fff;
    padding: 15px 10px;
    min-height: 260px;
}

.st-box h4 {
    font-size: 18px;
    line-height: 24px;
    font-family: TypeTrust-BreuerText-Bold;
    color: #fff;
    padding-bottom: 10px;
    min-height: 85px;
}

.st-box h6 {
    font-size: 16px;
    color: #fff;
    padding-top: 10px;
    line-height: 24px;
}

.vcreation-banner {
    background-image: url(../images/value-creation-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
    padding-top: 240px;
}

.value-tab {
    position: relative;
}

.v-bd-btm {
    border-bottom: 1px solid #009fe2;
    position: absolute;
    left: 0;
    top: 20px;
    width: 100%;
    z-index: -1;
}

.value-tab .nav-pills>li {
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
}

.value-tab .nav-pills>li:first-child {
    margin-left: 0px;
}

.value-tab .nav-pills>li:last-child {
    margin-right: 0px;
}

.value-tab .nav-pills>li:after {
    content: '';
    position: absolute;
    top: 11px;
    right: -25px;
    background-image: url(../images/value-arrow.png);
    width: 11px;
    height: 18px;
}

.value-tab .nav-pills>li:last-child:after {
    display: none;
}

.value-tab .nav-pills>li>a {
    border-radius: 0px;
    background-color: #b4b4b4;
    color: #fff;
    font-size: 20px;
    font-family: TypeTrust-BreuerText-Bold;
    width: 280px;
    text-align: center;
    padding: 5px 15px;
}

.value-tab .nav-pills>li>a:hover {
    background-color: #009fe2;
}

.value-tab .nav-pills>li.active>a,
.value-tab .nav-pills>li.active>a:focus,
.value-tab .nav-pills>li.active>a:hover {
    background-color: #009fe2;
}

.value-tab {
    margin-bottom: 30px;
}


/**/

.my-sidenav1 {
    display: none;
    position: fixed;
    top: 70px;
    left: 0;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 999999999;
    max-width: 100%;
    width: 100%;
    background: #000030;
    height: 100%;
    border-top: 1px solid #000030;
}

.cntrhdr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
}

.hdricons {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

span.pdfspan {
    color: #fff;
    margin-left: 15px;
    background: #1268b3;
    padding: 9px 15px;
    border-radius: 50px;
}

a.share-icon {
    background: #1268b3;
    padding: 5px;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bluebg {
    background: #000030;
}

.bluebg .yearreport a {
    color: #fff;
}

.bluebg .logo img {
    filter: brightness(0)invert(1);
}

.hdrmenu {
    margin-top: 0;
}

.hdrmenu li {
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    font-family: TypeTrust-BreuerText-Regular;
}

.hdrmenu li a {
    padding: 10px 0;
    color: #fff;
    position: relative;
    font-size: 16px;
    font-family: TypeTrust-BreuerText-Regular;
    text-transform: none;
}

.hdrmenu li a:focus {
    background: transparent;
}

.hdrmenu li a:after {
    width: 100%;
    height: 1px;
    background: red;
    position: absolute;
    display: block;
    content: "";
    bottom: 10px;
    transition: all ease 1s;
}

.hdrmenu li a:after {
    width: 0;
    height: 1px;
    background: #fff;
    position: absolute;
    display: block;
    content: "";
    bottom: 10px;
    transition: all ease .3s;
}

.hdrmenu li a:hover:after {
    width: 100%;
}

.hdrmenu li.active a {
    background: transparent;
}

.hdrmenu li.active a:hover,
.hdrmenu li.active a:focus {
    background: transparent !important;
}

.hdrmenu li a:hover {
    background: transparent !important;
    color: #fff !important;
}

.hdrsidelink a {
    color: #fff;
    font-size: 16px;
    font-family: TypeTrust-BreuerText-Regular;
    display: block;
    padding: 7px 0;
}

.topmenu-header {
    left: 0px;
    position: relative;
    overflow: hidden;
}

.hdrsidelink a:first-child {
    color: #fff;
}

.hdrsidelink a:hover {
    color: #fff;
}

a.pdf-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 70px;
}

.hdrmenu p {
    color: #fff;
    font-size: 14px;
    margin-top: 25px;
    display: inline-block;
}

.opn-slide-patch {
/*    animation: slideInRight 1s 1;*/
}

.cls-slide-patch {
/*    animation: slideInDown 1s 1;*/
}

.newnavv {
    display: none;
}

.newnavv {
  background: #000030;
  position: static;
  width: 100%;
  height: 100%;
  top: unset;
  padding-left: 50px;
  padding-top: 0px;
  right: 0px;
}
.vc-icon img
{
  height: 70px;
}
.creation-box
{
  margin-bottom: 30px;
  min-height: 426px;
}
.creation-box h3
{
  font-size: 25px;
  color: #20398f;
  font-family:TypeTrust-BreuerText-Medium;
  padding-top: 10px;
  padding-bottom: 15px;
}
.creation-box h4
{
  font-size: 16px;
  font-family:TypeTrust-BreuerText-Bold;
  padding-bottom: 15px;
}
.creation-box ul
{
  padding-left: 20px;
}
.creation-box ul li
{
  padding-bottom: 15px;
}
.creation-box ul li::marker
{
  color: #20398f;
}
.creation-box h6
{
  font-size: 12px;
  line-height: 16px;
}
.creation-box h6 span
{
  display: block;
}
.v-blue-bg
{
  background-color: #213a8f;
  padding: 40px 30px;
  border-top-right-radius: 18px;
  border-top-left-radius: 18px;
}
.v-blue-bg h4
{
  font-size: 25px;
  font-family:TypeTrust-BreuerText-Medium;
  color: #fff;
  padding-bottom: 15px;
}
.v-blue-bg p
{
  color: #fff;
}
.v-light-blue-bg
{
  background-color: #eaf6fe;
  padding: 40px 30px;
  margin-bottom: 50px;
}
.activity-wrap
{
  display: flex;
  margin-bottom: 30px;
}
.activity-wrap .box-number
{
  background: #213a8f; /* Old browsers */
  background: -moz-linear-gradient(left,  #213a8f 0%, #c61a22 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #213a8f 0%,#c61a22 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #213a8f 0%,#c61a22 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#213a8f', endColorstr='#c61a22',GradientType=1 ); /* IE6-9 */
  max-width: 35px;
  width: 100%;
  margin-right: 15px;
}
.activity-wrap h4
{
  font-size: 25px;
  color: #d20911;
  font-family:TypeTrust-BreuerText-Medium;
  padding-bottom: 10px;
}

.environ
{
  border-top:1px solid #3ab4e9;
  border-top-left-radius: 18px;
  padding: 20px 10px 0px 20px; 
}
.environ h4
{
  color:#213a8f;
  font-size: 25px;
  font-family:TypeTrust-BreuerText-Bold;
  padding-bottom: 15px;
}

.environ ul
{
  padding-left: 20px;
}
.environ ul li
{
  padding-bottom: 20px;
  font-size: 16px;
}
.environ ul li::marker
{
  color:#20398f;

  background: #000030;
  position: fixed;
  width: calc(100% - 625px);
  height: 100%;
  top: 60px;
  padding-left: 50px;
  padding-top: 11px;
  right: 0px;
}

.vc-icon img {
    height: 70px;
}

.creation-box {
    margin-bottom: 30px;
    min-height: 426px;
}

.creation-box h3 {
    font-size: 25px;
    color: #20398f;
    font-family: TypeTrust-BreuerText-Medium;
    padding-top: 10px;
    padding-bottom: 15px;
}

.creation-box h4 {
    font-size: 16px;
    font-family: TypeTrust-BreuerText-Bold;
    padding-bottom: 15px;
}

.creation-box ul {
    padding-left: 20px;
}

.creation-box ul li {
    padding-bottom: 15px;
}

.creation-box ul li::marker {
    color: #20398f;
}

.creation-box h6 {
    font-size: 12px;
    line-height: 16px;
}

.creation-box h6 span {
    display: block;
}

.v-blue-bg {
    background-color: #213a8f;
    padding: 40px 30px;
    border-top-right-radius: 18px;
    border-top-left-radius: 18px;
}

.v-blue-bg h4 {
    font-size: 25px;
    font-family: TypeTrust-BreuerText-Medium;
    color: #fff;
    padding-bottom: 15px;
}

.v-blue-bg p {
    color: #fff;
}

.v-light-blue-bg {
    background-color: #eaf6fe;
    padding: 40px 30px;
    margin-bottom: 50px;
}

.activity-wrap {
    display: flex;
    margin-bottom: 30px;
}

.activity-wrap .box-number {
    background: #213a8f;
    /* Old browsers */
    background: -moz-linear-gradient(left, #213a8f 0%, #c61a22 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #213a8f 0%, #c61a22 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #213a8f 0%, #c61a22 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#213a8f', endColorstr='#c61a22', GradientType=1);
    /* IE6-9 */
    max-width: 35px;
    width: 100%;
    margin-right: 15px;
}

.activity-wrap h4 {
    font-size: 25px;
    color: #d20911;
    font-family: TypeTrust-BreuerText-Medium;
    padding-bottom: 10px;
}

.environ {
    border-top: 1px solid #3ab4e9;
    border-top-left-radius: 18px;
    padding: 20px 10px 0px 20px;
}

.environ h4 {
    color: #213a8f;
    font-size: 25px;
    font-family: TypeTrust-BreuerText-Bold;
    padding-bottom: 15px;
}

.environ ul {
    padding-left: 20px;
}

.environ ul li {
    padding-bottom: 20px;
    font-size: 16px;
}

.environ ul li::marker {
    color: #20398f;

}

#vtab3 .creation-box {
  min-height: 350px;
}


.glance-banner
{
   background-image: url(../images/jsw-at-a-glance-banner.png);
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   height: 100vh;
   padding-top: 220px; 
}
.glance-banner h1
{
  padding-bottom: 15px;
}
.glance-banner p
{
  color: #fff;
  font-size:30px;
  font-family:TypeTrust-BreuerText-Medium;
  line-height: 30px;
}
.glance-banner p span
{
  display: block;
}
.value3-box p
{
  border-bottom: none;
  min-height: 250px;
}
.value3-box h4
{
  font-size: 20px;
  color: #263d8d;
  padding-bottom: 10px;
}
.v3-height p
{
  min-height: auto;
}
.glance-blue-bg h5
{
  color: #fff;
  font-size: 20px;
  padding-bottom: 15px;
  font-family:TypeTrust-BreuerText-Bold;
}
.glance-blue-bg p
{
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 0px;
}
.glance-grey-bg
{
  background-color: #edeee9;
  padding: 30px 20px 20px 15px;
}
.glance-grey-bg h4
{
  font-size: 20px;
  font-family:TypeTrust-BreuerText-Bold;
  color: #1d3a8f;
  padding: 10px 0px 0px 30px;
  border-top:2px solid #209dd8;
  border-top-left-radius: 50px;
  margin-bottom: 30px;
}
.capacity-svg
{
  padding-bottom: 50px;
}
.capacity-svg img
{
  max-width: 665px;
  width: 100%;
  padding-left: 30px;
}
.storage-svg img
{
  max-width: 480px;
}

.targetIn-inner .fy2023
{
  padding-bottom: 30px;
  padding-left: 30px;
}
.targetIn-inner .fy2023 h5
{
  font-size: 30px;
}
.targetIn-inner .plusIons::after
{
  width: 40px;
  height: 40px;
  right: -30px;
}
.targetIn-inner .pavingGrowth
{
  padding-left: 30px;
}

.capital-inner
{
  padding-top: 40px;
}
.capital-inner h3
{
  font-size: 30px;
  font-family:TypeTrust-BreuerText-Medium;
  padding-bottom: 25px;
}

.capital-wrap
{
  padding: 25px 0px 0px 30px;
  border-top: 2px solid #209dd8;
  border-top-left-radius: 30px;
  margin-bottom: 30px;
}
.cap-icon img
{
  width: 45px;
}
.cap-wrap
{
  display: flex;
}
.cap-text
{
  margin-left: 20px;
}
.cap-text h4
{
  color: #1d3a8f;
  font-size: 20px;
  font-family:TypeTrust-BreuerText-Bold;
  padding-bottom: 15px;
}
.cap-text p
{
  padding-bottom: 20px;
}
.cap-text .txtNumber
{
  margin-bottom: 30px;
}
.cap-text .txtNumber.txtNumber-last
{
  margin-bottom: 0px;
}
.cap-text .txtNumber h4
{
  font-size: 25px;
  font-family:TypeTrust-BreuerText-Bold;
  background: linear-gradient(to right, #222c74 0%, #442661 35%, #d10912 65%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 0px;
  margin-bottom: 5px;
}

.glance-banner {
    background-image: url(../images/jsw-at-a-glance-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
    padding-top: 220px;
}

.glance-banner h1 {
    padding-bottom: 15px;
}

.glance-banner p {
    color: #fff;
    font-size: 30px;
    font-family: TypeTrust-BreuerText-Medium;
    line-height: 30px;
}

.glance-banner p span {
    display: block;
}

.value3-box p {
    border-bottom: none;
    min-height: 250px;
}

.value3-box h4 {
    font-size: 20px;
    color: #263d8d;
    padding-bottom: 10px;
}

.v3-height p {
    min-height: auto;
}

.glance-blue-bg h5 {
    color: #fff;
    font-size: 20px;
    padding-bottom: 15px;
    font-family: TypeTrust-BreuerText-Bold;
}

.glance-blue-bg p {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 0px;
}

.glance-grey-bg {
    background-color: #edeee9;
    padding: 30px 20px 20px 15px;
}

.glance-grey-bg h4 {
    font-size: 20px;
    font-family: TypeTrust-BreuerText-Bold;
    color: #1d3a8f;
    padding: 10px 0px 0px 30px;
    border-top: 2px solid #209dd8;
    border-top-left-radius: 50px;
    margin-bottom: 30px;
}

.capacity-svg {
    padding-bottom: 50px;
}

.capacity-svg img {
    max-width: 665px;
    width: 100%;
    padding-left: 30px;
}

.storage-svg img {
    max-width: 480px;
}

.targetIn-inner .fy2023 {
    padding-bottom: 30px;
    padding-left: 30px;
}

.targetIn-inner .fy2023 h5 {
    font-size: 30px;
}

.targetIn-inner .plusIons::after {
    width: 40px;
    height: 40px;
    right: -30px;
}

.targetIn-inner .pavingGrowth {
    padding-left: 30px;
}

.capital-inner {
    padding-top: 40px;
}

.capital-inner h3 {
    font-size: 30px;
    font-family: TypeTrust-BreuerText-Medium;
    padding-bottom: 25px;
}

.capital-wrap {
    padding: 25px 0px 0px 30px;
    border-top: 2px solid #209dd8;
    border-top-left-radius: 30px;
    margin-bottom: 30px;
}

.cap-icon img {
    width: 45px;
}

.cap-wrap {
    display: flex;
}

.cap-text {
    margin-left: 20px;
}

.cap-text h4 {
    color: #1d3a8f;
    font-size: 20px;
    font-family: TypeTrust-BreuerText-Bold;
    padding-bottom: 15px;
}

.cap-text p {
    padding-bottom: 20px;
}

.cap-text .txtNumber {
    margin-bottom: 30px;
}

.cap-text .txtNumber.txtNumber-last {
    margin-bottom: 0px;
}

.cap-text .txtNumber h4 {
    font-size: 25px;
    font-family: TypeTrust-BreuerText-Bold;
    background: linear-gradient(to right, #222c74 0%, #442661 35%, #d10912 65%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 0px;
    margin-bottom: 5px;

}

.cap-text .txtNumber h4 span {
    font-size: 35px;
    display: inline;
    font-family: TypeTrust-BreuerText-Bold;
}

.cap-text .txtNumber h6 {
    font-size: 16px;
}

.cap-page-link {
    float: right;
    margin-top: -20px;
    position: relative;
    z-index: 99;
}

.cap-page-link span {
    font-family: TypeTrust-BreuerText-Bold;
}

.cap-page-link img {
    padding-left: 10px;
}

.allNumbers div.num-wrap .txtNumber
{
  width: 100%;

}

.cap-text div.num-wrap .txtNumber h4,
.cap-text .txtNumber h5,

.gr3 .txtNumber h4
{
  background: linear-gradient(to right, #222c74 0%, #442661 10%, #d10912 40%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gr4 .txtNumber h4
{
  background: linear-gradient(to right, #222c74 0%, #442661 5%, #d10912 25%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pb-15
{
  padding-bottom: 15px;
}
.gr3 .txtNumber h4 {
    background: linear-gradient(to right, #222c74 0%, #442661 10%, #d10912 40%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gr4 .txtNumber h4 {
    background: linear-gradient(to right, #222c74 0%, #442661 5%, #d10912 25%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pb-15 {
    padding-bottom: 15px;

}

.cap-page-link1 {
    margin-top: 20px;
}

.road-map {
    margin-top: 50px;
    margin-bottom: 60px;
}

.road-map h3,.road-map h4
{
  font-size: 30px;
  font-family: TypeTrust-BreuerText-Medium;
  padding-bottom: 10px;
}
.road-map h4
{
  font-family:TypeTrust-BreuerText-Regular;
  padding-bottom: 20px;
}
.road-map p
{
  padding-bottom: 20px;
}
.pillars-heading
{
  font-size: 25px;
  font-family:TypeTrust-BreuerText-Bold !important;
  color: #263d8d;
  padding-bottom: 10px;
  padding-top: 30px;
}
.pillars-heading span
{
  font-size: 20px;
  padding-bottom: 20px;
  display: block;
}
.pillar-svg, .g-busness-svg, .g-busness-svg1
{
  margin-bottom: 50px;
}
.road-map .ourRoadmapIn
{
  padding-left: 0px;
  padding-right: 0px;
}
.footprint h4
{
  padding-bottom: 8px;
}
.footprint h5
{
  font-size: 20px;
  font-family:TypeTrust-BreuerText-Bold;
  padding-bottom: 50px;
}
.footprint h6
{
  font-size: 15px;
  padding-top: 60px;
  padding-left: 15px;
  padding-bottom: 30px;
}
.footprint h6 span
{
  display: block;
}
.awards-main
{
  padding-bottom: 70px;
}
.award-bg
{
  background-image: url(../images/award-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 150vh;
  padding: 0px 30px;
}
.award-bg h3
{
  font-family:TypeTrust-BreuerText-Medium;
  font-size: 30px;
  padding-bottom: 60px;
}

.award-bg .item
{
  -webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.33);
  -moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.33);
  box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.33);
  padding: 20px;
  margin: 10px;
  min-height: 290px;
}
.award-bg .item h5
{
  color: #263d8d;
  font-size: 20px;
  font-family:TypeTrust-BreuerText-Bold;
  padding-bottom: 10px;
}
.award-bg .item p
{
  padding-bottom: 10px;
}
.award-bg .item p span
{
  color: #263d8d;
}
.award-bg .scroll-text
{
  height: 150px;
}

.road-map h3,
.road-map h4 {
    font-size: 30px;
    font-family: TypeTrust-BreuerText-Medium;
    padding-bottom: 10px;
}

.road-map h4 {
    font-family: TypeTrust-BreuerText-Regular;
    padding-bottom: 20px;
}

.road-map p {
    padding-bottom: 20px;
}

.pillars-heading {
    font-size: 25px;
    font-family: TypeTrust-BreuerText-Bold !important;
    color: #263d8d;
    padding-bottom: 10px;
    padding-top: 30px;
}

.pillars-heading span {
    font-size: 20px;
    padding-bottom: 20px;
    display: block;
}

.pillar-svg,
.g-busness-svg,
.g-busness-svg1 {
    margin-bottom: 50px;
}

.road-map .ourRoadmapIn {
    padding-left: 0px;
    padding-right: 0px;
}

.footprint h4 {
    padding-bottom: 8px;
}

.footprint h5 {
    font-size: 20px;
    font-family: TypeTrust-BreuerText-Bold;
    padding-bottom: 50px;
}

.footprint h6 {
    font-size: 15px;
    padding-top: 60px;
    padding-left: 15px;
    padding-bottom: 30px;
}

.footprint h6 span {
    display: block;
}

.awards-main {
    padding-bottom: 70px;
}

.award-bg {
    background-image: url(../images/award-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 150vh;
    padding: 0px 30px;
}

.award-bg h3 {
    font-family: TypeTrust-BreuerText-Medium;
    font-size: 30px;
    padding-bottom: 60px;
}

.award-bg .item {
    -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.33);
    padding: 20px;
    margin: 10px;
    min-height: 290px;
}

.award-bg .item h5 {
    color: #263d8d;
    font-size: 20px;
    font-family: TypeTrust-BreuerText-Bold;
    padding-bottom: 10px;
}

.award-bg .item p {
    padding-bottom: 10px;
}

.award-bg .item p span {
    color: #263d8d;

}

.award-bg .scroll-text {
    height: 150px;
}

.award-slider.owl-theme .owl-dots .owl-dot span {
  width: 27px;
  height: 5px;
  margin: 5px 4px;
  border-radius: 0px;
}

.award-slider.owl-theme .owl-dots .owl-dot.active span, .award-slider.owl-theme .owl-dots .owl-dot:hover span {
  background: #0abaee;
}

.extrptbtm
{
  padding-bottom: 40px;
}
.financialyeardatain h6
{
  font-size: 20px;
  color: #263d8d;
  padding-left: 15px;
}
.kyachmentsfy
{
  padding: 0px 15px 30px;
  background-color: #bde3f8;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
.kyachmentsfy h6
{
  font-family:TypeTrust-BreuerText-Bold;
  padding: 5px 0px;
}
.kyachmentsfy ul
{
  padding-left: 15px;
}
.kyachmentsfy ul li
{
  padding: 5px 0px;
}
.finacial-banner
{
  background-image: url(../images/fy2023-brief-banner.png);
}
.kyachmentsfy img
{
  height: 50px;
  margin-top: 30px;
}
.dprtp-bannner
{
  background-image: url(../images/dprtp-bannner.jpg);
}
.abouttherptban
{
  background-image: none;
  height: auto;
  padding-top: 80px;
}
.abouttherptpage header
{
  border-bottom: 1px solid #454646;
}
.abouttherptban h1
{
  color: #263d8d;
  padding-top: 140px;
}
.aboutrptsec
{
  padding: 30px 0px 60px;
}
.aboutrptsec h6
{
  font-size: 20px;
  color: #263d8d;
  font-family:TypeTrust-BreuerText-Bold;
}
.aboutrptsec p
{
  padding-top: 10px;
}
.aboutrptsec  h5
{
  color: #209dd8;
  font-size: 20px;
  font-family:TypeTrust-BreuerText-Bold;
  border-top: 2px solid #209dd8;
  border-left: 2px solid #209dd8;
  border-top-left-radius: 15px;
  margin: 15px 0px;
  line-height: 20px;
  padding: 7px 10px 0px;
}
.abtfirtrow img,.abutsecdrow img
{
  height: 55px;
  margin: 30px 0px 0px;
}

.abtfirtrow h4
{
  font-family:TypeTrust-BreuerText-Regular;
  padding-top: 10px;
}
.abutsecdrow h4
{
  font-family:TypeTrust-BreuerText-Regular;
  font-size: 16px;
  padding-right: 90px;
  line-height: 20px;
  padding-top: 10px;
}

.award-slider.owl-theme .owl-dots .owl-dot.active span,
.award-slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #0abaee;
}

.extrptbtm {
    padding-bottom: 40px;
}

.financialyeardatain h6 {
    font-size: 20px;
    color: #263d8d;
    padding-left: 15px;
}

.kyachmentsfy {
    padding: 0px 15px 30px;
    background-color: #bde3f8;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}

.kyachmentsfy h6 {
    font-family: TypeTrust-BreuerText-Bold;
    padding: 5px 0px;
}

.kyachmentsfy ul {
    padding-left: 15px;
}

.kyachmentsfy ul li {
    padding: 5px 0px;
}

.finacial-banner {
    background-image: url(../images/fy2023-brief-banner.png);
}

.kyachmentsfy img {
    height: 50px;
    margin-top: 30px;
}

.dprtp-bannner {
    background-image: url(../images/dprtp-bannner.jpg);
}

.abouttherptban {
    background-image: none;
    height: auto;
    padding-top: 80px;
}

.abouttherptpage header {
    border-bottom: 1px solid #454646;
}

.abouttherptban h1 {
    color: #263d8d;
    padding-top: 140px;
}

.aboutrptsec {
    padding: 30px 0px 60px;
}

.aboutrptsec h6 {
    font-size: 20px;
    color: #263d8d;
    font-family: TypeTrust-BreuerText-Bold;
}

.aboutrptsec p {
    padding-top: 10px;
}

.aboutrptsec h5 {
    color: #209dd8;
    font-size: 20px;
    font-family: TypeTrust-BreuerText-Bold;
    border-top: 2px solid #209dd8;
    border-left: 2px solid #209dd8;
    border-top-left-radius: 15px;
    margin: 15px 0px;
    line-height: 20px;
    padding: 7px 10px 0px;
}

.abtfirtrow img,
.abutsecdrow img {
    height: 55px;
    margin: 30px 0px 0px;
}

.abtfirtrow h4 {
    font-family: TypeTrust-BreuerText-Regular;
    padding-top: 10px;
}

.abutsecdrow h4 {
    font-family: TypeTrust-BreuerText-Regular;
    font-size: 16px;
    padding-right: 90px;
    line-height: 20px;
    padding-top: 10px;

}

img.pdtop30 {
    padding-top: 15px;
}

.abutsecdrow .col-md-4 {
    position: relative;
}

.abutsecdrow .col-md-4:before
{
  content: '';
  position: absolute;
  width: 261px;
  height: 1px;
  background-color: #454646;
  top: 55px;
  left: 71px;

}

.abutsecdrow .col-md-4:nth-child(3):before,
.abutsecdrow .col-md-4:nth-child(6):before {
    display: none;
}

.opcontextpg h3
{
  background: linear-gradient(to right, #232c74 0%, #d00912 35%, #d00912 65%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family:TypeTrust-BreuerText-Bold;
  font-size: 30px;
}
.opcontextpg .row
{
  display: flex;
  flex-wrap: wrap;
}
.opcontextpg .row .col-md-4
{
  padding-top: 15px;
}
.opcontextbanner
{

  background-image: url(../images/opcontextbanner-img.png);
}
.optxticontxt
{
  display: flex;
  align-items: flex-start;
  padding: 5px 0px 0px 15px;
}
.opcontextext
{
  padding-left: 25px;
}
.opcontexticon img
{
  width: 60px;
}
.opcontextext h6
{
  font-size: 20px;
  color: #009fe2;
  font-family:TypeTrust-BreuerText-Medium;
  padding-bottom: 10px;
}
.opcontextpg hr
{
  border-top: 1px solid #b2b2b2;
  border-left: 1px solid #b2b2b2;
  border-top-left-radius: 15px;
  margin-bottom: -15px;
  height: 15px;
}
.message-chairman-banner
{
  background-image: url(../images/message-chairman-banner.png);
}
.msgtxtsec h3
{
  color: #263d8d;
  font-size: 25px;
  padding-left: 60px;
  padding-bottom: 20px;
}
.msgtxtsec h3:before
{
  content: '';
  position: absolute;
  background-image: url(../images/msgcomma1.png);
  width: 45px;
  height: 42px;
  top: 0px;
  left: 15px;
}
.msgtxtsec span
{
  display: block;
  padding-bottom: 20px;
}
.msgtxtsec h6
{
  color: #263d8d;
  font-size: 20px;
  font-family:TypeTrust-BreuerText-Bold;
  padding-bottom: 15px;
}
.msgtxtsec  h5
{
  color: #263d8d;
  font-size: 25px;
  padding-bottom: 5px;
}
.msgtxtsec img
{
  padding-bottom: 15px;
}
.msgtxtsec h3 img
{
  padding-bottom: 0px;
}
.approach-text.msgtxtsec h4
{
  color: #263d8d;
  font-size: 18px;
  font-family:TypeTrust-BreuerText-Bold;
}
.approach-text.msgtxtsec h4 span
{
  padding-bottom: 0px;
}
.pdfclick
{
  border: 2px solid #a2a2a2;
  max-width: 80%;
}

.pdfclick a
{
  color: #20398f;
  padding: 10px;
  display: block;
  min-height: 66px;
  padding-right: 60px;
  position: relative;
}
.pdfclick a img
{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}

.opcontextpg h3 {
    background: linear-gradient(to right, #232c74 0%, #d00912 35%, #d00912 65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: TypeTrust-BreuerText-Bold;
    font-size: 30px;
}

.opcontextpg .row {
    display: flex;
    flex-wrap: wrap;
}

.opcontextpg .row .col-md-4 {
    padding-top: 15px;
}

.opcontextbanner {
    background-image: url(../images/opcontextbanner-img.png);
}

.optxticontxt {
    display: flex;
    align-items: flex-start;
    padding: 5px 0px 0px 15px;
}

.opcontextext {
    padding-left: 25px;
}

.opcontexticon img {
    width: 60px;
}

.opcontextext h6 {
    font-size: 20px;
    color: #009fe2;
    font-family: TypeTrust-BreuerText-Medium;
    padding-bottom: 10px;
}

.opcontextpg hr {
    border-top: 1px solid #b2b2b2;
    border-left: 1px solid #b2b2b2;
    border-top-left-radius: 15px;
    margin-bottom: -15px;
    height: 15px;
}

.message-chairman-banner {
    background-image: url(../images/message-chairman-banner.png);
}

.msgtxtsec h3 {
    color: #263d8d;
    font-size: 25px;
    padding-left: 60px;
    padding-bottom: 20px;
}

.msgtxtsec h3:before {
    content: '';
    position: absolute;
    background-image: url(../images/msgcomma1.png);
    width: 45px;
    height: 42px;
    top: 0px;
    left: 15px;
}

.msgtxtsec span {
    display: block;
    padding-bottom: 20px;
}

.msgtxtsec h6 {
    color: #263d8d;
    font-size: 20px;
    font-family: TypeTrust-BreuerText-Bold;
    padding-bottom: 15px;
}

.msgtxtsec h5 {
    color: #263d8d;
    font-size: 25px;
    padding-bottom: 5px;
}

.msgtxtsec img {
    padding-bottom: 15px;
}

.msgtxtsec h3 img {
    padding-bottom: 0px;
}

.approach-text.msgtxtsec h4 {
    color: #263d8d;
    font-size: 18px;
    font-family: TypeTrust-BreuerText-Bold;
}

.approach-text.msgtxtsec h4 span {
    padding-bottom: 0px;
}

.pdfclick {
    border: 2px solid #a2a2a2;
    max-width: 80%;
}

.pdfclick a {
    color: #20398f;
    padding: 10px;
    display: block;
    min-height: 66px;
    padding-right: 60px;
    position: relative;
}

.pdfclick a img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;

}

.pdfclick a::after {
  content: '';
  position: absolute;
  height: 66px;
  top: 0;
  width: 2px;
  background-color: #a2a2a2;
  padding-left: 0;
  padding-top: 0px;
  right: 57px;
}


.innerImg div {
    width: 100%;
    background-color: #000030;
}

.innerImg {
    display: flex;
}



.listPos a {
    position: relative;
}

.listPos a img {
  position: absolute;
  right: 0;
  top: 0px;
}

.atGlance a:hover,
.chairmanMsg a:hover,
.towardsIn a:hover,
.financialYear a:hover, .bannerTxts a:hover {
    color: #d20911;
    transition: .2s ease-in;
    /*font-size: 18px;*/
}

.atGlance a:hover img,
.chairmanMsg a:hover img,
.towardsIn a:hover img,
.financialYear a:hover img, .bannerTxts a:hover img{
    transform: scaleX(1.1);
    margin-left: 5px;
}

.scrollMouse a {
  font-size: 16px;
  color: #fff;
}

a.linkPdf {
    font-size: 12px;
    color: #fff;
}

.inlineTxt {
    display: inline-block !important;
    padding: 0px !important;
}

.approach-text.msgtxtsec h4.chairPersons {
    color: #263d8d;
    font-size: 18px;
    font-family: TypeTrust-BreuerText-Bold;
}

.approach-text.msgtxtsec h4.chairPersons span {
    color: #000;
    font-family: TypeTrust-BreuerText-Regular;
}

.txtNormal a {
    color: #000;
    font-size: 16px;
}

.clr_light_gray {
    color: #878787 !important;
}

.blue-bg.removeTg {
  margin-top: 0;
}
/**/
.hoverAbleImg {
  display: flex;
  gap: 23px;
}
.scrollMouse {
  margin-top: 60px;
}
#background {
  padding-top: 0px;
  background-image: url("../images/home-page-banner.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
  transition: ease all .5s;
  display: flex;
  align-items: center;
}
.pos-rel{
  position: relative;
  height: 100vh;
}
.hoverImg:hover img {
  transform: scaleY(1.2);
}
.bannerTxts h3 {
  font-size: 35px;
  color: #fff;
}
.bannerTxts a{
  color: #fff;
  margin-top: 20px;
}
.fixedBtms {
  position: absolute;
  bottom: 65px;
  left: 0px;
  right: 0px;
  display: block;
  margin: 0px auto;
  max-width: 1140px;
  width: 100%;
  z-index: 99;
}
.insideGape {
  padding: 47px 0px 67px 0px
}
.leftOpen {
  position: absolute;
  left: 0px;
}
.targetIn1 {
  padding-top: 120px;
}
.targetIn2 {
  padding-top: 45px;
  margin-top: 0;
}


/* uneza css */

.secondModel {
    padding-top: 30px;
}

.sectionsbanner {
    padding-top: 226px;
}

.inside-bannersec span {
    font-family: TypeTrust-BreuerText-Regular;
    font-size: 45px;
    line-height: 45px;

}
.kyachmentsfy ul li::marker {
  color: #263d8d;
}

.h4all h4 {
  font-size: 25px;
  text-align: center;
  color: #20398f;
  margin-bottom: 30px;
  border-top: 2px solid #b2d8e5;
  display: inline-block;
  padding-left: 15px;
  border-top-left-radius: 25px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  padding-top: 5px;
  font-family: TypeTrust-BreuerText-Bold;
  padding-right: 50px;
}
.h4all {
  width: 100%;
  margin: 0px auto;
  text-align: center;
}
#middlesIcon img {
  width: 28px !important;
  height: 28px;
}
.sliderTxtIn a {
  display: flex;
  width: 100%;
  color: #fff;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.abouttherptpage header {
  background-color: #000030;
}
.btm-arrow-left a {
  color: #292828;
}
.btm-arrow-right a {
  color: #292828;
}
.rightFootetxt p a{
    color: #fff;
}
.clrTxtsd{
    color:#20398f !important

}
.mainTopSlider .item {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    align-items: center;
    display: flex;
}
.main_item1 {
    background-image: url(../images/banner-img1.png);
}

.main_item2 {
    background-image: url(../images/banner-img2.png);
}

.main_item3 {
    background-image: url(../images/banner-img3.png);
}

.main_item4 {
    background-image: url(../images/banner-img4.png);
}


.main_item6 {
    background-image: url(../images/banner-img5.png);
}

.main_item5 {
    background-image: url(../images/banner-img6.png);
}
.fidexenable
{
    position: fixed;
    bottom: 0px;
    opacity: 1;
    transition: all ease 0.5s;
    top: auto;
}