@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: 9999;
}

.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: 30px 0px;
    position: relative;
    width: 100%;
    background-color: #20398F;
}



.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,
.faqs-pan 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: 0px;
  line-height: 17px;
  color: #fff;
  font-family: TypeTrust-BreuerText-Medium;
}

.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: 20px 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: 5px 0px 0px 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;
  margin-bottom: 0px;
}

.insideAcor ul li a {
  font-size: 14px;
  color: #E6E6E6;
  padding: 0px;
  display: block;
  line-height: 28px;
}

.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-size: 30px;
  color: #20398F;
  line-height: 1;
  font-family: TypeTrust-BreuerText-Medium;
}

.towardsIn h4 {
  font-size: 16px;
  color: #4D4D4F;
  line-height: 23px;
  font-family: TypeTrust-BreuerText-Medium;
  margin-top: 5px;
}

.towardsIn a {
  font-size: 16px;
  color: #4D4D4F;
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 21px;
  margin-top: 15px;
}

.towardsIn {
  position: relative;
  border: 0.5px solid #000000;
}
.towardsText {
  padding: 20px 15px;
}


.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: 95px 0px 65px 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 {
  padding: 50px 0px;
  height: 100vh;
  display: flex;
  align-items: center;
  background-image: url("../images/homepage/jsw-at-a-glance-img-2.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.allHeads h3 {
    font-size: 45px;
    color: #20398f;
    line-height: 1;
}



.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: 16px;
  color: #fff;
  display: block;
  line-height: 21px;
  margin-top: 30px;
}


/**/

.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;
}




.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;
}


.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;
}


/**/


.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 90px;
}

.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;
    font-size: 16px;
    line-height: 17px;
    color: #4D4D4F;
}



.btm-arrow-right a{
    border: 1px solid #707070;
    padding: 10px 15px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: end;
}
.btm-arrow-right a:hover {
  background-color: #F5F5F5;
  border: 1px solid #F5F5F5;
}
.btm-arrow-left a:hover {
  background-color: #F5F5F5;
  border: 1px solid #F5F5F5;
}
.btm-arrow-left a{
  border: 1px solid #707070;
  padding: 10px 15px;
  background-color: #fff;
  display: flex;
  align-items: center;
}
.btm-arrow-left a:hover svg g path{
    fill: #1F9DD9;
}
.btm-arrow-right a:hover svg g path{
    fill: #1F9DD9;
}
.btm-arrow-right span {
    padding-right: 10px;
    font-size: 16px;
    line-height: 17px;
    color: #4D4D4F;
}

.arrow-btm {
  margin-bottom: 40px;
  margin-top: 30px;
}

.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;
}

.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);
}



.award-slider.owl-theme .owl-dots .owl-dot.active span,
.award-slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #0abaee;
}



.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);
}


.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 {
    transition: .2s ease-in;
}

.atGlance a:hover img,
.chairmanMsg a:hover img,
.towardsIn a:hover img,
.financialYear a:hover img, .bannerTxts a:hover img{
    transform: scaleX(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;
}
.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;
}

.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;




}




.menu-btn {
    display: block;
    vertical-align: middle;
    text-transform:uppercase;
    color:#009FE3;
    width: 30px;
    height: 30px;
    /*padding-top: 15px;*/
    position:relative;
    z-index: 1;
}
.menu-line {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.menu-line,
.menu-line:before,
.menu-line:after {
    width:100%;
    height: 2px;
    background-color: #007582;
    border-radius:2px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    position: absolute;
    left:0;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
.menu-line::before, .menu-line::after {
    content: "";
    display: block;
}
.menu-line::before {
    top: -8px;
    transition: top 0.1s 0.34s ease-in,
    opacity 0.1s ease-in;
}
.menu-line::after {
    bottom: -8px;
    transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.menu-btn.active .menu-line {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    transition-delay: 0.14s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.menu-btn.active .menu-line:before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}
.menu-btn.active .menu-line:after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.nav-wrapper {
    position:fixed;
    right:0;
    top:70px;
    width:100%;
    height:100%;
    display:flex;
    display: -webkit-flex;
    flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-direction:row;
    justify-content:flex-start;
/*    align-items:center;
    -webkit-align-items:center;*/
    background: #000030;
    opacity: 0;
    visibility: hidden;
    color:#fff;
    overflow-x: hidden;
    overflow-y: hidden;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
    z-index: 9999;
    padding-top: 40px;
}
.nav-wrapper.open {
    opacity: 1;
    visibility: visible;
}
.nav-wrapper .inner {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}
.nav-wrapper a {
    color: #fff;
}
.nav-wrapper a:hover {
    color: #009FE3;
}
ul.main-menu {
    width: 100%;
    position: relative;
    z-index: 9999;
    padding-left: 0px;
}
.main-menu > li {
    float: left;
    width: 16.66%;
    vertical-align: middle;
    padding: 0 15px;
    list-style: none;
}
.nav-wrapper.open .main-menu li {
    animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    list-style: none;
}
.nav-wrapper.open .main-menu li:nth-child(1) {
    animation-delay: 700ms;
    -webkit-animation-delay: 700ms;
}
.nav-wrapper.open .main-menu li:nth-child(2) {
    animation-delay: 900ms;
    -webkit-animation-delay: 900ms;
}
.nav-wrapper.open .main-menu li:nth-child(3) {
    animation-delay: 1100ms;
    -webkit-animation-delay: 1100ms;
}
.nav-wrapper.open .main-menu li:nth-child(4) {
    animation-delay: 1300ms;
    -webkit-animation-delay: 1300ms;
}
.nav-wrapper.open .main-menu li:nth-child(5) {
    animation-delay: 1500ms;
    -webkit-animation-delay: 1500ms;
}
.nav-wrapper.open .main-menu li:nth-child(6) {
    animation-delay: 1700ms;
    -webkit-animation-delay: 1700ms;
}
.nav-wrapper.open .main-menu li:nth-child(7) {
    animation-delay: 1900ms;
    -webkit-animation-delay: 1900ms;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}

100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
}

100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.main-menu > li > a {
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
    position: relative;
    display: block;
    min-height: 46px;
}
.main-menu > li li a {
    font-size: 16px;
    color: #009FE3;
}
.main-menu > li li a:hover {
    color: #fff;
}
.nav-wrapper .lines {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    
}
.nav-wrapper .lines .line {
    width: 16.66%;
    height: 0;
    position: absolute;
    top: 0;
    border-right: 1px solid rgba(0,117,130,.5);
}
.nav-wrapper.open .line {
    height: 100%;
}
.nav-wrapper .lines .line:nth-child(1) {
    left: 0;
    -webkit-transition:all 0.3s ease-in;
    -moz-transition:all 0.3s ease-in;
    -o-transition:all 0.3s ease-in;
    transition:all 0.3s ease-in;
}
.nav-wrapper .lines .line:nth-child(2) {
    left: 16.66%;
    -webkit-transition:all 0.5s ease-in;
    -moz-transition:all 0.5s ease-in;
    -o-transition:all 0.5s ease-in;
    transition:all 0.5s ease-in;
}
.nav-wrapper .lines .line:nth-child(3) {
    left: 33.32%;
    -webkit-transition:all 0.8s ease-in;
    -moz-transition:all 0.8s ease-in;
    -o-transition:all 0.8s ease-in;
    transition:all 0.8s ease-in;
}
.nav-wrapper .lines .line:nth-child(4) {
    left: 49.98%;
    -webkit-transition:all 1.1s ease-in;
    -moz-transition:all 1.1s ease-in;
    -o-transition:all 1.1s ease-in;
    transition:all 1.1s ease-in;
}
.nav-wrapper .lines .line:nth-child(5) {
    left: 66.64%;
    -webkit-transition:all 1.4s ease-in;
    -moz-transition:all 1.4s ease-in;
    -o-transition:all 1.4s ease-in;
    transition:all 1.4s ease-in;
}
.nav-wrapper .lines .line:nth-child(6) {
    left: 83.3%;
    -webkit-transition:all 1.4s ease-in;
    -moz-transition:all 1.4s ease-in;
    -o-transition:all 1.4s ease-in;
    transition:all 1.4s ease-in;
}

ul.sub-menu {
    padding-left: 0px;
    padding-top: 0px;
    line-height: 18px;
    min-height: 178px;
    margin-bottom: 10px !important;
}
ul.sub-menu li
{
    padding: 5px 0px;
}

/*2023-24*/
.footerWidth {
  max-width: 920px;
  width: 100%;
  margin: 0px auto;
  
}
.footerInner{
    display: flex;
    gap: 110px;
    justify-content: space-between;
}
.footerInner > div:first-child{
    width: calc(100% - 570px);
}
.footerInner > div:last-child{
    width: 460px;
}
.footerLine {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 15px;
}
#accordionInputs .panel:last-child{
    border-bottom: 0px;
}
.leftFootTxt p {
  color: #FFF;
  font-size: 14px;
  line-height: 25px;
}
.leftFootTxt2 p, .leftFootTxt2 p a {
  color: #FFF;
  font-size: 14px;
  line-height: 25px;
  text-align: right;
}

.d-pdf > a {
  max-width: 220px;
  width: 100%;
  background-color: #1F9DD9;
  padding: 20px 15px;
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #E6E6E6;
  font-family: TypeTrust-BreuerText-Medium;
}
.d-pdf {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.footerLogo {
  display: flex;
  justify-content: center;
  margin-bottom: 45px;
}
.atGlanceIns{
    max-width: 448px;
    width: 100%;
}
.atGlanceIns h3 {
  font-size: 40px;
  color: #fff;
  line-height: 45px;
  font-family: TypeTrust-BreuerText-Bold;
  margin-bottom: 10px;
}
.atGlance h4 {
  font-size: 30px;
  font-family: TypeTrust-BreuerText-Medium;
  color: #fff;
  line-height: 35px;
  margin-bottom: 15px;
}
.atGlanceIns p {
  color: #fff;
  font-size: 16px;
  line-height: 21px;
}
.commitmentTab {
  padding: 50px 0px;
  height: 100vh;
  display: flex;
  align-items: center;
  background-image: url("../images/homepage/commitment-img-1.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.financialYear {
  padding: 50px 0px 81px 0px;
  height: 100vh;
  display: flex;
  align-items: end;
  background-image: url("../images/homepage/financial-year-img.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.financialIns {
  background-color: #fff;
  padding: 35px;
  max-width: 570px;
  width: 100%;
  display: block;
  margin: auto;
}
.chairmanMsg {
  height: 100vh;
  align-items: center;
  display: flex;
  padding: 87px 0px;
}
.financialTabs {
  padding: 60px 0px;
  height: auto;
  display: flex;
  background-color: #E8F8FF;
  align-items: center;
}
/**/
.towardsSlider .owl-nav button.owl-next {
    position: absolute;
    width: 32px;
    height: 32px;
    bottom: -50px;
    margin: auto;
    right: 0px;
    background-image: url(../images/homepage/blue-arrow-left.svg) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.towardsSlider .owl-nav button.owl-prev {
    position: absolute;
    width: 32px;
    height: 32px;
    bottom: -50px;
    margin: auto;
    right: 45px;
    opacity: 1;
    background-image: url(../images/homepage/gray-arrow-rigth.svg) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.towardsSlider.owl-theme .owl-nav .owl-prev:hover,
.towardsSlider.owl-theme .owl-nav .owl-next:hover {
    background: none;
    color: #FFF;
    text-decoration: none;
    width: 32px;
    height: 32px;
}
.towardsSlider.owl-theme .owl-dots .owl-dot span {
    background: #bcbcbc;
}
.towardsSlider .owl-nav button.owl-prev.disabled, .towardsSlider .owl-nav button.owl-next.disabled{
    opacity: .7;
}
.towardsSlider.owl-theme .owl-nav {
  margin-top: 0;
}
.sliderCounter {
  font-size: 20px;
  line-height: 21px;
  color: #4D4D4F;
  margin-top: 25px;
  width: 90%;
}

.financialTabs .nav-tabs > li.active > a, .financialTabs .nav-tabs > li.active > a:focus, .financialTabs .nav-tabs > li.active > a:hover {
  color: #17479E;
  cursor: default;
  border: none;
  background: transparent;
  background-color: transparent;
  border-radius: 0px;
  border-bottom: 5px solid #D71920;
}
.financialTabs .nav-tabs > li > a {
  line-height: 23px;
  border: 0px solid transparent;
  border-radius: 0px;
  margin-right: 55px;
  font-size: 18px;
  color: #4D4D4F;
  font-family: TypeTrust-BreuerText-Medium;
}

.financialTabs .nav > li > a {
    position: relative;
    display: block;
    padding: 8px 0px;
}
.financialTabs .nav-tabs > li:last-child > a{
    margin-right: 0px;
}
.financialTabs .nav-tabs {
  border-bottom: 0px solid #ddd;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

.finContent h3 {
  font-size: 24px;
  line-height: 26px;
  color: #4D4D4F;
  font-family: TypeTrust-BreuerText-Bold;
  margin-top: 20px;
  margin-bottom: 15px;
}
.finContent p {
  font-size: 16px;
  line-height: 21px;
  color: #4D4D4F;
  margin-bottom: 20px;
}
.finNums h4 {
  font-size: 35px;
  line-height: 26px;
  color: #17479E;
  font-family: TypeTrust-BreuerText-Bold;
}
.finNums h4 sub {
  bottom: 0px;
  font-size: 24px;
  line-height: 26px;
}
.finNums span {
  font-size: 16px;
  line-height: 21px;
  color: #4D4D4F;
  display: block;
  margin-bottom: 25px;
  margin-top: 3px;
}
.finNums {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.finContent {
  max-width: 485px;
  width: 100%;
}
.finNums > div {
  width: 50%;
}
/**/
.chairmanMsg a {
  font-size: 16px;
  color: #4D4D4F;
  line-height: 21px;
}
.chairmanIns{
    max-width: 595px;
    width: 100%;
}
.topSquare {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}
.topSquare span {
  width: 18px;
  height: 18px;
}
.topSquare span:nth-child(1) {
  background-color: #17479E;
}
.topSquare span:nth-child(2) {
  background-color: #D71920;
}
.chairmanIns h4 {
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 40px;
  color: #17479E;
  font-family: TypeTrust-BreuerText-Medium;
}
.chairmanIns h5 {
  font-size: 30px;
  line-height: 35px;
  color: #17479E;
  font-family: TypeTrust-BreuerText-Bold;
  margin-bottom: 30px;
}
.chairmanIns h5 span {
  display: block;
  font-size: 16px;
  line-height: 21px;
  color: #4D4D4F;
  font-family: TypeTrust-BreuerText-Regular;
}
/**/
.financialIns a {
  display: block;
  text-align: left;
  font-size: 16px;
  line-height: 21px;
  color: #4D4D4F;
}


.financialIns h3 {
  font-size: 30px;
  line-height: 32px;
  color: #20398F;
  text-align: left;
  font-family: TypeTrust-BreuerText-Bold;
}
.financialIns p {
  font-size: 16px;
  line-height: 21px;
  color: #4D4D4F;
  font-family: TypeTrust-BreuerText-Regular;
  text-align: left;
  margin-top: 15px;
  /* margin-top: ; */
  margin-bottom: 15px;
}
/**/

.ourRoadMap h3 {
  font-size: 30px;
  line-height: 35px;
  color: #20398F;
  font-family: TypeTrust-BreuerText-Bold;
  margin-bottom: 35px;
}
.beingAt h4 {
  font-size: 24px;
  line-height: 29px;
  color: #009FE3;
  font-family: TypeTrust-BreuerText-Medium;
  margin-bottom: 20px;
}
.thermalBox {
  display: flex;
  gap: 85px;
}
.indTher h5 {
  font-size: 50px;
  line-height: 55px;
  color: #17479E;
  font-family: TypeTrust-BreuerText-Medium;
  margin-top: 5px;
}
.indTher h5 sub {
  bottom: 0px;
  font-size: 24px;
  line-height: 26px;
}
.indTher span {
  font-size: 16px;
  line-height: 21px;
  color: #4D4D4F;
  font-family: TypeTrust-BreuerText-Regular;
  display: block;
  margin-bottom: 59px;
}
/**/
.ourRoadMap{
    padding: 86px 0px;
}
.gwCapacity {
  display: flex;
  gap: 91px;
}
.indCap h4 {
  font-size: 40px;
  line-height: 45px;
  margin: 0px;
  color: #17479E;
}
.indCap p {
  font-size: 18px;
  line-height: 35px;
  color: #4D4D4F;
  background: transparent linear-gradient(90deg, #A5C3D2 0%, #CBDCE5 100%) 0% 0% no-repeat padding-box;
  display: inline-block;
  padding: 0px 20px;
  margin-bottom: 22px;
  font-family: TypeTrust-BreuerText-Bold;
}
.indCap h4 span {
  font-size: 16px;
  line-height: 21px;
  color: #4D4D4F;
  font-family: TypeTrust-BreuerText-Regular;
  display: block;
}
.anothFlex {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
}
.mt20{
    margin-top: 50px;
}

.indTher {
  position: relative;
}
.indTher::after {
  content: "";
  display: block;
  position: absolute;
  right: -30px;
  top: 0px;
  width: 2px;
  height: 144px;
  background-color: #E6E6DE;
}
.indTher::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 50px;
  width: 120px;
  height: 1px;
  background-color: #E6E6DE;
}
.thermalBox .indTher:last-child::after{
    display: none;
}

.generativeSlide {
  height: 100vh;
  display: flex;
  align-items: center;
  background-image: url("../images/homepage/generation-capacity-img-1.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.generateWidth > div {
  min-width: 152px;
}
.generateWidth {
  max-width: 760px;
  width: 100%;
  margin: 0px auto;
  background-color: #fff;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding:45px 45px 15px 45px;
  gap: 30px;
  justify-content: space-between;
}
.generateWidth .seprateBoxs span {
  margin-bottom: 30px;
}
.generateWidth .seprateBoxs::after {
  content: "";
  display: block;
  position: absolute;
  right: auto;
  top: -30px;
  width: 100%;
  height: 1px;
  background-color: #E6E6DE;
  left: 0px;
}
.generateWidth .seprateBoxs:nth-child(1)::after, .generateWidth .seprateBoxs:nth-child(2)::after, .generateWidth .seprateBoxs:nth-child(3)::after{
    display: none;
}
.sliderCounterG {
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  text-align: center;
  bottom: -46px;
  font-size: 20px;
  line-height: 21px;
  color: #fff;
}
/**/

.genersIns {
  padding: 65px;
}
.imgTxt {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.imgTxt > div:nth-child(1) {
  width: 190px;
}
.imgTxt > div:nth-child(2) {
  width: calc(100% - 220px);
}
.genersIns > h4 {
  font-size: 24px;
  line-height: 26px;
  color: #20398F;
  font-family: TypeTrust-BreuerText-Medium;
  margin-bottom: 30px;
}
.imgTxt ul {
  padding-left: 0px;
  margin: 0px;
  list-style: none;
}
.imgTxt ul li {
  font-size: 16px;
  color: #000000;
  line-height: 25px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
}
.imgTxt ul li:last-child {
  border-bottom: 0px;
  margin: 0px;
  padding: 0px;
}
.topListsd {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #000;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.topListsd h5 {
  font-size: 24px;
  line-height: 26px;
  color: #20398F;
  font-family: TypeTrust-BreuerText-Bold;
}
.topListsd p {
  font-size: 16px;
  line-height: 25px;
  color: #000000;
}
.topListsd ul li {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 5px;
}
.bottombe h5 {
  font-size: 24px;
  line-height: 26px;
  color: #20398F;
  font-family: TypeTrust-BreuerText-Bold;
}
.bottombe p {
  font-size: 16px;
  line-height: 25px;
  color: #000;
}
/**/
.generativeIns .owl-nav button.owl-next {
    position: absolute;
    width: 32px;
    height: 32px;
    bottom: -50px;
    margin: auto;
    right: 0px;
    background-image: url(../images/homepage/blue-arrow-left.svg) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.generativeIns .owl-nav button.owl-prev {
    position: absolute;
    width: 32px;
    height: 32px;
    bottom: -50px;
    margin: auto;
    left: 0;
    opacity: 1;
    background-image: url(../images/homepage/gray-arrow-rigth.svg) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.generativeIns.owl-theme .owl-nav .owl-prev:hover,
.generativeIns.owl-theme .owl-nav .owl-next:hover {
    background: none;
    color: #FFF;
    text-decoration: none;
    width: 32px;
    height: 32px;
}
.generativeIns.owl-theme .owl-dots .owl-dot span {
    background: #bcbcbc;
}
.generativeIns .owl-nav button.owl-prev.disabled, .generativeIns .owl-nav button.owl-next.disabled{
    opacity: .7;
}
.generativeIns.owl-theme .owl-nav {
  margin-top: 0;
}
/**/
.commitmentTab .nav-tabs > li {
  float: none;
  margin-bottom: 0;
  width: 100%;
}
.commitmentTab .nav-tabs {
  border-bottom: 0px solid #ddd;
  padding-right: 0px;
}

.commitIns {
  display: flex;
  gap: 34px;
}
.commitIns > div:nth-child(1) {
  width: 210px;
  padding-right: 30px;
  border-right: 1px solid #fff;
}
.commitIns > div:nth-child(2) {
    max-width: 345px;
    width: 100%;
}
.commitmentTab .nav-tabs > li > a {
  margin-right: 0px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0px;
  border-bottom: 1px solid rgba(255, 255, 255, .7);
}
.commitmentTab .nav > li > a {
  position: relative;
  display: inline-block;
  padding: 12px 23px;
  font-size: 24px;
  color: #fff;
  width: 100%;
  position: relative;
  font-family: TypeTrust-BreuerText-Bold;
}
.commitmentTab  .nav-tabs > li.active > a, .commitmentTab  .nav-tabs > li.active > a:focus, .commitmentTab  .nav-tabs > li.active > a:hover {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, .7);
  background-color: transparent;
  background: none;
  color: #fff;
}
.commitBody p {
  font-size: 16px;
  line-height: 21px;
  color: #FFF;
}
.commitmentTab .nav > li > a:focus, .commitmentTab .nav > li > a:hover {
  background-color: transparent;
}
.commitmentTab .nav-tabs > li.active a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  width: 12px;
  height: 46px;
  background-color: #009FE3;
  top: 5px;
}
/**/
/*slick*/
.sliderContainer {
  position: relative;
}

.slider {
  width: 100%;

}

.slick-slide {
 background: transparent;
 background-position: center;
 background-size: cover;
 height: 100vh;
 padding: 80px 0 120px;
 font-size: 30px;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}
.slick-dots {
  bottom: -30px;
}
.progressBarContainer {
  position: absolute;
  bottom: 32px;
  width: 1140px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.progressBarContainer div {
  display: block;
  width: auto;
  padding: 0;
  cursor: pointer;
  margin-right: 20px;
  float: left;
  color: #fff;
}

.progressBarContainer div:last-child {
  margin-right: 0;
}

.progressBarContainer div span.progressBar {
  width: 100%;
  height: 2px;
  background-color: #fff;
  display: block;
}

.progressBarContainer div span.progressBar .inProgress {
  background-color: #f84036;
  width: 0%;
  height: 2px;
}

.progressBarContainer h3 {
  font-size: 16px;
  color: #fff;
  padding: 5px 0px;
  line-height: 21px;
}

/* Custom */

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    background: red;
    left: 0;
    width: 80px;
    height: 4px;
    content: '';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li {
  width: 100px;
}
.slick-dots li.slick-active button:before {
    opacity: .25;
    color: black;
}
.slick-dots li.slick-active button:after {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    opacity:1;
    background: blue;
    left: 0;
    width:80px;
    height: 3px;
    content: '';
    text-align: center;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index:9999999999999;
    animation-name: progress;
    animation-timing-function: linear;
    animation-duration: 2600ms;
    animation-delay:0;
}

@keyframes progress {
  from { width: 0px;}
  to {width: 80px;}
}
.progressBarContainerNew .item.active span.progressBarNew
{
    background-color: #ef4823;
}
/**/
.slick-slide:after
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(43,42,62,.65);
    opacity: 0;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    background: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.4)),to(rgba(0,0,0,.6)));
    background: -o-linear-gradient(right,rgba(0,0,0,.4),rgba(0,0,0,.6));
    background: linear-gradient(270deg,rgba(0,0,0,.4),rgba(0,0,0,.6));
}
.slick-slide.fade-in:after
{
    opacity: 1;
    z-index: -1;
}
.slick-slide:nth-child(1) {
    background-image: url('../images/homepage/banner-img1.webp');
}
.slick-slide:nth-child(2) {
    background-image: url('../images/homepage/banner-img2-1.webp');
}
.slick-slide:nth-child(3) {
 background-image: url('../images/homepage/banner-img3-1.webp');
}
.slick-slide:nth-child(4) {
  background-image: url('../images/homepage/banner-img4-1.webp');
}
.slick-slide:nth-child(5) {
 background-image: url('../images/homepage/banner-img5-2.webp');
}

.slideItem h3{
    font-size: 40px;
    line-height: 45px;
    color: #FFFFFF;
    font-family: TypeTrust-BreuerText-Medium;
}
.slideItem p{
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
}
.slideItem{
    height: 440px;
    display: flex;
    align-items: center;
    max-width: 410px;
    width: 100%;
}


/*newjsw*/
section.sitemap {
    padding-top: 85px;
}
.subhdng35txt{
    font-size: 35px;
    color: #213A8F;
    line-height: 40px;
    font-family: TypeTrust-BreuerText-Medium;
    margin-bottom: 20px;
}
.subhdng24txt{
    font-size: 24px;
    color: #213A8F;
    line-height: 30px;
    font-family: TypeTrust-BreuerText-Medium;
    margin-bottom: 20px;
}
.subhdng24txt-bold {
    font-size: 24px;
    color: #213A8F;
    line-height: 30px;
    font-family: TypeTrust-BreuerText-Bold;
    margin-bottom: 5px;
}
.subhdng18txt-frozy{
    font-size: 18px;
    color: #009FE3;
    font-family: TypeTrust-BreuerText-Medium;
    line-height: 24px;
}
.subtext-big{
    font-size: 18px;
    color: #213A8F;
    line-height: 23px;
    font-family: TypeTrust-BreuerText-Regular;
}
.subtext-med{
    font-size: 18px;
    color: #213A8F;
    line-height: 23px;
    font-family: TypeTrust-BreuerText-Medium;
}
.cmnpage-inside p {
    padding: 7px 0;
    line-height: 22px;
}
.cmnpage-inside{
    margin-bottom: 50px;
}
.our-c-banner {
    margin-bottom: 30px;
}
.our-frozytxt p {
    font-size: 18px;
    color: #009FE3;
    font-family: TypeTrust-BreuerText-Medium;
    line-height: 24px;
    display: flex;
    align-items: center;
    height: 390px;
    margin-top: 30px;
}
img.our-c-img {
    margin: 30px 0;
}
.subhdng35txt span{
    display: block;
}
.agiliy-banner-img {
    margin-bottom: 40px;
}

.cmntop30{
    margin-top: 30px;
}
.firm-power-img{
    margin-bottom: 20px;
    float: left;
}
.jsw-energy-img{
    float: right;
    margin-bottom: 20px;
}
.left-md-40 {
    padding-left: 40px;
}
.md-nam p{
    font-size: 18px;
    color: #213A8F;
    line-height: 20px;
    font-family: TypeTrust-BreuerText-Bold;
}
.md-nam p span {
    color: #4A4A49;
    font-family: TypeTrust-BreuerText-Regular;
    display: block;
    font-size: 14px;
}
.bnr-reltv .md-nam {
    background: #D4EDFC;
    width: 43%;
    bottom: 0;
    position: absolute;
    padding-left: 20px;
}
.bnr-reltv {
    position: relative;
}
.cmnpage-inside hr {
    border-top: 1px solid #c7cde2;
}
.about-newsec .subhdng24txt-bold{
    margin-top: 40px;
}
.about-pillerbox h3 {
    font-size: 40px;
    color: #213A8F;
    line-height: 45px;
    font-family: TypeTrust-BreuerText-Bold;
    margin-bottom: 5px;
}
.about-pillerbox a{
    color: #213A8F;
}
.about-pillerbox a span {
    color: #213A8F;
    font-size: 14px;
    border: 1px solid #009fe3;
    padding: 5px 15px;
    margin-left: 0px;
}
.read-about{
    margin-top: 20px;
}
.about-pillerbox.left-brdr-about {
    border-left: 1px solid #969696;
    padding-left: 30px;
}
.about-pillerbox {
    margin: 10px 0 30px;
}
.about-pillerbox p {
    height: 45px;
}
.about-box {
    border: 1px solid #969696;
    height: 150px;
    text-align: center;
    margin: 10px 0 20px;
    padding: 20px 10px;
}
.topic-box {
    border: 1px solid #969696;
    padding: 20px;
    text-align: center;
}
.topic-box {
    border: 1px solid #969696;
    padding: 20px;
    text-align: center;
    width: 26%;
    float: left;
    margin-top: 45px;
}
.sdgs-box {
    width: 74%;
    float: left;
    padding-left: 30px;
}
.about-box img {
    width: 60px;
}
.aboutsdg-icon{
    margin-top: 20px;
}
img.about-read-more-arrow {
    position: relative;
    right: -15px;
    background: #fff;
}
.letrspcing{
    letter-spacing: 1px;
}
.our-frozytxt2{
    margin-top: 20px;
}
.subtext18-reg{
    font-size: 18px;
    color: #213A8F;
    line-height: 23px;
    font-family: TypeTrust-BreuerText-Regular;
}
.span-txtblock{
    display: block;
}
.investmnt-flex {
    display: flex;
    align-items: flex-start;
}
.investment-box {
    position: relative;
    background: #d8effd;
    padding: 0 0 20px 0;
    margin-top: 20px;
}
img.our-strategy-icon {
    background: #fff;
    padding-bottom: 15px;
    width: 80px;
}
.invst-detls div {
    padding: 15px 15px 0;
}
.invst-detls div:first-child {
    background: #fff;
    padding: 30px 20px;
}
hr.hrwht {
    border-color: #fff;
    margin: 10px 10px 0;
}
.invst-detls div:first-child h3 {
    margin: 10px 0 5px;
}
.invst-hr{
    margin-top: 8px;
}
.invst-detls div:nth-child(2) {
    height: 95px;
}
.invst-detls div:nth-child(4) {
    height: 120px;
}
.subtext18-regblck{
    font-size: 18px;
    color: #4A4A49;
    line-height: 23px;
    font-family: TypeTrust-BreuerText-Regular;
}

.oprating-boxx.left-brdr-contxt {
    border-left: 1px solid #969696;
    padding-left: 60px;
    padding-right: 30px;
    height: 140px;
}
.oprating-boxx h3 {
    font-size: 50px;
    color: #213A8F;
    line-height: 55px;
    font-family: TypeTrust-BreuerText-Medium;
    margin-bottom: 5px;
}
.oprating-boxx {
    margin: 10px 0 30px;
}
.oprtng-banner-img {
    margin-bottom: 50px;
}
.oprating-boxx h3 small {
    color: #213A8F;
}

.subtext-med-blck{
    font-size: 18px;
    color: #4D4D4F;
    line-height: 23px;
    font-family: TypeTrust-BreuerText-Medium;
}
.bluelist li{
    color: #4D4D4F;
    padding: 5px 0;
}
ul.bluelist {
    padding-left: 20px;
    margin-bottom: 25px;
}
.bluelist li::marker {
    color: #2B3989;
    font-size: 20px;
}
.border-capitl .subtext-med-blck{
    margin-bottom: 10px;
}
.border-capitl {
    border: 1px solid #707070;
    padding: 20px;
    margin: 20px 0 40px;
}
.year-sec .col-md-5 {
    padding-right: 0;
}
.year-sec .col-md-7 {
    padding-left: 0;
}
.bluebg-year {
    background: #213A8F;
    padding: 30px;
    height: 475px;
}
.bluebg-year .subhdng35txt {
    color: #fff;
    font-family: TypeTrust-BreuerText-Medium;
}
.bluebg-year p {
    color: #fff;
}
.cap-flex h4 {
    padding-left: 20px;
}
.cap-flex {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}
.txt20reg{
    font-size: 20px;
    color: #4D4D4F;
    line-height: 24px;
    font-family: TypeTrust-BreuerText-Regular;
    margin-bottom: 10px;
}
.brdr-btm:before {
    position: absolute;
    display: block;
    content: "";
    width: 97%;
    height: 1px;
    background: #ccc;
    bottom: -20px;
    left: 10px;
}
.brdr-rght:after {
    position: absolute;
    display: block;
    content: "";
    height: 100%;
    width: 1px;
    background: #ccc;
    top: 0;
    right: 0;
}
.brdr-btm {
    position: relative;
}
.brdr-rght {
    position: relative;
}
.bg-lightblue .col-md-6{
    height: 130px;
    margin: 20px 0 20px;
}
.mdl-top20{
    margin-top: 20px;
}
.bg-lightblue {
    background: #EAF6FE;
    padding: 20px 50px 40px;
    margin: 20px 0 40px;
}
.mdl-boxnew {
    border: 1px solid #4D4D4F;
    height: 365px;
    padding: 30px;
    margin: 15px 0;
}
.img-right-flex {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.redtxt18{
    font-size: 18px;
    color: #D20A11;
    line-height: 24px;
    font-family: TypeTrust-BreuerText-Bold;
    margin-bottom: 5px;
}
ul.tabsnew li a {
    color: #4D4D4F;
    font-size: 24px;
    font-family: TypeTrust-BreuerText-Medium;
    padding: 0;
    display: inline-block;
    border-bottom: transparent;
}

ul.tabsnew li.active a{
    border-bottom: 5px solid #D71920;
    color: #213A8F;
    font-family: TypeTrust-BreuerText-Bold;
}

ul.tabsnew li a:hover {
    color: #213A8F;
}

ul.tabsnew {
    list-style: none;
    padding: 0;
    display: flex;
    width: 100%;
    justify-content: flex-start;
    margin: 20px 0px 40px;
}
ul.tabsnew li {
    margin-right: 60px;
}
.subtext-bld-blck{
    font-size: 18px;
    color: #4D4D4F;
    line-height: 22px;
    font-family: TypeTrust-BreuerText-Bold;
    margin: 10px 0;
}
.notenew {
    font-size: 12px;
    line-height: 16px !important;
}
.mdl-boxnew2 {
    border: 1px solid #4D4D4F;
    height: 400px;
    padding: 30px;
    margin: 15px 0;
}
.mdl-boxnew2 .bluelist li{
    padding: 3px 0;
}
.mdl-boxnew2 img.capicon {
    width: 70px;
    margin-bottom: 10px;
}
.tbabluebg h3{
    font-size: 20px;
    color: #fff!important;
    line-height: 25px;
    font-family: TypeTrust-BreuerText-Bold;
    margin: 10px 0;
}
.bg-lightblue-tbs .col-md-4{
    height: 130px;
    margin: 20px 0 20px;
}
.bg-lightblue-tbs {
    background: #EAF6FE;
    padding: 20px 25px;
    display: inline-block;
}
.tbabluebg {
    background: #213A8F;
    padding: 30px 40px;
    color: #fff;
}
.tbabluebg .read-about a {
    color: #fff !important;
}
.tbabluebg .read-about a span {
    border: 1px solid;
    color: #fff;
    padding: 3px 15px;
}
.tbabluebg img.about-read-more-arrow {
    position: relative;
    right: -15px;
    filter: brightness(0) invert(1);
    background: transparent;
}
.tbabluebg .read-about {
    margin-top: 5px;
    color: #fff;
}
.bg-lightblue-tbs .brdr-btm:before {
    width: 94%;
}
.pinkish-bg h3{
    font-size: 20px;
    color: #213A8F;
    line-height: 25px;
    font-family: TypeTrust-BreuerText-Bold;
    margin-bottom: 5px;
}
.pinkish-bg {
    background: #ECEBE6;
    padding: 30px 15px;
    display: inline-block;
}
.ornglist li{
    color: #4D4D4F;
    padding: 5px 0;
}
ul.ornglist {
    padding-left: 20px;
    margin-bottom: 25px;
}
.ornglist li::marker {
    color: #D20A11;
    font-size: 20px;
}
.pinkish-bg hr{
    border-color: #4D4D4F;
    margin-top: 0;
}
/*newjsw end*/

.financialTabs .nav > li > a:focus, .financialTabs .nav > li > a:hover {
  background-color: transparent;
}



.cmnpage-inside .box {
    height: 13px;
    width: 12px;
    margin: 0 1px;
}
.cmnpage-inside .main-box{
    display: flex;
}
.blue {
    background-color: blue;
}

.red {
    background-color: red;
}
.cmnpage-inside .main2-box{
    display: flex;
    margin-left: 148px;
}
.cmnpage-inside .main3-box{
    display: flex;
    margin-left: 50px;
}
.read-about p.n-bld {
    font-size: 14px;
}
h3.thr-h {
    font-size: 20px;
    color: #213A8F;
    line-height: 25px;
    font-family: TypeTrust-BreuerText-Bold;
}
/**/

.energyGlance {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 60px;
}
.energyGlance > div:nth-child(1) {
  max-width: 445px;
  width: 100%;
  background-color: #213A8F;
  padding: 30px;
}
.energyGlance > div:nth-child(2) {
  max-width: calc(100% - 445px);
  width: 100%;
}
.energyGlance h2 {
  font-size: 35px;
  line-height: 40px;
  color: #FFFFFF;
  font-family: TypeTrust-BreuerText-Medium;
}
.energyGlance h3 {
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
  margin-top: 15px;
  font-family: TypeTrust-BreuerText-Medium;
}

.energyGlance h5 {
    margin-top: 30px;
}
.clr_lb {
  color: #00AEEF;
}
.jswAtGlance h5 {
  font-size: 18px;
  line-height: 23px;
  font-family: TypeTrust-BreuerText-Medium;
  margin-bottom: 15px;
  color: #00AEEF;
}

.jswAtGlance h4 {
  font-size: 24px;
  line-height: 29px;
  color: #213A8F;
  font-family: TypeTrust-BreuerText-Bold;
  margin-bottom: 15px;
}
.jswAtGlance p {
  margin-bottom: 15px;
  line-height: 21px;
  color: #4A4A49;
}
.energyGlance p{
    color: #fff;
}

.mvBox {
  background-color: #EAF6FE;
  padding: 65px;
  display: flex;
  gap: 65px;
  margin: 45px 0px;
}
.mvBox > div {
  width: 33.33%;
}
.indMission {
  margin-bottom: 20px;
}
.indMission h4 {
  margin-bottom: 12px;
  margin-top: 10px;
}
.indValues h4 {
  margin-bottom: 12px;
  margin-top: 10px;
}
.mt125 {
  margin-top: 125px;
}
.seprateBoxs h4 {
  font-size: 50px;
  line-height: 55px;
  color: #17479E;
  font-family: TypeTrust-BreuerText-Medium;
  margin-bottom: 0px;
}
.seprateBoxs h4 sub {
  bottom: 0px;
  font-size: 24px;
  line-height: 26px;
}
.seprateBoxs  span {
  font-size: 16px;
  line-height: 21px;
  color: #4D4D4F;
  font-family: TypeTrust-BreuerText-Regular;
  display: block;
  margin-bottom: 91px;
}
.seprateBoxs {
  position: relative;
}

.seprateBoxs::after {
  content: "";
  display: block;
  position: absolute;
  right: 45px;
  top: 0px;
  width: 2px;
  height: 110px;
  background-color: #E6E6DE;
}
.seprateBoxs.removedLine::after{
    display: none;
}

.presenceBox {
  background-image: url(../images/jsw-at-a-glance/presence-across-img.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  min-height: 475px;
  margin-bottom: 60px;
}
.presenceData{
    width: calc(100% - 445px);
    float: right;
}
.allPre {
  display: flex;
  gap: 40px;
}
.presenceData > h5{
    color: #fff;
    margin-top: 30px;
}

.allPre h5 {
  font-size: 40px;
  line-height: 45px;
  color: #FFFFFF;
  margin-bottom: 0px;
}
.allPre h5 sub {
  font-size: 25px;
  line-height: 45px;
  bottom: 0px;
}
.allPre > div:nth-child(1) {
  width: 118px;
}
.allPre > div:nth-child(2) {
  width: 139px;
}
.allPre > div:nth-child(3) {
  width: 147px;
}
.allPre > div:nth-child(4) {
  width: 128px;
}
.allPre span {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-family: TypeTrust-BreuerText-Regular;
  margin-bottom: 10px;
}
.allPre p {
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-family: TypeTrust-BreuerText-Medium;
  margin-bottom: 10px;
}

.hydroBox {
  display: flex;
}
.hydroBox > div {
  width: 50%;
}

.threeCols {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 35px;
}
.threeCols span {
  display: block;
}
h5.clr_blk{
    color: #4D4D4F;
}
h5.clr_bl{
    color: #213A8F;
}
.breakUp .col-md-6:nth-child(1) {
  border-right: 1px solid #000;
}
.hydroBox h4 {
    margin-bottom: 0;
}
.hydroBox h4 sub {
  bottom: 0px;
}
.hydroBox span{
    margin-bottom: 50px;
    display: block;
}

.beyongBox {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  padding: 20px 30px;
  position: relative;
  max-width: 420px;
  width: 100%;
  margin-top: 90px;
}
.beyongBox h4 {
  margin: 0px;
  position: absolute;
  top: -14px;
  text-align: center;
  left: 0px;
  right: 0px;
  background-color: #fff;
  display: block;
  width: 160px;
  margin: 0px auto;
  font-size: 18px;
  line-height: 23px;
}
.breakUpRight {
  max-width: 420px;
  width: 100%;
  padding-left: 30px;
}
.indBey {
  display: flex;
  gap: 15px;
  align-items: center;
  position: relative;
}
h5.clr_red span{
  font-size: 16px;
}

.indBey  div span{
    display: block;
}
.indBey  div span:nth-child(2) {
  display: block;
  font-size: 16px;
  line-height: 17px;
}

.indBey h5 {
  font-size: 40px;
  line-height: 45px;
  color: #213A8F;
}
.indBey h5 sub {
  bottom: 0px;
}
.indBey span {
  color: #4A4A49;
}
.indBey > div:nth-child(1){
    border-right: 1px solid #000;
}
.breakUp {
  margin-bottom: 60px;
}

.mapLocation {
  /* display: flex; */
  gap: 70px;
  margin-bottom: 60px;
}
.mapLocation > div:nth-child(1) {
  width: calc(100% - 225px);
}
.mapLocation > div:nth-child(2) {
  width: 100%;
}
.mapNotes{
    margin-top: 30px;
}

.currentPlat {
  background: #FFFFFF;
  border: 1px solid #707070;
  padding: 30px;
  margin-bottom: 60px;
}
.currentRight {
  display: flex;
  gap: 40px;
}
.currentRight > div {
  width: 50%;
}
.currentRight h6 {
  font-size: 24px;
  line-height: 29px;
  color: #D71920;
  margin-bottom: 20px;
  font-family: TypeTrust-BreuerText-Bold;
}
.currentRight > div:nth-child(1) {
  border-right: 1px solid #000;
  padding-right: 50px;
}
.exploringBox{
    margin-bottom: 60px;
}
.exploringBox h4 {
  margin-bottom: 30px;
}
.indGreens h5 {
  display: flex;
  align-items: center;
  gap: 20px;
}
.indGreens h5 {
    margin-bottom: 10px;
}
.futureBox {
  display: flex;
  align-items: center;
  gap: 100px;
  margin-bottom: 60px;
  margin-top: 40px;
}
.allCapsIns .financialTabs .nav-tabs > li > a {
  margin-right: 35px;
}
.allCapsIns .financialTabs {
  padding: 0px;
  height: auto;
  background-color: #fff;
}
.allCapsIns{
    margin-bottom: 60px;
}
.roadMapsIns .ourRoadMap h3 {
  margin-bottom: 10px;
}
h5.clr_red{
    color: #D71920;
}

.topBis h5 {
  background: transparent linear-gradient(104deg, #213A8F 0%, #D71920 100%) 0% 0% no-repeat padding-box;
  font-size: 80px;
  line-height: 85px;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.topBis h5 sub {
  bottom: 0px;
  font-size: 50px;
  line-height: 55px;
  margin-left: 14px;
  background: transparent linear-gradient(104deg, #213A8F 0%, #D71920 100%) 0% 0% no-repeat padding-box;
  -webkit-background-clip: text;
  color: transparent;
}

.roadMapsIns .ourRoadMap {
  padding: 0px;
}
.roadMapsIns .indTher h5 {
  font-size: 50px;
  line-height: 55px;
  color: #17479E;
}

.allSmall {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  padding: 30px;
}
.allSmall > div {
  width: 20%;
}
.topBis {
  padding: 30px;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: relative;
  width: 380px;
}
.topBis::after {
  content: "";
  display: block;
  position: absolute;
  right: -1px;
  bottom: 0px;
  width: 2px;
  height: 40px;
  background-color: #fff;
  z-index: 99;
}
.thermalInds {
  margin:30px 0px 60px 0px;
}

.allSmall h5 {
  font-size: 30px;
  line-height: 35px;
  color: #17479E;
  margin: 0px;
}
.allSmall h5 sub {
  bottom: 0px;
  font-size: 24px;
}
.allSmall p {
  color: #00AEEF;
  margin: 0px;
}
.allSmall span {
  font-size: 16px;
  line-height: 21px;
  color: #4D4D4F;
  display: block;
}
.allSmall.brderBtmz{
    border-bottom: 0px;
}
.allSmall.brderTpz{
    border-top: 0px;
}
.thermalInds2 {
  margin: 30px 0px 60px 0px;
  display: flex;
}

.thermalInds2 {
  margin: 30px 0px 60px 0px;
  display: flex;
  border-bottom: 1px solid #000;
}
.thermalInds2 .topBis:nth-child(1) {

  border-right: 0px;
}
.thermalInds2 .topBis:nth-child(2) {
  border-left: 0px;
}
h4.clr_blk{
    color: #4D4D4F;
}


.sustainabilityBox {
  display: flex;
  justify-content: space-between;
  gap: 80px;
  padding: 30px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  margin-top: 45px;
}
.sustainabilityBox > div {
  width: 50%;
}
.sustainabilityBox ul {
  padding-left: 16px;
}
.sustainabilityBox ul li {
  color: #4D4D4F;
  margin-bottom: 4px;
}

.builtIns {
  display: flex;
  justify-content: space-between;
  gap: 80px;
  padding: 30px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 45px;
}
.builtIns > div {
  width: 50%;
}
.builtIns ul {
  padding-left: 16px;
}
.builtIns ul li {
  color: #4D4D4F;
  margin-bottom: 4px;
}
.sustainabilityBox h5, .builtIns h5 {
  margin-bottom: 5px;
  position: relative;
}
.sustainabilityBox h5::after, .builtIns h5::after {
  content: "";
  display: block;
  position: absolute;
  top: -44px;
  width: 26px;
  height: 26px;
  background: transparent linear-gradient(90deg, #213A8F 0%, #D71920 100%) 0% 0% no-repeat padding-box;
  left: 0px;
}
.underCons {
  margin-bottom: 60px;
}

.allStateWind {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 45px;
}
.allStateWind > div {
  width: 50%;
}
.windInd {
  display: flex;
  gap: 48px;
  border-bottom: 2px solid #4A4A49;
  padding: 20px 0px;
  margin-bottom: 20px;
  min-height: 258px;
}
.windInd > div:nth-child(1) {
  width: 152px;
}
.windInd > div:nth-child(2) {
  width: calc(100% - 152px);
}
.windInd h5 span {
  display: block;
  font-size: 16px;
  line-height: 21px;
  color: #4A4A49;
  font-family: TypeTrust-BreuerText-Regular;
}
.windInd h5 {
  margin-top: 5px;
}

.windInd h4 {
  font-size: 40px;
  line-height: 55px;
  margin: 0px;
}
.windInd h4 sub {
  bottom: 0px;
  font-size: 25px;
}
.windInd span {
  display: block;
  margin-bottom: 10px;
}

.awardsAco {
  display: flex;
  gap: 65px;
  overflow: hidden;
  height: 435px;
}
.awardsAco > div:nth-child(1) {
  max-width: 665px;
  width: 100%;
}

.indAward {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 6px #00000029;
  padding: 30px;
  margin-bottom: 30px;
  
}
header {
  background-color: #000030;
}
.jswHomePage header {
  background-color: #000030;
}
.jswHomePage header.sticky {
  background-color: #000030;
}
.commitmentTab .tabsnew {
  display: block !important;
  margin: 0px;
}.futureBox h4.wow.fadeInUp.new-hd {
  margin-left: 25px;
}
.thermalInds span.wow.fadeInUp {
  color: #4D4D4F;
}
.mov-gw {
  margin-top: 25px;
}
.slideItem div a {
  display: inline-block;
  color: #fff;
  width: 100%;
  z-index: 999999;
  position: relative;
  font-size: 20px;
  line-height: 25px;
  outline: none;
}
.slideItem div a img{
    display: inline;
}
.indBey span.wow.fadeInUp.brdr{
  border-bottom: 1px solid black;
  width: 101px;
  padding-bottom: 13px; 
  margin-bottom: 6px;
}

  img.new-img{
  width: 27px;
  padding-left: 8px;
}
.new-sec{
  display: flex;
}
.nav-wrapper a.new-a {
  color: #fff;
}
ul.sub-menu.gap-max {
  margin-bottom: 94px;
}
ul.sub-menu.gap-max2 {
  margin-bottom: 25px;
}
li.gap-min {
  margin-top: -11px;
}
.cross-menu{
  display: none;
}
.bluebg .ham-icon  .cross-menu{
  display: block;
  font-size: 20px;
}
.bluebg .ham-icon img{
  display: none;
}
.bluebg .ham-icon .cross-menu {
  display: block;
  font-size: 30px;
  color: #fff;
  line-height: 35px;
  font-family: TypeTrust-BreuerText-Medium;
}
.new-img a img {
  width: 35px;
  padding: 7px;
}
.nav-wrapper a.noHover:hover {
  color: #fff;
  cursor: default;
}