@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;400;500;600;700;800;900&family=Questrial&family=Roboto:wght@100;300;400;500;700;900&display=swap');

* {
    font-family: 'Lato', sans-serif;
    font-family: 'Roboto';
}

.tableWrap {
    overflow-x: auto !important;
    scroll-behavior: smooth;
}

.tac {
    text-align: center !important;
}

.tas {
    text-align: start !important;
}

.tae {
    text-align: end !important;
}

.jce {
    justify-content: end !important;
}

.aie {
    align-items: flex-end !important;
}

.w_20 {
    width: 20%;
}

.w_33 {
    width: 33.33%;
}

.w_30 {
    width: 30% !important;
}

.w_50 {
    width: 50% !important;
}

.w_45 {
    width: 45%;
}

.w_70 {
    width: 70% !important;
}

.w_80 {
    width: 80%;
}

.fz_45 {
    font-size: 45px !important;
}

.skFz_60 {
    font-size: 60px !important;
}

.blackText {
    color: #000 !important;
}

.blueText {
    color: #004c8d !important;
}

.orangeText {
    color: #f26522 !important;
}

.bgorange {
    background-color: #f26522 !important;
}

.bgorange1 {
    background-color: #f18d21 !important;
}

.bgorange2 {
    background-color: #f0e0d2 !important;
}

.blueText2 {
    color: #0084b6 !important;
}

.lh_36 {
    line-height: 36px !important;
}

.backGBlue {
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.659) 0%, rgba(0, 132, 182, 0.2) 47%);
}

.backBlue {
    background-color: #0084b6;
}

.backBlue2 {
    background-color: #004c8d;
}

.bgGreen {
    background-color: #61bb4833 !important;
}

.bgGreen2 {
    background-color: #52a456 !important;
}

.greenText {
    color: #52a456 !important;
}

.backGOrange {
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.659) 0%, rgb(253 210 148) 57%);
}
.backOrange {
    background-color: #f0e0d2;
}


.backGImg {
    background: rgb(255, 255, 255);
    background: linear-gradient(125deg, rgba(250, 176, 118, 0.7) 0%, rgba(193, 117, 177, 0.7) 47%);
}

.backGSkyBlue {
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 161, 228, 0.3) 40%);
}

.btOrange {
    border-top: 2px solid #f26522 !important;
}

.bbOrange {
    border-bottom: 2px solid #f26522 !important;
}

.greenBorder {
    border: 2px solid #4ca941 !important;
}

.bLW {
    border-left: 1px solid #ffffff !important;
}

.blueBorder {
    border: 2px solid #004c8d !important;
}

.blueBorder1 {
    border: 1px solid #004c8d !important;
}

.blue2Border {
    border: 1px solid #0084b6;
}

.blue2Border2 {
    border: 2px solid #0084b6;
}

.bb0 {
    border-bottom: none !important;
}

a,
a:hover {
    text-decoration: none;
}

.educationInitiativesP {
    padding-left: 25px;
    padding-bottom: 20px;
}

.aiaHead {
    font-size: 55px;
    line-height: 60px;
    font-weight: 700;
}

.prudencePagePara {
    font-size: 20px;
    line-height: 24px;
}

.aiaHead2 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
}

.director {
    width: 100%;
    height: 100%;
}

.director img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.counterDivMain {
    position: relative;
    padding-bottom: 10px;
    margin-left: 10px;
    border-bottom: 1px solid #0084b6;
}

.counterDivMain::before {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    width: 0.5px;
    height: 50px;
    background-color: #0084b6;
}

.counterDivMain::after {
    position: absolute;
    content: "";
    bottom: -1px;
    left: -10px;
    width: 5px;
    height: 5px;
    background-color: #004c8d;
}

.counterDiv {
    position: relative;

}

.counterDiv::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: -10px;
    width: 5px;
    height: 5px;
    background-color: #0084b6;
}

.counterDiv::after {
    position: absolute;
    content: "";
    bottom: -12px;
    right: -1px;
    width: 25px;
    height: 25px;
    border: 3px solid #0084b6;
    border-top: none;
    border-left: none;
}

.directorDiv2 {
    position: relative;
}

.directorDiv2::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background-image: url(../image/director/directorQ.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.directorDiv2::after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    width: 35px;
    height: 35px;
    background-image: url(../image/director/directorQ2.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.directorDiv2 h4 {
    font-size: 30px;
    font-weight: 400;
    line-height: 35px;
    padding-left: 70px;
    padding-top: 30px;
    padding-bottom: 20px;
}

.liPara {
    position: relative;
    padding-left: 20px;
}

.liPara::before {
    position: absolute;
    content: "";
    top: 8px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #000;
}

.directorul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.aboutBan {
    border-top-right-radius: 100px;
    border-right: 1px solid #0084b6;
    border-top: 1px solid #0084b6;
}

.blueHead {
    font-size: 30px;
    font-weight: 400;
    line-height: 35px;
}

.aboutHead {
    position: relative;
}

.aboutHead::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #f26522;
}

.industriesServedDiv {
    position: relative;
    background-color: #f26522;
    margin-top: 50px;

}


.aboutLogo {
    position: relative;
    top: -120px;
    width: 100%;
    height: 100%;
}

.aboutLogo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aboutLogoText {
    position: absolute;
    bottom: 20%;
    left: 40%;
}

.milestonesSec1 {
    background-color: #b3e3f7;
}

/* .milestonesWrap{
    display: flex;
    justify-content: center;
} */
.milestonesWrapDIv {
    position: relative;
    border: 2px solid #004c8d;
    padding: 50px;
}

.milestonesWrapDIv2 {
    position: relative;
}

.milestonesWrapDIv2::before {
    position: absolute;
    top: -13px;
    right: -18px;
    width: 25px;
    height: 25px;
    content: "";
    background-image: url(../image/about/aboutArpng.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.milestonesWrapDIv3 {
    position: relative;
}

.milestonesWrapDIv3::before {
    position: absolute;
    bottom: -13px;
    left: -12px;
    width: 25px;
    height: 25px;
    content: "";
    background-image: url(../image/about/aboutArpng.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.milestonesLogo {
    position: relative;
}

.milestonesLogo::after {
    position: absolute;
    bottom: -50px;
    right: -12px;
    width: 50px;
    height: 50px;
    content: "";
    background-image: url(../image/milelogo.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.bl0 {
    border-left: none !important;
}

.br0 {
    border-right: none !important;
}

.bt0 {
    border-top: none !important;
}

.milestonesWrapInner {
    position: relative;
    width: 33.3%;
    padding-top: 10px;
    padding: 20px;
}

.milestonesWrapInner::before {
    position: absolute;
    top: -63px;
    left: 25%;
    width: 25px;
    height: 25px;
    content: "";
    background-image: url(../image/about/aboutArpng.png);
    background-size: contain;
    background-repeat: no-repeat;
}


.milestonesWrapInnerh6 {
    font-size: 30px;
    line-height: 40px;
    color: #004c8d;
}

.milestonesWrapInner1 {
    position: relative;
    width: 33.3%;
    padding-top: 10px;
    padding: 20px;
}

.milestonesWrapInner1::before {
    position: absolute;
    top: -63px;
    left: -0px;
    width: 25px;
    height: 25px;
    content: "";
    background-image: url(../image/about/aboutArpng.png);
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(180deg);
}

.strategicimperativesLogo {
    width: 60px;
    height: 60px;
}

.strategicimperativesLogoText {
    width: calc(100% - 60px);
}

.strategicimperativesLogoText h5 {
    position: relative;
}

.strategicimperativesLogoText h5::before {
    position: absolute;
    content: "";
    bottom: -18px;
    left: -40px;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #004c8d;
}

.strategicimperativesLogoText1 h5::before {
    border-bottom: 1px solid #f18d21;
}

.strategicimperativesLogoText2 h5::before {
    border-bottom: 1px solid #4ca941;
}

.strategkeyFocus {
    border-left: 1px solid #0084b6;
    border-top: 1px solid #0084b6;
}

.strategicimperativesImg4 {
    height: 70px;
    width: 70px;

}

.strategkeyFocusUl li {
    position: relative;
    padding-left: 30px;
    padding-top: 20px;
}

.strategkeyFocusUl li::before {
    position: absolute;
    content: "";
    top: 30px;
    left: 0px;
    width: 20px;
    height: 1px;
    background-color: #0084b6;
}

.strategkeyFocusUl li::after {
    position: absolute;
    content: "";
    top: 21px;
    left: 20px;
    width: 3px;
    height: 20px;
    background-color: #0084b6;
}

.strategkeyFocusMDiv {
    padding-left: 30px;
    margin-top: 50px;
    position: relative;
}

.strategkeyFocusMDiv::before {
    position: absolute;
    content: "";
    top: 30px;
    left: 0px;
    width: 41.5%;
    height: 2px;
    background-color: #0084b6;
}

.strategkeyFocusMDiv::after {
    position: absolute;
    content: "";
    top: 30px;
    left: 0px;
    width: 2px;
    height: calc(100% - 30px);
    background-color: #0084b6;
}


.kerala_Project {

    border-top: 2px solid #f18d21;
    border-right: 2px solid #f18d21;
    border-top-right-radius: 50px;
    padding-right: 50px;
}

.strategicimperativesImg5 {
    padding-top: 50px;
    display: flex;
    justify-content: center;
}

.performanceLogo1 {
    border-bottom: 1px solid #0084b6;
    padding-top: 20px;
}

/* .csrImg1{
    height: 300px;
    width: 100%;
} */

.csrLogo1 {
    height: 120px;
    width: 120px;
    position: relative;
    bottom: -20px;
}

.csrCommitmentsDiv1 {
    position: relative;
}

.csrCommitmentsDiv1 h5 {
    position: relative;
    padding-left: 40px;
    padding-top: 20px;
}

.csrCommitmentsDiv1 h5::before {
    position: absolute;
    top: 25px;
    left: -8px;
    width: 15px;
    height: 15px;
    content: "";
    border-radius: 50%;
    border: 1px solid;
    border-color: #4ca941;
    background-color: #dff1da;
}

.csrCommitmentsDiv1 h5::after {
    position: absolute;
    top: 32px;
    left: 8px;
    width: 20px;
    height: 2px;
    content: "";
    background-color: #4ca941;
}

.csrCommitmentsDiv1 li {
    position: relative;
    padding-left: 40px;
    padding-top: 10px;
}

.csrCommitmentsDiv1 li::before {
    position: absolute;
    top: 15px;
    left: 40px;
    width: 12px;
    height: 12px;
    content: "";
    border-radius: 50%;
    background-color: #4ca941;
}

.csrCommitmentsDiv1Bor {
    margin-top: 20px;
    border-top: 1px solid #f26522;
    border-left: 1px solid #f26522;
    border-bottom: 1px solid #f26522;

}

.educationInitiatives {
    margin-top: 50px;
    padding: 10px 25px;
    background-color: #004c8d;
    display: inline-block;
    color: white;
}

/* .csrImg{
    height: 300px;
    width: 100%;
}
.csrImg img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    background-size: 100%;
    object-position: center center;
   
} */

/* .csrImg8{
    height: 400px;
    width: 100%;
}
.csrImg8 img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    background-size: 100%;
    object-position: center center;
   
} */
.plantationInitiative {
    position: relative;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border: 1px solid #f26522;
    border-left: none;
}

.plantationInitiative::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 1px;
    height: 30%;
    background-color: #f26522;
}

.educationInitiatives1 {
    position: relative;
    top: -95px;
}

.csrLogo3 {
    position: relative;
    bottom: -164px;
    left: 25px;
    margin-top: 50px;
}

.corporateBod {
    margin-top: 10px;
}

.corporateBod p {
    font-style: italic;
    font-weight: 300;
}

.corporateBod2 h6 {
    margin-top: 10px;
}

.industryPresenceImg4 {
    padding-top: 50px;
    border-bottom: 2px solid #004c8d;
}

.bRorange {
    border-right: 1px solid #f26522;
}

.engineeringSolutions {
    border-bottom: 1px solid #f26522;
    margin-bottom: 20px;
}

.engineeringSolutionsul li {
    position: relative;
    padding-left: 25px;
    margin-top: 10px;
}

.engineeringSolutionsul li::before {
    position: absolute;
    content: "";
    top: 3px;
    left: 0;
    width: 15px;
    height: 15px;
    background-image: url(../image/industryPresence/industryPresenceImgA.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.industryPresenceLogo3 {
    display: flex;
    /* align-items: center; */
    justify-content: center;
}

.industryPresenceLogo7 img {
    transform: rotate(353deg);
    position: relative;
    top: 10px;
    right: 10%;
    padding-left: 50px;

}



.industryPresenceBg {
    /* position: sticky;
    z-index: 1;
    top: 0px;
    left: 0; */
    /* background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255) 0%, rgba(204, 152, 107, 0.11) 47%); */
}

.bgBrown {
    background-color: #cc976a;
}

.industryPresenceSec2 .container {
    z-index: -1;
}

.businessResponsibility {
    font-family: 'Roboto';
}

.bbG {
    border-bottom: 1px solid #52a456 !important;
}

.bbo {
    border-bottom: 2px solid #f18d21 !important;
}

.csrImg7 {
    padding-top: 30px;
}

.businessResponsibilityDiv1 {
    position: relative;
}

.businessResponsibilityDiv1::before {
    position: absolute;
    bottom: -10px;
    left: -5px;
    width: 30px;
    height: 20px;
    content: "";
    background-image: url(../image/business-responsibility/business-responsibilityA.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.businessResponsibilitySecA .industryPresenceBg {
    background-color: #60b5d7;
}

.secADiv {
    margin-top: 50px;
    margin-bottom: 30px;
    padding: 20px;
    border: 2px solid #52a456;
    border-left: none;
    display: inline-block;
    border-radius: 50px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    position: relative;
    color: #52a456;
}

.secADiv::before {
    position: absolute;
    top: -5px;
    left: 0;
    width: 80px;
    height: 10px;
    content: "";
    background-color: #eff7fb;
}

.secADiv2::before {
    background-color: #fbfdfe;
}

.bbGrey {
    border-bottom: 1px solid #939598;
    padding-bottom: 10px;
}

.bbGrey1 {
    border-bottom: 2px solid #939598;
    padding-bottom: 10px;
}

.description1 {
    border: 2px solid #004c8d;
    border-radius: 20px;
    padding: 20px;
    height: 100px;
}

.description1 h6 {
    font-weight: 400;
}

.description12 {
    height: 120px;
}

.description22 {
    border-color: #4ca941;
}

.description2 {
    position: relative;
}

.description2::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -50px;
    width: 25px;
    height: 25px;
    content: "";
    background-image: url(../image/business-responsibility/business-responsibilityA2.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.description3::before {
    right: -25px;
    width: 20px;
    height: 20px;
}

.responsibilityImg3 {
    position: relative;
}

.responsibilityImg3::before {
    position: absolute;
    top: 10%;
    right: -15px;
    width: 1px;
    height: 90%;
    content: "";
    border-left: 2px dotted #939598;
}

.tableWrap table {
    width: 100%;
}

.row5 .tableWrap thead tr th {
    padding: 10px 15px;
    color: white;
    background-color: #004c8d;
    border-left: 1px solid #ffffff;
    font-weight: 700;
    font-size: 16px;
}

.bbN {
    border-left: 0 !important;
}

.bbNr {
    border-left: 0 !important;
}

.tablebb {
    border-bottom: 1px solid #ffffff;
}

.tablebb2 {
    border-bottom: 2px solid #004c8d;
}

.row5 .tableWrap tbody tr td {
    padding: 10px 15px;
    border-left: 1px solid #939598;
    border-top: 1px dotted #939598;
    border-bottom: 1px dotted #939598;
    font-size: 16px;
    text-align: center;
}

.bdotN {
    border-bottom: none !important;
    border-top: none !important;

}

.row5 .tableWrap tbody tr td:nth-child(2) {
    text-align: start;
}



.businessResponsibilityDiv3 .row3 .tableWrap thead tr th {
    padding: 10px;
    font-weight: 700;
    font-size: 16px;
}

.businessResponsibilityDiv3 .row3 .tableWrap tbody tr td {
    padding: 10px 15px;
    border: 1px solid #000000;
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
}

.businessResponsibilityDiv3 .row3 .tableWrap tbody tr td:first-child {
    font-weight: 700;
}

.businessResponsibilityDiv3 .row3 .tableWrap tbody tr td:first-child {
    text-align: start;
}

.businessResponsibilityDiv3 .row3 .tableWrap tbody tr td:first-child {
    border: none;
}

.businessResponsibilityDiv3 .row3 .tableWrap tbody tr:nth-child(2) td {
    border: none;
}

.bblr {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    position: relative;
}

.bblr2 {
    border-left: 1px solid #000 !important;
    border-right: 1px solid #000 !important;
}

.bblr::before {
    position: absolute;
    content: "";
    top: -2px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #4ca941;
}

.bbb {
    border-bottom: 1px solid #000;
}

.b0 {
    border: none !important;
}

.tableWrap2 thead tr th {
    padding: 10px 15px;
    color: white;
    background-color: #004c8d;
    border-left: 1px solid #ffffff;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
}

.tableWrap2 tbody tr td {
    padding: 10px 15px;
    border-left: 1px solid #939598;
    border-top: 1px dotted #939598;
    border-bottom: 1px dotted #939598;
    font-size: 16px;
    text-align: center;
}

.tableWrap2 tbody tr td:first-child {
    border-left: none;

}

.businessResponsibilityDiv5 .tableWrap2 tbody tr td {
    text-align: start;
}

.secADiv1::before {
    background-color: #f0e0d2 !important;
}

.tableWrap3 tbody tr td:first-child {
    text-align: start;
    padding: 5px;
}

.tableWrap2 a {
    color: #004c8d !important;
}

.businessesShouldMain {
    padding: 20px;
    border: 1px solid #939598;
}

.businessesShouldDiv {
    position: relative;
    top: 15px;
    left: 15px;
    background-color: #004c8d;
    display: inline-block;
    padding: 5px 12px;
    border-radius: 10px;
    color: #ffffff;
    z-index: 1;
}

.essentialIndicators {
    position: relative;
    margin-top: 20px;
    border-top: 1px solid #004c8d;
    border-left: 1px solid #004c8d;
    border-right: 1px solid #004c8d;    
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    display: inline-block;
    padding: 15px 20px;
}

.essentialIndicators::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 3px;
    width: 60%;
    height: 5px;
    border-bottom: 1px solid #004c8d;  
    border-radius: 0px;  
}

.essentialIndicators::after {
    position: absolute;
    content: "";
    bottom: -2px;
    right: -15px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #004c8d;
}

.currentFinancialYear {
    padding-top: 50px;
    display: flex;
    justify-content: center;
}

.currentFinancialYearCol {
    display: flex;
    padding: 20px;
    align-items: center;
    position: relative;
    border-radius: 20px;
    margin-bottom: 50px;
}

.currentFinancialYearCol::before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -50px;
    width: 25px;
    height: 30px;
    content: "";
    background-image: url(../image/business-responsibility/business-responsibilityAbb.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.currentFinancialYearCol::after {
    position: absolute;
    left: 52%;
    transform: translateX(-50%);
    bottom: -80px;
    width: 25px;
    height: 30px;
    content: "0";
    font-size: 20px;
}

.bLD {
    border-left: 1px solid #939598 !important;

}

.currentFinancialYearCol1::before {
    background-image: url(../image/business-responsibility/business-responsibilityAbb2.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.currentFinancialYearCol2::before {
    position: absolute;
    top: 30%;
    bottom: auto;
    left: auto;
    transform: translateY(-50%);
    right: -35px;
    width: 25px;
    height: 30px;
    transform: rotate(270deg);
}

.currentFinancialYearCol3::before {
    position: absolute;
    top: 30%;
    bottom: auto;
    left: auto;
    transform: translateY(-50%);
    right: -35px;
    width: 25px;
    height: 30px;
    background-image: url(../image/business-responsibility/business-responsibilityAbb2.png);

    transform: rotate(270deg);
}

.currentFinancialYearCol3::after,
.currentFinancialYearCol2::after {
    content: normal;

}

.currentFinancialYearCol img {
    width: 40px;
    height: 40px;
    background-size: 100%;
}

/* .essentialIndicators1::before {
    background-color: #dff1da;
} */

.businessResponsibility a {
    text-decoration: underline;
    color: #004c8d;
}

.responsibilityLogo30 {
    position: relative;
    bottom: -34px
}

.rDot li {
    position: relative;
    padding-left: 20px;
}

.rDot li::before {
    position: absolute;
    top: 8px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    content: "";
    background-color: #000;
}
.rDotA li {
    position: relative;
    padding-left: 25px;
}

.rDotA li::before {
    position: absolute;
    top: 6px;
    left: 0;
    width: 15px;
    height: 15px;
    content: "";
    background-image: url(../image/business-responsibility/rightAB.jpg);
    mix-blend-mode: darken;
    background-size: 100%;
    object-position: center center;    
}

.oldinrespectiv {
    position: relative;
    border-bottom: 1px solid #52a456;
    padding-top: 10px;
    padding-bottom: 10px;
}

.IndicateProducCategory {
    position: relative;
    height: 50px;
    margin-top: 10px;
}


.IndicateProducCategory::before {
    position: absolute;
    content: "";
    bottom: -27px;
    left: 50%;
    transform: translateX(-50%);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid #52a456;
    z-index: 1;

}
.IndicateProducCategory::after {
    position: absolute;
    content: normal;
    bottom: -150px;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 400;
    text-align: center;

}

.IndicateProducCategory2 {
    height: 100px;
}
/* 
.essentialIndicators2::before {
    background-color: #fff8ed;
}

.essentialIndicators3::before {
    background-color: #fdd294;
}

.essentialIndicators4::before {
    background-color: #cce6f0;
}

.essentialIndicators5::before {
    background-color: #dff1da;
}

.essentialIndicators6::before {
    background-color: #fffaf3;
}
.essentialIndicators12::before {
    background-color: #fff3e2;
}
.essentialIndicators13::before { 
    background-color: #F2F9FB;
}
.essentialIndicators14::before { 
    background-color: #ecf6f9;
} */

.po100 {
    /* position: relative;
    top: 50px;
    left: 50%; */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.po101 {
    /* position: relative;
    top: -80px;
    left: 50%; */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-bottom: 80px;

}
.thanPermanentWorkers{
    margin-top: 20px;
}


.h6TextDiv {
    display: flex;
}

.h6Textspan {
    width: 50px;
    height: 100%;
    display: inline-block;
}

.h6Text {
    width: calc(100% - 50px);
}

.ficci {
    display: flex;
    padding: 20px;
    align-items: center;
    text-align: center;
    justify-content: center;
    position: relative;
    border-radius: 20px;

}

.responsibilityAbb2Ficci {
    display: flex;
    padding: 20px;
    align-items: center;
    text-align: center;
    justify-content: center;
    position: relative;
    transform: rotate(270deg);
}

.ficciDiv {
    padding-top: auto;
    padding-bottom: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ficciDiv h6 {
    width: 40px;
    height: 100%;
    padding-top: auto;
    padding-bottom: auto;

}

.ficciDiv .ficci {
    width: calc(100% - 40px);
}

/* --------bod-------- */
.businessResponsibility .bod {
    font-family: 'Lato', sans-serif !important;
}

.bodMain {
    margin: 30px;
    padding-left: 20px;
    padding-bottom: 20px;
    border-left: 1px solid #004c8d;
    border-bottom: 1px solid #004c8d;
}

.bodMain h6,
h5,
li {
    font-family: 'Lato', sans-serif !important;

}

.responsibilityImg24 {
    position: relative;
    left: 20px;
    top: 63px;
    background-color: #ffffff;
    padding-bottom: 10px;
    display: inline-block;
}