.custom-inner-page{
    padding: 0px;
    margin: 0px;
    position: relative;
    /* overflow: hidden; */
}

.custom-inner-page section{
    padding: 60px;
}

.custom-inner-page section.no-padding{
    padding: 0px;
}


.custom-inner-page p{
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 20px;
    color: black;
    font-weight: normal;
}


.light-grey{
    background-color: #eeeeef;
}



.custom-inner-page h2{
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: bold;
}

.custom-inner-page h3{
    font-size: 24px;
    line-height: 34px;
    color: #242056;
    font-weight: bold;
    margin-bottom: 15px;
}

.custom-inner-page h4{
    font-size: 22px;
    line-height: 30px;
    color: #07aaecb5;
    margin-bottom: 15px;
}

.big-text {
    position: relative;
    font-size: 55px;
    line-height: 55px;
    color: #07aaecb5;
    text-shadow: 2px 2px 2px #747474;
    font-weight: 800;
    margin-bottom: 40px;
}

.big-text::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: -75px;
    width: 14%;
    height: 3px;
    background-color: #009247;
}

.mb_30{
    margin-bottom: 30px;
}

.green-color{
    color: #009247 !important;
}

.white-color{
    color: white !important;
}

.black-color{
    color: black !important;
}

.pb0{
    padding-bottom: 0px !important;
}


.rupee {
    font-family: 'Rupee Foradian' !important;
}

.mb_0{
    margin-bottom: 0px !important;
}

.mt_mb{
    margin: 30px 0px;
}

.custom-inner-page ul{
    list-style-type: none;
    display: flex;
    flex-direction: column;
}

.custom-inner-page ul li{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    display: flex;
    column-gap: 10px;
    text-align: left;
    color: black;
}

.custom-inner-page ul li::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/about/test-icon.png) no-repeat center / contain;
    margin-top: 5px;
    flex: none;
}

.border-top{
    border-top: 1px solid #e8e8e8;
}

.border-green-bottom{
    border-bottom: 1px solid #009247;
}

.w-100-image{
    width: 100%;
}

.w-100-image img{
    width: 100%;
}

.w-70{
    width: 70%;
}

.w-70.fl-right{
    float: right;
}

.custom-table tbody tr td{
    font-size: 16px;
    line-height: 26px;
}

.light-yellow{
    background-color: #fbd290 !important;
}

.blue-bg-heading{
    background-color: #242056 !important;
    color: white;
    font-size: 18px;
    text-align: center;
}


/* ============ Footer Links ============ */

.footer-links{
    margin: 50px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.footer-links-prev{
    position: relative;
    transform: none;
    margin: 0;
    width: auto;
    height: 46px;
    pointer-events: auto;
    background-color:#f18900;
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: white;
    padding: 0px 12px;
    font-weight: bold;
    border-radius:4px;
}

.footer-links-prev:hover{
    color: white;
}

.footer-links-next:hover{
    color: white;
}

.footer-links-prev::before {
    content: '';
    transform: rotate(-180deg);
    background: url(../images/arrow-nav.png) no-repeat center / 8px;
    height: 24px;
    width: 16px;
    filter: brightness(0) invert(1);
}

.footer-links-next{
    position: relative;
    transform: none;
    margin: 0;
    width: auto;
    height: 46px;
    pointer-events: auto;
    background-color:#07aaecb5;
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: white;
    padding: 0px 12px;
    font-weight: bold;
    border-radius:4px;
}

.footer-links-next::after {
    content: '';
    background: url(../images/arrow-nav.png) no-repeat center / 8px;
    height: 24px;
    width: 16px;
    filter: brightness(0) invert(1);
}

/* ============= About us =========== */

.about-us{
    background: url(../images/about/about-bg.jpg);
    min-height: 800px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.choose-card {
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    column-gap: 10px;
    padding-right: 30px;
    height: 100%;
}

.choose-card p{
    padding-bottom: 0px;
    text-align: center;
}

.choose-circle{
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: #009247;
    font-size: 18px;
    line-height: 26px;
    color: white;
    flex: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    margin-bottom:20px;
}

.full-image img{
    width: 100%;
}

.fundamental-card{
    display: flex;
    gap: 25px;
    border-bottom: 1px solid white;
    margin-bottom: 20px;
}

.fundamental-card figure{
    width: 52px;
    height: 52px;
    flex: none;
}

.border-none{
    border: none;
}

.values-card{
    display: flex;
    gap: 30px;
}

.value-box{
    width: 33%;
    flex: none;
}

.value-box h5{
    font-size: 16px;
    font-weight: normal;
    
}

.value-box h5 span{
    font-weight: normal;
   
}

.value-content-box {
    display: flex;
    gap: 20px;
    padding-bottom: 20px;
}

.fundamental-content{
    width: 100%;
}

.top_pillers.inr-top-pillars{
    position: relative;
    padding-left: 60px;
}

.lab-icon {
    position: absolute;
    right: 15%;
    top: 0;
    pointer-events: none;
}

.lab-icon img{
    opacity: 0.4;
}

.leftListCol.inr-count{
    padding-top: 0px;
}

.leftListCol.inr-count.credible ul li::before{
    display: none;
}

.rightListCol.credible ul li::before{
    display: none;
}

.aster{
    text-align: left;
    margin-top: 30px;
}

.aster p{
    padding-bottom: 0px;
    margin-bottom: 0px;
    text-align: left;
}

.chairman_sec.no-padding{
    padding: 0px;
}

.slider-item-inner{
    position: relative;
}

.chairman-desk{
    padding: 0px !important;
    margin: 0px;
    position: relative;
}

.desk-curve {
    position: absolute;
    left: 0px;
    top: 0px;
    /*background-color: #009247;*/
    border-radius: 0% 0 100% 0;
    height: inherit;
    width: 40%;
    padding: 50px 200px 100px 50px;
    border-top: 1px solid white;
    z-index: 5;
}
.md-desk .desk-curve{
    /*background-color: #009dd0;*/
}

.desk-curve h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: normal;
    color: white;
    margin: 0px;
    position: relative;
    width: 70%;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.desk-curve h3::before {
    content: "";
    background: url(../images/about/quote-top.png) no-repeat center / contain;
    width: 45px;
    height: 30px;
}

.desk-curve h3::after {
    content: "";
    background: url(../images/about/quote-bottom.png) no-repeat center / contain;
    width: 45px;
    height: 30px;
    margin-left: auto;
}

.desk-curve::after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    z-index: -1;
    position: absolute;
    border-radius: 0% 0 100% 0;
    background-color: rgba(0, 146, 71, 0.9);
}
.md-desk .desk-curve:after{
    background-color: rgba(0, 157, 208, 0.9);
}

.chairman-content h4{
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
}

.chairman-content h5{
    margin-bottom: 20px;
}

.chairman-content h5{
    color: #009247;
}

.regards-item{
    display: flex;
    justify-content: start;
    flex-direction: column;
    margin-top: 30px;
}

.regards-item p{
    padding: 0px !important;
    margin: 0px !important;
}

.regards-item p strong{
    color: #009247;
}

.creation-process h3{
    text-transform: uppercase;
    font-weight: normal;
}


.creation-process.win-bg{
    background: url(../images/financial/win.png) no-repeat center / contain;
    /* width: 495px;
    height: 910px;
    margin: 0 auto; */
}

/* .input-card {
    border-bottom: 1px solid green;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 20px;
    position: relative;
    padding-bottom: 70px;
} */
.input-card {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding-bottom: 70px;
    border: 2px solid #c8dd5d;
    padding: 50px 20px;
    position: relative;
}
.input-card:before {
    content: "";
    position: absolute;
    bottom: -2px;
    right: 100px;
    width: 245px;
    height: 2px;
    background-color: #fff;
}
.input-card:after {
    content: "";
    position: absolute;
    top: -2px;
    right: 100px;
    width: 245px;
    height: 2px;
    background-color: #fff;
}

.input-card-arrow {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    width: 120px;
    height: 50px;
    background-color: white;
    margin: 0 auto;
    border: 1px solid green;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #009247;
}


.input-card-item {
    width: calc(33% - 20px);
    flex: none;
    display: flex;
    align-items: start;
    justify-content: center;
    column-gap: 20px;
}

.input-card-item.model-items {
    flex-direction: column;
    row-gap: 20px;
    justify-content: start;
}

.input-card-circle{
    width: 70px;
    height: 70px;
    flex: none;
    background-color: #009247;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.input-card-circle.grey-bg{
    background-color: #eeeeef;
}

.input-card-circle img{
    width: 40px;
}

.input-card-item h4{
    text-align: left;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
}

.input-card-item p{
    text-align: left;
    padding-bottom: 0px;
}

.model-card{
    display: flex;
    column-gap: 20px;
}

.financial-bar{
    width: 100%;
    margin-bottom: 50px;
}

.financial-bar img{
    width: 90%;
    margin: 0 auto;
}

.test-item{
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.test-item-inner:first-child{
    border-top: 1px solid black;
}
.test-item-inner{
    display: flex;
    gap: 20px;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid black;
}

.test-item-inner p{
    padding-bottom: 0px;
}

.test-item-curve{
    background: url(../images/financial/ctg.png) no-repeat center / contain;
    width: 240px;
    height: 60px;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    color: black;
}

.test-item-curve.item-curve1{
    background: url(../images/financial/ctg1.png) no-repeat center / contain;
}

.test-item-curve.item-curve2{
    background: url(../images/financial/ctg2.png) no-repeat center / contain;
}

.percen{
    font-size: 16px;
    line-height: 28px;
    color: black;
}

.mix-item{
    display: flex;
    gap: 20px;
}

.mix-item-text {
    position: relative;
    font-size: 16px;
    line-height: 28px;
    color: black;
    display: flex;
    align-items: center;
    gap: 6px;
}

.mix-item-text.value-text::before{
    background-color: #07aaecb5;
}

.mix-item-text::before{
    content: "";
    height: 14px;
    width: 14px;
    background-color: #009247;
}

.routine-card{
    margin-top: 30px;
}

.routine-card p{
    text-transform: uppercase;
    position: relative; 
    padding-bottom: 10px;  
}

.routine-card p::before{
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: black;
    left: 0;
    bottom: 0;
}

.routine-card-inr{
    border-bottom: 1px solid black;
    padding: 10px 0px;
}

.routine-card-inr-item{
    display: flex;
    justify-content: space-between;
    column-gap: 40px;
    align-items: center;
    margin-bottom: 10px;
}

.progress-bar{  
    height: 15px;
    border-bottom-right-radius: 5px;
}

.progress-bar.green-bar{
    background-color: green;
}

.progress-bar.blue-bar{
    background-color: #07aaecb5;
}

.blue-color{
    color: #07aaecb5 !important;
}

.w-25{
    width: 25%;
}

.w-10{
    width: 10%;
}

.w-75{
    width: 75%;
}

.volume-content{
    width: 70px;
    flex: none;
    font-size: 16px;
    color: black;
}

.reach-box{
    padding: 30px;
    width: 100%;
    margin-left: auto;
    background-color: white;
    border-bottom-left-radius: 70px;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.25);
}

.reach-box h5{
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.project-bg{
    position: relative;
    padding: 100px;
    width: 100%;
    margin-left: auto;
    background-color: #bedccc;
    border-bottom-left-radius: 150px;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.25);
}

.project-bg.shy{
    background-color: #e2e8c3;
}

.project-bg-lab{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    opacity: 0.6;
}

.project-heading {
    font-size: 66px;
    line-height: 66px;
    text-shadow: 1px 1px 1px #858282;
    color: #00aeef;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}

.project-sub-heading{
    font-size: 30px;
    line-height: 40px;
    color: black;
    font-weight: bold;
    margin-bottom: 15px;
}

.project-card{
    border-bottom: 1px solid black;
    margin-top: 20px;
}

.project-card h4{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 7px;
    color: black;
}

.map-area{
    display: flex;
    gap: 30px;
}

.state-list {
    width: 100%;
}

.state-list ul {
    list-style-type: none;
    display: flex;
    gap: 12px;
    flex-direction: revert;
    flex-wrap: wrap;
}

.state-list ul li {
    width: calc(25% - 10px);
    flex: none;
    border-bottom: 1px solid black;
    margin-bottom: 0px;
    padding-bottom: 15px;
}

.state-list ul li::before{
    display: none;
}

.state-list-item {
    background-color: white;
    padding: 8px 20px;
    text-align: center;
    height: 40px;
    font-size: 16px;
    line-height: 28px;
    white-space: nowrap;
}

.map-image{
    width: 350px;
    flex: none;
}

.device{
    background: url(../images/financial/device.png) no-repeat center / contain;
    width: 392px;
    height: 540px;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}


.capital-card:first-child{
    border-top: 1px solid black;
}
.capital-card {
    border-bottom: 1px solid black;
    display: flex;
    gap: 20px;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.capital-card-image{
    width: 220px;
    height: 115px;
    flex: none;
    background: url(../images/financial/capital1.png) no-repeat center / contain;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    line-height: 28px;
    color: black;
    text-transform: uppercase;
    font-weight: 500;
}

.capital-card-image.reduce{
    background: url(../images/financial/capital2.png) no-repeat center / contain;
}

.capital-card-image.technical{
    background: url(../images/financial/capital3.png) no-repeat center / contain;
}

.capital-card-image.performance{
    background: url(../images/financial/capital4.png) no-repeat center / contain;
}

.capital-card-image.customers{
    background: url(../images/financial/capital5.png) no-repeat center / contain;
}

.capital-card-content p{
    padding-bottom: 0px;
}

.capital-device{
    position: relative;
    background: url(../images/laptop1.png) no-repeat center / contain;
    width: 610px;
    height: 350px;
    padding: 40px 100px;
    margin: 0 auto 100px;
}

.deepening{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 60px;
    gap: 20px;
}

.deepening-item{
    width: calc(33% - 10px)  
}

.deepening-item h4{
    color: black;
    font-size: 18px;
    text-transform: uppercase;
}

.it{
    background-color: white;
    padding: 30px;
}

.human-image{
    margin: 0 auto;
    text-align: center;
}

.human-image img{
    width: 100%;
}

.countdown-card {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: start;
}

.countdown-card.jcs{
    justify-content: center;
}

.countdown-item {
    width: calc(20% - 20px);
    display: flex;
    justify-content: start;
    flex-direction: column;
    align-items: self-start;
}

.countdown-item p{
    padding-bottom: 10px;
}

.dashed{
    width: 60px;
    background: rgb(60 192 240);
    height: 4px;
    display: block;
    margin-bottom: 10px;
}

.scroll{
    font-size: 55px;
    line-height: 55px;
    font-weight: bold;
    color: #009247;
    padding: 0px;
    margin: 0px;
}

.human-capital-card{
    border-bottom: 1px solid black;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.human-capital-card p{
    padding-bottom: 0px;
}

.tar{
    text-align: right;
}

.heading-h4{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 7px;
    color: black;
}

.organasation-item {
    display: flex;
    column-gap: 40px;
    row-gap: 30px;
    margin-top: 40px;
}

.organasation-item-icon-text{
    width: 200px;
    flex: none;
    flex-direction: column;
    row-gap: 20px;
    justify-content: center;
}

.organasation-item-icon-text h4 {
    text-align: center;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
}

.organasation-item-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #009247;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
}

.organasation-item-content {
    width: 100%;
    position: relative;
    padding: 30px;
    border-bottom-left-radius: 50px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: center;
}

.organasation-bg1{
    background-color: #f5eaa3;
}

.organasation-bg2{
    background-color: #e9f0be;
}

.no-bg{
    background-color: transparent !important;
    padding: 0px 30px;
}

.no-bg .organasation-content{
    border-right: none;
}

.organasation-content {
    width: calc(50% - 30px);
    border-right: 1px solid black;
    padding: 0px 20px;
}

.organasation-content p{
    padding-bottom: 0px;
}

.organasation-content:nth-last-child(1){
    border-right: none;
}

.organasation-content h5{
    font-size: 20px;
    line-height: 30px;
}

.team-content {
    position: relative;
}

.team-content p{
    padding-bottom: 7px;
}

.team-content::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 3px;
    width: 80px;
    background-color: #009247 !important;
}

.team-content-bottom {
    padding-top: 40px;
}


.leader-card{
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 40px;
}

.leader-card-image{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 auto;
}

.leader-card-image img{
    width: 100%;
    border-radius: 50%;
}

.leader-card-content{
    text-align: center;
}

.leader-card-content h4{
    margin-bottom: 7px;
}

.leader-card-content p{
    padding-bottom: 0px;
    font-weight:700;
}

.pillars-card-component{
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 40px;
}

.pillars-card-year h3{
    font-size: 45px;
    line-height: 50px;
    font-weight: 600;
    color: black;
    position: relative;
}

.pillars-card-year h4{
    margin-bottom: 5px;
    font-size: 24px;
}

.pillars-card-year h3::after{
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0px;
    height: 8px;
    width: 100%;
    background-color: #009247;
}

.pillars-card {
    position: relative;
    padding: 30px;
    width: 100%;
    border-bottom-left-radius: 50px;
}

.pillars-card.bg1{
    background-color: #f5eaa3;
}

.pillars-card.bg2{
    background-color: #e9f0be;
}

.pillars-card ul{
    list-style-type: none;
}

.pillars-card ul li{
    display: block;
    border-bottom: 1px solid black;
    padding-bottom: 15px;
}

.pillars-card ul li:nth-last-child(1){
    border: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.pillars-card ul li::before{
    display: none;
}

.corporate h4{
    text-transform: uppercase;
    color: black;
    margin-bottom: 10px;
}

.corporate h5{
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    padding-bottom: 5px;
    color: #009247;
}

.corporate p{
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 15px;
}

.journey-card{
    margin-bottom: 40px;
}

.journey-circle {
    background: url(../images/financial/year-circle.png) no-repeat center / contain;
    width: 230px;
    height: 230px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.journey-circle span{
    font-weight: 800;
    font-size: 55px;
    line-height: 55px;
    color: #009247;
    display: block;
    text-shadow: 2px 2px 3px #79797a;
}

.btm_pillers.become p{
    color: white;
}

.certiBoxWrap .eachCertiBox figure {
    max-width: 100%;
}

.text-uppercase{
    text-transform: uppercase;
    font-weight: normal;
}

.achieve-heading{
    position: relative;
}

.achieve-heading{
    border-top: 4px solid #009247;
    border-bottom: 4px solid #009247;
    padding: 10px 0px;
    margin-bottom: 20px;
}

.achieve-heading.blue-heading{
    border-top: 4px solid #07aaecb5;
    border-bottom: 4px solid #07aaecb5;
}

.achieve-heading ul{
    margin-bottom: 0px !important;
}

/*.achieve-heading ul li:nth-child(1){*/
/*    margin-bottom: 0px;*/
/*}*/

.financial-capital{
    background: #efefef;
}
.eachChart{
    margin-bottom: 40px;
}



