@font-face {
    font-family:DMSans-Regular;
    src: url(../fonts/DMSans-Regular.ttf);
}
@font-face {
    font-family:DMSans-Bold;
    src: url(../fonts/DMSans-Bold.ttf);
}
@font-face {
    font-family:DMSans-Thin;
    src: url(../fonts/dm-sans-thin.ttf);
}
@font-face {
    font-family:DMSans-Medium;
    src: url(../fonts/DMSans-Medium.ttf);
}
@font-face {
    font-family:DMSans-Light;
    src: url(../fonts/dm-sans-light.ttf);
}


body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-size: 16px;
    font-family:DMSans-Regular;
    line-height: 22px;
    color:#0F0F10;
}
h1,
h2,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none !important;
    font-size: 16px;
}

a:hover {
    text-decoration: none !important;
}

p {
    font-size: 16px;
    line-height: 22px;
}

.my-sidenav,.ham-icon1 {
    display: none;
}
header
{
background:transparent;
padding: 10px 0px 12px;
position: absolute;
width: 100%;
z-index: 999;
}
header .row
{
    align-items: center;
    
}
.header-wrap
{
 border-bottom: 1px solid #ffffff;
    padding-bottom: 10px;   
}
.right-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.menudownload
{
    display: flex;
    align-items: center;
}
.menudownload a
{
    border:1px solid #fff;
    padding: 8px 10px;
}
.menudownload p 
{
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin-left: 13px;
}

/*-----------Header Css End-------------*/

 .hm-banner {
  height: 100vh;
  position: relative;
   
}
.hm-banner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position:center;
}
.hm-banner .col-xl-12 {
  position: relative;
  height: 100vh;
}
.banner-text
{
position: absolute;
left:0px;
right:0px;
text-align: center;
bottom:25%;
}
.banner-text h1 
{
  font-size: 48px;
  line-height: 58px;
  color: #ffffff;
  font-family:DMSans-Thin;
}
.banner-text h2 
{
   color:#ffffff;
  font-size: 18px;
  line-height: 26px;
}
.video-icon
{
  position: absolute;
  left: 50%;
  top:50%;
  transform:translate(-50%, -50%);
}
.video-icon img 
{
  width: 71px;
  height: 71px;
}
.scroll-wrap
{
 position:absolute;
 left: 0;
 bottom: 10px;
left:calc(100vw / 16 * 1.4);
 width: 100px;
 z-index: 99;
}
.scroll-line
{
    height: 60px;
    width: 1px;
    background-color: #ffffff;
}
.scroll-wrap p 
{
   color: #ffffff;
   font-size: 14px; 
}
.abt-sec
{
    background-color:#ECEBF0;
    height: 100vh;
    display: flex;
    align-items: center;
}
.abt-hmtext
{
    max-width: 970px;
    width: 100%;
    margin: auto;
}
.abt-sec h2 
{
font-size: 35px;
line-height: 40px;
padding-bottom: 23px;
font-family:DMSans-Bold;
text-align: center;
}
.abt-sec h2 span 
{
    display: block;
}
.abt-sec p 
{
text-align: center;
padding-bottom: 20px;
}
.read-btn
{
    position: relative;
    display: block;
    margin:20px auto 0px;
    width: 102px;
}
.read-btn a 
{
   clip-path: polygon(13% 0, 100% 0%, 100% 100%, 0 100%);
    background-color: #191921;
    font-size: 14px;
    padding: 4px 10px 4px 23px;
    color: #fff;
}

.read-btn:after 
{
    content: '';
    position:absolute;
    top:-2px;
    left: -3px;
    background-color: #191921;
    height: 1px;
    width: 16px;
}
.hm-hilights
{
 background-color: #161616;
 padding-top: 55px;
 padding-bottom: 95px;  
}
.hm-hilights .col-xl-11 
{
    padding-right: 0px;
}
.hm-hilights h6 
{
  color: #FFFFFF;
  font-size: 18px;
  line-height: 26px;
  font-family:DMSans-Bold;  
}
.hm-hilights h2 
{
 color: #FFFFFF;
  font-size: 35px;
  line-height: 52px;
  font-family:DMSans-Light;
  padding-bottom: 10px;    
}
.hm-hilights h5 
{
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  padding-bottom: 10px; 
}
.hl-box
{
 background: transparent linear-gradient(180deg, #383840 0%, #161616 100%) 0% 0% no-repeat padding-box;
 padding: 55px 45px;
 min-height:350px;   
}
.highlight-slider.owl-carousel .owl-item img
{
width: auto;
}
.hl-box h3 
{
    font-size: 35px;
    line-height:52px;
    color: #fff;
    font-family:DMSans-Bold;
}
.hl-box p 
{
 color: #fff;
 font-size: 14px;
 line-height: 18px;   
}
.hl-box .col-xl-6 
{
    margin-bottom: 40px;
    position: relative;
}

.hl-box .col-xl-6:after 
{
    content: '';
    position: absolute;
    right: 23px;
    top: 10px;
    background-color: #707070;
    width: 1px;
    height: 60px;
}
.hl-box .col-xl-6.hl-last:after
{
 display: none;   
}
.hl-arrow
{
    display: flex;
}
.hl-arrow h4 
{
  color: #FFFFFF;
  font-size: 18px;
  line-height: 26px;
  margin-left: 15px;  
}
.highlight-slider.owl-theme .owl-nav.disabled+.owl-dots
{
 margin-top: 30px;
 text-align: left;   
}
.highlight-slider.owl-theme .owl-dots .owl-dot span {
  width: 46px;
  height: 8px;
  background:#7C7C7C50;
border-radius: 0px;
}
.highlight-slider.owl-theme .owl-dots .owl-dot.active span {
  background: #7C7C7C;
}
.hm-services
{
    background-color: #ECEBF0;
    padding: 70px 0px 40px;
}
.ourServicesSlider
{
    background-color: #fff;
}
.ourServicesSlider .owl-nav button.owl-next {
  position: absolute;
  width: 66px;
  height:67px;
  bottom:0px;
  top:0px;
  margin: auto;
  right: -33px;
  background-image: url(../images/core/right-arrow.svg) !important;
  background-repeat: no-repeat;
}

.ourServicesSlider .owl-nav button.owl-prev {
  position: absolute;
  width: 66px;
  height: 67px;
  bottom: 0px;
  top:0px;
  margin: auto;
  left:-33px;
  background-image: url(../images/core/left-arrow.svg) !important;
  background-repeat: no-repeat;
}
.ourServicesSlider.owl-theme .owl-nav .owl-prev:hover,
.ourServicesSlider.owl-theme .owl-nav .owl-next:hover {
  background: none;
  color: #FFF;
  text-decoration: none;
}

.sliderLable ul
{
  margin-bottom: 0px;
    display: flex;
    justify-content: space-between;
}
.sliderLable ul li
{
    padding-top: 20px;
}
.sliderLable ul li a
{
font-size: 16px;
color: #19192160;
}
.sliderLable ul li.active a {
    background-color:transparent;
    font-size: 14px;
    color:#191921;
    border-top:1px solid #191921;
    font-family:DMSans-Bold;
    padding-top: 21px;
}
.sliderLable
{
  border-top: 1px solid #c1bfbf;
  margin-top: 30px;
}
.service-left-text
{
    padding: 55px 45px 0px 60px;
}
.service-left-text h5 
{
    font-size: 16px;
    padding-bottom: 4px;
}
.service-left-text h2
{
font-size: 24px;
line-height: 30px;
padding-bottom: 7px;
font-family:DMSans-Bold;
}
.service-left-text h2 span 
{
    display: block;
}
.service-left-text p 
{
font-family:DMSans-Light;
padding-bottom: 15px;
}
.service-left-text h6 
{
    font-size: 14px;
    line-height: 18px;
}
.service-left-text h3 
{
    font-size: 35px;
    line-height: 42px;
    font-family:DMSans-Bold;
}
.hm-services .read-btn
{
display: inline-block;
margin-top: 40px;
}
.service-left-text h4 
{
color: #191921;
font-size: 14px;
line-height: 18px;
font-family:DMSans-Bold;
}
.people-wrap
{
    position: relative;
}
.hm-people
{
    margin: 40px 0px;
    padding-bottom: 130px;
}
.people-text
{
    background-color: #191921;
    max-width: 980px;
    width: 100%;
    margin: auto;
    padding: 35px 45px;
    position: absolute;
    bottom: -130px;
    left: 0px;
    right: 0px;
}
.people-text h4
{
color: #fff;
font-size: 20px;
line-height: 26px;
font-family:DMSans-Bold;
padding-bottom: 6px;
}
.people-text h5
{
color: #fff;
font-size: 24px;
line-height: 26px;
font-family:DMSans-Light;
padding-bottom: 4px;
}
.people-text p
{
color: #fff;
}
.white-btn
{
    display: inline-block;
    margin-top: 30px;
}
.white-btn a 
{
    background-color: #FFFFFF;
    color: #191921;
}
.white-btn:after {
    background-color: #FFFFFF;
}
.people-text h3
{
color: #fff;
font-size: 20px;
line-height: 26px;
padding-bottom: 8px;
}
.zee-acdm-num h2
{
font-size: 35px;
color: #fff;
font-family:DMSans-Bold;
}
.zee-acdm-num h6 
{
    color: #fff;
    font-size: 14px;
    line-height: 18px;
}
.zee-acdm
{
    border-bottom: 1px solid #ffffff;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.zee-acdm-num h2 span 
{
  color: #fff;
    font-size: 14px;
    line-height: 18px;
    font-family:DMSans-Regular;   
}
.zee-acdm-last {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.governance
{
    background-image: url(../images/governance-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
}
.governance .col-xl-6 
{
    padding-left: 33px;
}
.governance h6 
{
  font-size: 20px;
  line-height: 26px;
   font-family:DMSans-Bold; 
   padding-top: 10%;
}
.governance h2 
{
    font-size: 35px;
    line-height: 42px;
    font-family:DMSans-Light;
    padding-bottom: 24px;
}
.governance h4 
{
font-size: 18px;
font-family:DMSans-Bold; 
}
.governance h4 span 
{
  font-family:DMSans-Regular;
  font-size: 16px;
  display: block;  
   padding-top: 2px;
}
.governance .read-btn 
{
    display: inline-block;
    margin-top: 30px;
}
.awards
{
    background-color: #161616;
    padding: 50px 0px;
}
.awards h6 
{
  color: #7C7C7C; 
  font-size: 20px;
  line-height: 26px;
  font-family:DMSans-Bold;
}
.awards h2 
{
    font-size: 35px;
    line-height: 42px;
    font-family:DMSans-Light;
    color: #fff;
    padding-bottom: 10px;
}
.awards p 
{
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    padding-bottom: 50px;
}
.awards-img
{
    position: relative;
}
.awards-img h5 
{
  color: #FFFFFF;
  font-size: 18px;
  line-height: 20px;
  font-family:DMSans-Light;
  position: absolute;
  top:50%;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 150px; 
  transform: translateY(-50%);
  text-align: center; 
}
.awards-img h5 span 
{
    display: block;
}
.award-slider.owl-theme .owl-nav.disabled+.owl-dots
{
 margin-top: 30px;
 text-align: left;   
}
.award-slider.owl-theme .owl-dots .owl-dot span {
  width: 46px;
  height: 8px;
  background:#7C7C7C50;
border-radius: 0px;
}
.award-slider.owl-theme .owl-dots .owl-dot.active span {
  background: #7C7C7C;
}

footer
{
    padding: 80px 0px 40px 0px;
}

.footlogo-wrap
{
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #fff;
    padding-bottom:15px;
    align-items: center;
    margin-bottom: 15px;
}
.foot-btm ul
{
padding-left: 0px;
}
.foot-btm p 
{
color: #fff;    
}
.foot-btm h2 
{
    font-size: 35px;
    line-height: 35px;
    color: #161616;
    font-family:DMSans-Bold;
    padding-bottom: 20px;
}
.foot-btm ul li 
{
    list-style: none;
    padding-bottom: 10px;
    border-bottom: 1px solid #161616;
    margin-bottom: 10px;
}
.foot-btm ul li a 
{
    color: #161616;
}
.foot-btm ul li a img 
{
    float: right;
    border-left: 1px solid #fff;
    padding-left: 5px;
}
.copyRightBg
{
    background-color: #000000;
    padding: 10px 0px;
}
.footSocial ul {
  list-style: none;
  display: flex;
  gap: 10px;
  justify-content: center;
  margin: 0px;
  padding: 0px;
}
.rdxDev p {
  text-align: right;
  font-size: 14px;
  line-height: 19px;
  color: #fff;
}
.rdxDev p a {
  color: #fff;
  font-size: 14px;
  line-height: 19px;
}
.copyrightTxt p {
  font-size: 14px;
  line-height: 19px;
  color: #fff;
}
.foot-btm h5 
{
    font-size: 16px;
    font-family:DMSans-Bold;
    padding-bottom: 10px;
}
.d-btn
{
    margin-top: 15px;
}
.d-btn a 
{
    border:1px solid #191921;
    font-size: 18px;
    color:#191921;
    display: block;
    padding: 8px;
}
.d-btn a img 
{
    border-right: 1px solid #191921;
    padding-right: 10px;
    margin-right: 10px;
}
.report-img img
{
width: 100%;
}

.allCaps {
  padding: 60px 0px;
  background-color: #ECEBF0;
}

.allCaps h6 {
  font-size: 20px;
  line-height: 26px;
  font-family:DMSans-Bold;
  padding-bottom: 7px;
}
.allCaps h3{
  font-size: 35px;
  line-height: 42px;
  font-family:DMSans-Light;
  padding-bottom:15px;
}

.innerCaps .accordion-button {
  display: flex;
  align-items: start;
  width: 100%;
  padding: 0px;
  color:#19192150;
  text-align: left;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-size: 18px;
  line-height:26px;
  font-family:DMSans-Bold;
  flex-direction: column;
  padding-top: 10px;
  padding-bottom: 10px;
}

.innerCaps .accordion-item:not(:first-of-type) {
  border-top: 0;
}

.innerCaps .accordion-item {
  color: RGBA(27, 50, 129, .5);
  background-color: transparent;
  border: none;
  max-width: 390px;
  width: 100%;
  border-bottom: 1px solid #19192150;
  border-radius: 0px;
}

.innerCaps .accordion-button:not(.collapsed) {
  color:#191921;
  background-color: transparent;
  box-shadow: none;
  font-size: 18px;
  line-height: 26px;
  font-family:DMSans-Bold;
}

.innerCaps .accordion-button:focus {
  z-index: 3;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

.innerCaps .accordion-button::after {
  display: none;
}
.tabMenu .nav-link {
  transition: unset;
}
.innerCaps .accordion-body {
  padding: 0px 0px 15px 0px;
}

.innerCaps .accordion-button img {
  display: none;
}

.innerCaps [aria-expanded="true"] img {
  display: block;
}
.innerCaps [aria-expanded="true"]{
  border-bottom: 0px;
}
.capsContent h4 {
  font-size: 18px;
  line-height: 21px;
  color: #6F6F6F;
  font-family: WorkSans-Bold;
}

.capsContent p {
  font-size: 16px;
  line-height: 22px;
  color: #161616;
  font-family:DMSans-Bold;
}

.innerCaps {
  position: relative;
}

.future-right {
    position: absolute;
    left: 460px;
    top:-90px;
    max-width: 660px;
    width: 100%;
    background-color: #fff;
    padding: 50px 35px;
    min-height: 470px;
}
.capsContent h5 
{
 font-size: 20px;
 line-height: 26px;
 padding-bottom: 10px;
 font-family:DMSans-Light;
 color: #191921;   
}
.future-right h4 
{
    font-size: 16px;
    line-height: 22px;
    font-family:DMSans-Bold;
    padding-bottom: 15px;
    color:#191921;
}
.fu-num h3 
{
    font-size: 35px;
    line-height: 30px;
    color: #191921;
    font-family:DMSans-Bold;
    padding-bottom: 0px;
}
.fu-num p 
{
 color: #191921;
 font-size: 14px;
 line-height: 18px;
 font-family:DMSans-Regular;   
}
.fu-num img 
{
    padding-bottom: 8px;
}
.future-right .row 
{
    border-bottom: 1px solid #707070;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.future-right .row1 
{
    border-bottom: none;
}
.v-hidden
{
    visibility: hidden;
}

#vc-tab {
  display: flex;
  gap: 15px;
  padding-bottom:1px;
  flex-wrap: nowrap;
  border-bottom: none;
  margin-bottom: 1px;
  margin-bottom: 10px;
}
.vcTabs .nav-link {
  display: block;
  padding: 0px;
  font-size: 16px;
  line-height: 20px;
  color: #19192160;
  width: 100%;
  position: relative;
  background-color:transparent;
  border-radius: 0px;
  padding:0px;
  border: none !important;
}
.vcTabs ul li 
{
    border-right: 1px solid #19192160;
    padding-right: 30px;
}
.vcTabs ul li:last-child 
{
    border:none;
}
.vcTabs .nav-tabs .nav-link:focus,
.vcTabs .nav-tabs .nav-link:hover {
  border: none !important;
}
.vcTabs .nav-tabs .nav-item.show .nav-link,
.vcTabs .nav-tabs .nav-link.active {
  background-color:transparent;
  font-size: 20px;
  color:#191921;
  font-family:DMSans-Bold;
}
.up-wrap h5 
{
font-size: 14px;
font-family:DMSans-Bold;
padding-bottom: 0px;
}
.up-wrap img 
{
    padding-bottom: 0px;
}
.fu-num
{
    position: relative;
}
.up-wrap
{
    position: absolute;
    right: 0;
    bottom: -4px;
}
.ceo-msg {
    background-image: url(../images/md-and-ceo-img.webp);
}
.ceo-msg h4
{
padding-bottom: 10px;
}
.ceo-msg p 
{
    padding-bottom: 18px;
}
.read-btn1 {
    text-align: center;
    display: inline-block;
    position: relative;
    width: 100%;
}
.read-btn1 img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: opacity 0.3s ease;
}
.n-active {
    opacity: 1;
    z-index: 1;
}
.n-hover {
    opacity: 0;
    z-index: 2;
}
.read-btn1:hover .n-active {
    opacity: 0;
}
.read-btn1:hover .n-hover {
    opacity: 1;
}
.ourServicesSlider.owl-carousel .owl-item .read-btn1 img
{
    width: auto;
}
.read-btn2
{
    margin-top: 30px;
}
.read-btn2 img 
{
    transform: initial;
    left: 0px;
}

.green-centrel
{
background-color: #fff;
height: 100vh;
position: relative;
z-index: 5;
overflow: hidden;
}
.green-centrel2 
{
    height: 100vh;
    width: 100%;
}
.green-centrel2 img
{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.green-centrel1
{
position:absolute;
z-index: 6;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.green-centrel2
{
  /* position: absolute; */
  z-index: 8;
  /* transform: translateY(100%); */
}
.gc-text
{
position: absolute;
top:50%;
  transform: translate(0px, -50%); 
  left:calc(100vw / 16 * 1);
  opacity: 1; 
  max-width: 500px;
  width: 100%; 
}
.gc-text h5 
{
font-size: 20px;
line-height: 25px;
color: #fff;
font-family:DMSans-Bold;
}
.gc-text h1 
{
font-size: 35px;
line-height: 42px;
color: #fff;
font-family:DMSans-Light;
padding-bottom: 15px;
}
.gc-text p 
{
    color: #fff;
    padding-bottom: 25px;
}
.green-centrel .read-btn3 img
{
width: auto;
height: auto;
}
.sus-btns
{
display: flex;
gap:50px;
}
.read-btn3
{
    width:30%;
}
.hm-governance
{
    padding: 60px 0px;
    position: relative;
}
.hm-governance:after 
{
    content: '';
    position: absolute;
    left: 0;
    top:0;
    background-color:#161616;
    width: 100%;
    height: 358px;
    z-index: -1;
}
.hm-governance h2 
{
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    font-family:DMSans-Bold;
    text-align: center;
    padding-bottom: 5px;
}
.gov-box
{
    box-shadow: 0px 3px 6px #00000029;
    background-color: #fff;
    position: relative;
    margin: 0px 0px 10px 5px;
    min-height: 355px;
}
.gov-text
{
 padding: 20px 17px;   
 min-height: 110px;
}
.gov-text h4 
{
  font-size: 18px;
  line-height: 20px;
  color: #7C7C7C;
  font-family:DMSans-Bold;  
}
.gov-text p 
{
   color: #191921;
   font-size: 18px;
  line-height: 26px;
  font-family:DMSans-Regular;
  padding-bottom: 25px;
}
.gov-slider.owl-carousel .owl-stage
{
padding-left: 0px !important;
}
.gov-num
{
    position: absolute;
    left: 17px;
    bottom:12px;
}
.gov-box img 
{
box-shadow: 0px 3px 6px #00000029;    
}
.hm-governance .col-xl-11 
{
    padding-right: 0px;
}
.gov-slider.owl-theme .owl-nav.disabled+.owl-dots
{
 margin-top: 30px;
 text-align: left;   
}
.gov-slider.owl-theme .owl-dots .owl-dot span {
  width: 46px;
  height: 8px;
  background:#7C7C7C50;
border-radius: 0px;
}
.gov-slider.owl-theme .owl-dots .owl-dot.active span {
  background: #7C7C7C;
}
.hm-governance h3 
{
   color:#7C7C7C;
   margin-top: 50px;
   border-bottom: 2px solid #191921;
   font-size: 20px;
}
.gov-table thead tr th 
{
    font-weight: initial;
    color:#7C7C7C;
    font-size: 18px;
    text-align: center;
}
.gov-table tbody tr td
{
text-align: center;
}
.gov-table tbody tr td:first-child
{
    text-align: left;
     font-family:DMSans-Bold;
}
.hl-box p span{
  display: block;
}
.read-btn1.read-btn2.mb {
    margin-top: 0px;
    margin-bottom: 7px;
}
.capsOnly{
  padding-bottom: 10px;
}
.fu-num p span{
  display: block;
}
.hm-governance h3 {
    font-size: 25px;
    line-height: 30px;
    color: #fff;
    font-family: DMSans-Bold;
    text-align: center;
    padding-bottom: 50px;
    margin-top: 0;
}
.gov-table{
      padding-bottom: 18px;
}
.ceo-mbl
{
    display: none;
}
p.lstP {
  padding-top: 30px;
  font-family:DMSans-Regular;
  font-size: 14px;
}
a.oth{
  border: none;
      padding-left: 0;
}
.hm-banner video.hmvideo.mblV {
    display: none;
}