* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Outfit", sans-serif;
}

.headerSection {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo a {
    display: block;
}

.logo img {
    width: 100%;
    max-width: 150px;
}

.headerNav ul {
    display: flex;
    list-style: none;
    align-items: center;
    gap: 15px;
    margin: 0;
    padding: 0;
}

.closeBar {
    display: none;
}

.headerNav ul li a {
    color: #000;
    text-decoration: none;
    font-size: 15px;
    display: block;
}

.bannerSection {
    color: #fff;
    padding: 100px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
    display: flex;
    align-items: center;
}

.headerFix {
    padding: 7px 30px;
    position: fixed;
    z-index: 9;
    background: #ffffffc9;
    backdrop-filter: blur(1px);
    width: 95%;
    margin: 0 auto;
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
    border-radius: 20px;
    box-shadow: 0px 0px 5px #00000045;
    transition: 0.5s;
}

.containers {
    padding: 0px 20px;
}

.bannerheading h1 {
    font-size: 80px;
    font-weight: 600;
    color: #000;
    text-shadow: 0px 0px 5px #fff8f8;
}

.investorAboutContent {
    display: flex;
    height: 100%;
    align-items: center;
    text-align: justify;
}

.investorAbout {
    padding: 90px 0px;
}

.investorAboutContent p {
    line-height: 30px;
}

.finboxH {
    display: grid;
    grid-template-columns: 37% 15% 15% 15% 15%;
    gap: 5px;
    justify-content: center;
    margin-bottom: 5px;
}

.finbh {
    background: #D9D9D9;
    padding: 12px 5px;
    text-align: center;
    border-radius: 4px;
}

.earningCallFy2324 {
    display: grid;
    grid-template-columns: 13% 13% 13% 13%;
    gap: 70px;
    margin-bottom: 5px;
    justify-content: center;
}

.audioB a {
    transition: 0.5s;
    width: 50px;
    height: 50px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.audioB a:hover {
    background: #3d4487;
    width: 50px;
    height: 50px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.audioB a:hover img.earningIcon {
    filter: invert(1);
}

.earningCall span {
    font-size: 30px;
    margin-top: 10px;
}

.audioB {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 30px;
}

.earningCall {
    /* background: #D9D9D9; */
    padding: 3px 5px;
    text-align: center;
    border-radius: 4px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.financialsResults {
    padding-bottom: 100px;
    padding-top: 70px;
}

.finbh.finh1 {
    background: #3d4487;
    color: #fff;
    font-weight: 700;
}

.finH h2 {
    font-size: 25px;
    margin-bottom: 20px;
}

.finH.callTranscript {
    margin-top: 40px;
}

.invH {
    font-size: 75px;
    font-weight: 700;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    line-height: 65px;
    color: #3d4487;
}

.invePresent {
    background: #D7D7D7;
    padding: 40px 0px;
    background-image: url(../img/notice_banner.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.invePresent::after {
    content: '';
    background: #ffffffcc;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.annuRepPress {
    padding: 40px 0px;
    overflow: hidden;
}

.latestPressRe {
    background: #3d4487;
    padding: 20px;
    color: #fff;
    border-radius: 10px;
}

.pressHeading {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 3px;
}

.pressH {
    font-size: 25px;
}

.pressDate {
    margin: 0;
    font-size: 12px;
}

.pressbox {
    margin-top: 10px;
}

.corportateA {
    padding: 20px;
    background: #e6ebf5;
    color: #000;
    border-radius: 10px;
}

.corportateH {
    font-size: 25px;
    margin-bottom: 10px;
}

.corpAlink a {
    color: #000;
    margin-bottom: 5px;
    display: block;
    font-size: 14px;
}

.corporateAction {
    padding-top: 70px;
    padding-bottom: 70px;
    overflow: hidden;
}

.directorBox {
    width: 20%;
}

.boardDirector {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    text-align: center;
}

.directorBox a {
    color: #000;
    text-decoration: none;
}

.direactorName {
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
}

.direactorDesig {
    font-size: 13px;
}

.boardOfDirector {
    padding-bottom: 40px;
    background-image: url(https://driivz.com/wp-content/uploads/2021/03/Renewable_EV_charging.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    position: relative;
    z-index: 0;
    padding-top: 40px;
}

.boardOfDirector::after {
    content: '';
    background: #ffd7d7c7;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.boardHe {
    color: #000;
    margin-bottom: 40px;
}

.footer {
    background: #5760B5;
    color: #fff;
    padding: 15px 0px;
}

.copyright p {
    margin: 0;
    text-align: center;
}

text.highcharts-title {
    font-size: 25px !important;
    color: #000 !important;
}

.stockIndicator {
    padding-bottom: 40px;
}

.flactuateArrow {
    display: inline;
    border-top: 10px solid red;
    border-right: 10px solid #0000ff00;
    border-left: 10px solid transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 5px;
    border-radius: 4px;
}

.priceB {
    position: relative;
    font-weight: 900;
    font-size: 24px;
    line-height: 24px;
}

.flactuateArrow.arrowUp {
    transform: rotate(180deg);
    top: 18%;
    border-top: 10px solid #2bc74f;
}

.currentSPrice {
    width: 130px;
    background: #232960;
    padding: 15px;
    border-radius: 5px;
    color: #fff;
}

.stockInf {
    margin-bottom: 20px;
    display: flex;
    gap: 20px;
}

.equityInfo {
    margin: 0px 20px;
}

.equityInfo:nth-child(2) {
    margin-left: 0px !important;
}

.equityInfo span {
    font-weight: 500;
    font-size: 17px;
    color: #7c1818;
}

.stockUp {
    color: #2bc74f !important;
}

.stockChangePer {
    color: red;
}

.financialGraph {
    background: #f7f7fc;
    padding: 70px 0px 0px;
}

.ProfitandLose {
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.profitLoseTitle {
    text-align: center;
    margin: 20px 0;
}

text.highcharts-credits {
    display: none !important;
}

.financeData .nav-tabs .nav-link.active {
    color: #ffffff !important;
    font-weight: 600;
    background-color: #3d4487 !important;
    position: relative;
    border-color: transparent !important;
}

/* .financeData .nav-tabs .nav-link.active::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background: #E87817;
    height: 4px;
    width: 100%;
} */
.financeData .nav-tabs .nav-link {
    color: #000;
    border: 1px solid #000 !important;
    border-radius: 5px;
}

div#nav-tab {
    border-bottom: none;
}

.financeData .nav-tabs .nav-link:hover,
.financeData .nav-tabs .nav-link:focus {
    border: 1px solid #000 !important;
    isolation: unset;
    background: #3d4487;
    color: #fff;
}

.financeData .nav-link:focus-visible {
    outline: 0;
    box-shadow: none;
}

.financeData button:focus:not(:focus-visible) {
    outline: none;
}

.navTab {
    display: flex;
    gap: 10px;
}

div#nav-tab {
    justify-content: space-between;
}

select#financeDatachange {
    background: transparent;
    border-radius: 5px;
    padding: 0px 10px;
    height: 35px;
    outline: none;
}

select#financeDatachangeSC {
    background: transparent;
    border-radius: 5px;
    padding: 0px 10px;
    height: 35px;
    outline: none;
}

img.earningIcon {
    width: 100%;
    max-width: 35px;
}

.finH.text-center.callTranscript {
    display: flex;
    justify-content: center;
    gap: 250px;
    margin-bottom: 30px;
}

.finH.text-center.financeBtn {
    display: flex;
    justify-content: center;
    position: relative;
}

.finH.text-center.financeBtn select#financeDatachange {
    position: absolute;
    right: 8px;
}

.shareholdingNameBox {
    border: 1px solid #00000029;
    border-radius: 5px;
    height: 100%;
    width: 100%;
}

.shareholdingNameBox table {
    margin: 0;
}

.shareholingName {
    width: 100%;
}

div#sharePatterName {
    display: flex;
    align-items: center;
}

.shareViewBtn {
    text-align: right;
    margin-top: 5px;
}

.shareholdingPattern {
    padding: 40px 0px;
}

.latest-announcements {
    padding: 40px 0px;
    background: #f7f7fc;
    overflow: hidden;
}

.headerSticky {
    top: 0px;
    background: #fff;
}

.latest-announcements .page-title {
    margin-bottom: 1.875rem;
}

.paragraph .page-title {
    margin: 0 0 2.5rem;
    color: #14142b;
}

.paragraph .page-title .h2,
.paragraph .page-title h2 {
    text-transform: inherit !important;
    font-weight: 300;
    font-size: 2.25rem;
    line-height: 2.6875rem;
}

.latest-announcements .row>div {
    padding: 0 .75rem;
    margin-top: 1rem;
}

.latest-announcements .announcement-box {
    background: #e6ebf5;
    border-radius: 5px;
    padding: 2.1875rem 1.25rem 3.75rem;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.latest-announcements .announcement-box p {
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.4;
    color: #6e7191;
    margin: 0 0 .5rem;
}

.latest-announcements .announcement-box p .seprator {
    padding: 0 .375rem;
}

.latest-announcements .announcement-box p .new-label {
    background: #dc374b;
    border-radius: 16px;
    color: #fff;
    line-height: 1.0625rem;
    text-align: center;
    position: absolute;
    left: 20px;
    top: 11px;
    font-size: .75rem;
    padding: 0 .625rem .0625rem;
    font-weight: 400;
}

.latest-announcements .announcement-box h3 {
    margin: 0;
    line-height: 1.4;
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: none !important;
}

.latest-announcements .announcement-box h3 a {
    color: #14142b;
    display: block;
    text-decoration: none;
}

.latest-announcements .announcement-box .announcement-more-link {
    position: absolute;
    left: 20px;
    bottom: 20px;
    text-indent: -999em;
    background: url(../img/pdf-icon-new.png) no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    width: 26px;
    height: 26px;
}

#earningsCTRecording {
    background-image: url(../img/callEarning.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    background-attachment: fixed;
    position: relative;
    z-index: 0;
}

#earningsCTRecording::after {
    content: '';
    background: #a8c3f5e0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.invPreImg img {
    width: 100%;
    border-radius: 5px;
    margin-bottom: -1px;
    /* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
}

.invPreImg {
    margin-bottom: 5px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    border-bottom: 3px solid #3d4487;
}

.anniH {
    font-size: 22px;
    margin-bottom: 10px;
}

.anniBt {
    color: #000;
    font-size: 14px;
    text-decoration: none;
    border: 1px solid #000;
    padding: 0px 0px;
    display: block;
    width: 30%;
    margin: 0 auto;
    border-radius: 25px;
}

.annIcontent {
    text-align: center;
    padding: 10px;
    padding-top: 0px;
}

.invePresent .col-lg-6 {
    padding: 0px 10px;
}

.latest-announcements .swiper-horizontal>.swiper-scrollbar,
.latest-announcements .swiper-scrollbar.swiper-scrollbar-horizontal {
    bottom: var(--swiper-scrollbar-bottom, -2px);
}

.subsdariesBox {
    display: flex;
    gap: 30px;
    justify-content: center;
}

.subSImg img {
    width: 257px;
    /* border: 1px solid #000; */
    height: 85px;
    object-fit: cover;
    border-radius: 5px;
}

.ourSubsdaries {
    padding: 70px 0px;
    background-image: url(https://www.hcltech.com/sites/default/files/images/ir-revamp/highlight.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
    position: relative;
}

.ourSubsdaries::after {
    content: '';
    background: #ffffffcc;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.subSImg a {
    text-decoration: none;
    display: block;
    text-align: center;
}

.subsidiaryName {
    color: #000;
    font-weight: 600;
    font-size: 12px;
}

.ir-contact-section {
    padding: 4.375rem 0 3.75rem;
}

.ir-contact-section .ir-contact-box {
    border-radius: 5px;
    background: #e6ebf5;
    padding: 1.5625rem;
    height: 100%;
    width: 100%;
}

.ir-contact-section .p1 {
    margin-bottom: .375rem;
}

.financialsSection {
    height: 215px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.financialSection {
    padding: 40px 0px;
}

.pressRleaseBox .stockInnerTab li,
.pressRleaseBox ul.innerTab li {
    display: block;
    font-size: 1.4rem;
    color: #323232;
    position: relative;
    margin-bottom: 10px;
    width: 80%;
}

.pressRleaseBox .stockInnerTab li:before,
.pressRleaseBox ul.innerTab li:before {
    content: "";
    width: 2px;
    height: 100%;
    background: #3d4487;
    display: inline-block;
    position: absolute;
}

.pressRleaseBox .stockInnerTab li a,
.pressRleaseBox ul.innerTab li a {
    padding: 15px 1rem;
    color: #212121;
    text-decoration: none;
    font-size: 14px;
    display: block;
}

.panel-default:first-child .panel-heading {
    padding: 2rem 0 0 0;
}

.faqSect .panel-default .panel-heading {
    background: 0 0;
    border: none;
    padding: 2rem 0 0;
    cursor: pointer;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.faqsBox .panel-default .panel-heading h5 {
    font-size: 16px;
    font-family: Lato-Bold;
}

.faqSect .panel-default .panel-heading h5 {
    position: relative;
    transition: .4s;
    padding-bottom: 1rem;
    border-bottom: 1px solid #eaeaea;
}

.faqsBox .panel-default .panel-heading h5 a,
.faqsBox .panel-default .panel-heading h3 a,
.faqsBox .panel-default .panel-heading h3 a {
    width: 100% !important;
    padding-right: 25px;
    text-decoration: none;
    color: #212121;
}

.pressRleaseBox .accordion-button:not(.collapsed) {
    color: #000000;
    background-color: transparent;
    box-shadow: none;
    border-bottom: 1px solid #3d4487;
}

.pressRleaseBox .stockInnerTab li.current,
.pressRleaseBox ul.innerTab li.current {
    background: #3d4487;
}

.pressRleaseBox .stockInnerTab li.current a,
.pressRleaseBox ul.innerTab li.current a {
    color: #fff;
    outline: 0;
}

.pressRleaseBox .stockInnerTab li:hover,
.pressRleaseBox ul.innerTab li:hover {
    background: #3d4487;
    outline: 0;
}

.pressRleaseBox .stockInnerTab li:hover a,
.pressRleaseBox ul.innerTab li:hover a {
    color: #fff;
}

.pressRleaseBox .accordion-item {
    border: none;
}

.pressRleaseBox button.accordion-button.collapsed {
    border-bottom: 1px solid #cfcfcf;
}

.acourDing li img {
    width: 100%;
    max-width: 21px;
    margin-right: 15px;
}

.acourDing {
    list-style: none;
    padding: 0;
}

.accLink {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    display: block;
    font-weight: 600;
}

.accLink:hover {
    color: #3d4487;
}

.acourDing li {
    padding: 10px 0px;
}

.pressRleaseBox {
    padding-bottom: 40px;
}

.nabBar span {
    background: #000;
    width: 30px;
    display: block;
    height: 2px;
    margin-bottom: 6px;
}

.nabBar {
    margin-top: 7px;
    display: none;
}

.formH {
    font-weight: 700;
}

ul.dropdown-menu {
    display: none;
    width: 260px;
    transition: all .5s;
}

.dropdown-menu li {
    height: 40px;
    /* border-bottom: 1px solid #3d448721; */
    display: flex;
    align-items: center;
    padding: 15px;
    position: relative;
}
.dropdown-menu li a {
    transition: 0.5s;
}
.dropdown-menu li::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1.2px;
    background: #3d4487;
    z-index: -1;
    transition: 0.3s;
}

.dropdown-menu li:hover::before {
    width: 100%;
}
/* li.nav-item.dropdown:hover .dropdown-menu {
display: block;
} */

.dropdown-menu li:hover a {
    color: #3d4487;
}

.dropdown-menu li:nth-last-child(1) {
    border-bottom: none !important;
}

ul.dropdown-menu {
    transform: translate(0px, 11px) !important;
    border: none;
    box-shadow: 0 0 5px 1px #0000003d;
}
ul.dropdown-menu.show {
    transform: translate(0px, 37px) !important;
}
.dropdown-toggle::after {
    display: none!important;
}

a#navbarDarkDropdownMenuLink {
    display: flex;
    align-items: center;
    gap: 7px;
}
.H1headdingF {
    padding-left: 20px;
    padding-top: 20px;
}
.dislamers {
    text-align: right;
    margin-bottom: 10px;
}
