.inter-text {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto; /* works with variable fonts */
  font-weight: 400;          /* replace with a numeric weight */
  font-style: normal;
}

body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 22px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color:#000000;
    
}
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-wrap {
    display: flex;
    justify-content: space-between;
    
}
header
{
    /*background-color:transparent;  */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    right: 0px;
    height: 60px;
    align-items: center;
    box-shadow: 0px 3px 6px #00000029;
    /*background-color: #ffffff30;*/
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: flex;
    justify-content: flex-end;
    gap:10px;
}
.ham-icon-wrap p
{
    color:#000;
    font-size: 14px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap:10px;
    cursor: pointer;
}
.commonbtn:before
{
    content: '';
    position: absolute;
    background-color:#A1225D;
    width: 2px;
    height: 14px;
    left:0px;
    top: 0;
    bottom: 0px;
    margin: auto;
}
.pdf-menu
{
    display: flex;
    align-items: center;
    justify-content: center;
}
.pdf-menu a.textPart{
    display: block;
}

.pdf-menu a
{
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    color: #000;
}
.pdf-menu a span
{
    display: block;
}
.logo img
{
    width: 150px;
}
header .row
{
    align-items: center;
}
.home .logo img, .home .downImg img, .home .ham-icon img, .home .ham-icon-wrap img
{
    filter: invert(1);
}
.home .textPart, .home .ham-icon-wrap p
{
    color: #ffffff;
}
/*-----------Header Css End-------------*/
.hmbanner
{
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    height: 100vh;
}
.hmbanner .row 
{
    align-items: center;
    padding-top: 40px;
}
.hmbanner h1 
{
    font-size: 35px;
    line-height: 35px;
    color: #302E6C;
    font-family:MuseoSans-700;
}
/*.hmbanner video
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position:top;
}
.banner-text
{
    position: absolute;
    bottom: 0px;
    left: calc(100vw / 16 * 1.4);
    top: 0;
    z-index: 9;
    margin: auto;
    height: fit-content;
}

.banner-text h1 span
{
    display: block;
}*/

.my-sidenav1 {
    display: none;
    position: fixed;
    top:60px;
    left:0;
    right: 0;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 9999;
    background-color: #ffffff;
    height:100vh;
    padding-top:15px;
    margin: auto;

}
.my-sidenav1 .row 
{
    align-items: start;
}
.top-nav .nav {
  display:flex;
  border-bottom: 1px solid #d0d1d2;
  gap: 70px;
}
.top-nav .nav > li {
  float: none; 
}

.top-nav .nav > li:last-child {
  border-bottom: none;
}
.top-nav .nav > li > a {
  color: #000000;
  font-size: 18px;
  border-radius: 0px;
  padding-left: 0px;
 position: relative;
}
.top-nav .nav > li > a:before 
{
content: '';
position: absolute;
left: 0px;
top:8px;
background-image: url(../images/menu/blue-arrow.svg);
width: 26px;
height:24px;
opacity: 0;
}
.top-nav .nav > li > a img {
  padding-left: 20px;
  opacity: 0;
}
/*.top-nav .nav > li > a:focus,
.top-nav .nav > li > a:hover {
  background-color: transparent;
  font-weight: 700;
  border-bottom: 2px solid #fff;
}*/
.top-nav .nav-pills > li > a.active,
.top-nav .nav-pills > li > a.active:focus,
.top-nav .nav-pills > li > a.active:hover {
  background-color: transparent;
  position: relative;
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid #00000080;
}
.top-nav .nav-pills > li.active > a img {
  opacity: 1;
}
.top-nav .nav > li > a.active:before
{
    opacity: 1;
}
.top-nav .nav-pills > li.active > a:after {
  content: "";
  position: absolute;
  right: -2px;
  top: 15px;
  background-color: #ffcc05;
  width: 2px;
  height: 15px;
}
.top-nav-content ul.sub-menu {
  margin-top: 15px;
  padding-left: 0px;
}
.top-nav-content ul li {
  list-style: none;
  padding-bottom: 12px;
  position: relative;
}
.top-nav-content ul li.menu-img {
  padding-left: 60px;
}

.top-nav-content ul li a {
  font-size: 16px;
  line-height: 22px;
  color: #00000050;
}
.top-nav-content ul li a:hover 
{
    color: #000000;
}
.d-pdf img {
    position:absolute;
    top:0;
    right: 0;
    opacity: .3;
}
.top-nav-content ul li a:hover img
{
    opacity: 1;
}
.menu-download
{
    background-color: #FED500;
    padding: 25px;
    margin-right: 13px;
}
.menu-download h3 
{
    font-size: 20px;
    line-height: 24px;
    border-bottom: 1px solid #000;
    text-align: center;
    padding-bottom: 4px;
    margin-bottom: 4px;
}
.menu-download p   
{
    text-align: center;
}
.menu-download p a
{
font-size: 16px;
color: #000;
}
.sitemap-top
{
    padding-top:90px;
    padding-bottom: 60px;
}
.sitemap a{
    font-size: 14px;
    line-height:17px;
    color: #000;
}

.Nextprev .capital-btn {
  display: flex;
  align-items: center;
  position: relative;
  padding:10px 10px 12px;
  color: #000;
  text-decoration: none;
  transition: all 0.4s ease;
  overflow: hidden;
  z-index: 1;
  font-size: 16px;
  border:1px solid #000;
  gap:15px;
}
.left .capital-btn{
    justify-content: left;
}
.right .capital-btn {
    justify-content: right;
}
.Nextprev{
    margin: 40px 0;
}
.Nextprev .capital-btn:hover {
  background-color: #FED500;
}

footer
{
    background-color: #000000;
    padding-top: 24px;
    padding-bottom: 15px;
}
.copyright p 
{
    color: #fff;
    font-size: 14px;
    line-height: 22px;
}
.copyright p a 
{
    color: #fff;
}
.copyright .row .col-xl-4:last-child p {
    text-align: right;
}

.main-head
{
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
}
.main-head span 
{
    display: block;
}
.platform-svg
{
    text-align: center;
    margin: 50px 0px;
}
.flywheel h5, .reliable h5 
{
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  padding-top: 10px;  
}
.flywheel-svg
{
    max-width: 550px;
    width: 100%;
    text-align: center;
    margin: 50px auto;
}
.smallhead
{
    display: inline-block;
    background-color: #FFEF99;
    padding: 3px 7px;
    margin-bottom: 15px;
}
.geo-presence h5 
{
    padding-bottom: 60px;
}
.geo-presence h4 
{
 font-size: 20px;
 line-height: 24px;
 padding-bottom: 30px;
 font-weight: 700;   
}
.geo-img img 
{
    margin-bottom: 40px;
}
.s-fot h3 
{
   font-size: 20px;
   line-height: 22px;
   padding-bottom: 28px;
}
.s-fot h3 span 
{
    font-size: 20px;
    font-weight: 700;
}
.s-fot p 
{
    font-size: 14px;
}
.singapore-img
{
    margin-bottom: 40px;
}
.keyc
{
    margin-bottom:30px;
}
.keyc h4 
{
 font-size: 30px;
 font-weight: 700;
 padding-bottom: 10px;   
}
.keyc p 
{
 padding-bottom: 15px;
 border-bottom: 1px solid #FFE07D;   
}
.cluster-img1
{
padding-top: 30px;
}
.cluster-img
{
    margin-bottom: 60px;
}
.sitemap-top1
{
    padding-bottom: 0px;
}
.reliable .row 
{
    align-items: center;
}
.reliable h5 
{
    max-width: 490px;
    width: 100%;
}
.reliable-img
{
    margin-bottom: 40px;
}
.left-line
{
    position: relative;
    padding-left: 10px;
    margin-bottom: 50px;
}
.left-line:before 
{
content: '';
position: absolute;
left: 0;
top:6px;
background-color: #000;
width: 4px;
height: 34px;
}
.rel-wrap h3 
{
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
}
.rel-wrap h3 span 
{
 font-size: 18px;
 font-weight: 400;   
}
.rel-wrap p 
{
  padding-bottom: 20px;
  border-bottom: 2px solid #FFD337;
  min-height: 90px; 
}
.rel-wrap 
{
    margin-bottom: 30px;
}
.footnote
{
    font-size: 12px;
    margin-bottom: 50px;
        font-weight: normal;
}
.sub-head
{
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    padding-bottom: 12px;
}
.rel-wrap1
{
    padding-top: 30px;
}
.rel-wrap1 p 
{
    min-height: auto;
    padding-bottom: 10px;
    max-width: 90%;
}
.black-li
{
    padding-left: 15px;
    display: flex;
    gap:60px;
}
.black-li1
{
 padding-left: 15px;
 margin-bottom: 40px;  
}
.black-li2
{
padding-left: 15px;
}
.black-li2 li 
{
  padding-bottom: 20px;  
}
.rel-ebidta p
{
    min-height: auto;
    padding-bottom: 10px;
    max-width: 345px;
}
.corporate-info h2 
{
    margin-bottom: 40px;
}
.corporate-info h4 
{
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    position: relative;
    padding-top: 25px;
    padding-bottom: 40px;
}
.corporate-info h4:before 
{
    content: '';
    position: absolute;
    left: 0;
    top:0;
    background-color: #FFD337;
    width: 120px;
    height: 20px;
}
.corporate-wrap
{
    border-right: 1px solid #707070;
    padding-left: 30px;
    min-height: 70px;
    margin-bottom: 40px;
}
.corporate-info .col-xl-3:first-child .corporate-wrap,
.corporate-info .col-xl-3:nth-child(5) .corporate-wrap
{
    padding-left: 0px;
}
.corporate-wrap h3 
{
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}
.bd-none
{
    border:none !important;
}
.corporate-wrap1
{
    border-right: 1px solid #707070;
    padding-left: 30px;
    min-height: 96px;
    margin-bottom: 50px;
}
.corporate-wrap1 h4 
{
    padding-bottom: 5px;
}
.pdl-0
{
    padding-left: 0px;
}
.corporate-wrap1 p span 
{
    padding-top: 20px;
}
.corporate-wrap1 p span.bl{
    display: block;
    padding-top: 0;
}
.strength p 
{
    padding-bottom: 25px;
}
.mt-25
{
    margin-top: 25px;
}
.sw-build
{
    margin-top: 20px;
}
.sw-build h4 
{
    padding-bottom: 25px;
}
.swbuild-img
{
    margin-bottom: 50px;
        max-width: 250px;
}
.cost-leader
{
    margin-bottom: 20px;
}
.cost-leader p, .unique p 
{
    min-height:auto;
    padding-bottom: 10px;
}
.unique-btmimg
{
    margin-top: 50px;
    margin-bottom: 30px;
}
.der h3 
{
    font-size: 20px;
    font-weight:700;
    border-bottom: 2px solid #FFD337;
    min-height: 93px;
    padding-bottom: 10px;
}
.der h3 span 
{
    font-weight: 400;
    font-size: 16px;
}
.der-row
{
    margin-bottom:53px;
}
.ecom .der h3 span 
{
    display: block;
    padding-top: 5px;
}
.ecom .der h3 
{
min-height: 60px;
}
.ecom .der
{
    margin-bottom: 40px;
}
.red-graph, .capital-efimg
{
    float: right;
}
.capitap-ef
{
    margin-top:30px;
}
.stcld
{
    margin-top: 15px;
}
.strngth-btmImg
{
    margin-top: 50px;
}
.theme-intro h4 
{
  font-size: 18px;
  line-height: 22px;
  font-weight: 900;  
}
.theme-intro h4 span 
{
 font-size: 16px;
 font-style: italic;
 font-weight: 700;
 display: block;   
}
.theme-intro h5 
{
padding-bottom: 50px;
}
.theme-bg
{
 background: transparent linear-gradient(105deg, #FFDA5E 0%, #FFE17C 100%) 0% 0% no-repeat padding-box;
 padding: 50px 30px 30px 30px;
 margin-bottom: 30px;
}
.theme-bg h3 
{
 font-size: 20px;
 line-height: 24px;
 font-weight: 900;
 padding-bottom: 10px;   
}
.theme-bg h3 span 
{
  font-size: 20px;
  font-weight: 400;  
}
.theme-bg ul
{
    padding-left: 15px;
}
.theme-bg ul li 
{
    padding-bottom: 5px;
}
.theme-intro p 
{
    padding-bottom: 20px;
}
.site a{
    color: #000;
    font-size: 14px;
        font-weight: 500;
}
.site{
    display: flex;
    gap: 10px;
}
section.aboutSmart {
    padding-top: 100px;
    margin-bottom: 60px;
}
.aboutSmart .about{
    padding-top: 100px;
}
.about h5{
    background-color: #FFEF99;
    font-size: 16px;
    line-height: 20px;
    max-width: 188px;
    padding: 3px 5px;
    margin-bottom: 16px;
    display: inline-block;
}
.about h1{
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
    padding-bottom: 12px;
}
.yellowBox{
    background: transparent linear-gradient(144deg, #FFDA5E 0%, #FFE17C 100%) 0% 0% no-repeat padding-box;
    padding: 32px 40px;
    min-height: 500px;
}

.yellowBox h5{
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    padding-bottom: 25px;
}
.yellowBox h1{
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    padding-bottom: 19px;
}
.yellowBox p{
    padding-bottom: 20px;
}
.yellowBox .iconImg{
    padding-bottom: 20px;
}
.iconImg img{
    max-width: 94px;
}
.north{
    margin-bottom: 40px;
}
 .northCarousel .owl-nav {
    text-align: center;
    margin-top: 15px;
  }
  .northCarousel .owl-nav button {
    background: #333;
    color: #fff !important;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    margin: 0 5px;
    border: none;
  }
  .north .counter {
    font-size: 18px;
    font-weight: bold;
    color: #333;
  }
  .northCarousel {
  position: relative;
}

.arrowBtn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10;
}

.btnPrev {
  left: -60px;
   border: none;
   background: none; /* adjust */
}

.btnNext {
  right: -60px;
   background: none;
   border: none;
}
.north .carousel-controls {
    text-align: right;
}
.leftPrev{
    border: 1px solid #000;
    text-align: left;
    padding: 10px 10px 12px;
    display: flex;
    gap:15px;
}
.NextPrev p{
    color: #000;
}
.leftPrev.rt{
    text-align: right;
    justify-content: flex-end;
}
.leftPrev:hover{
    background-color: #FED500;
}
.NextPrev{
    margin: 40px 0;
}
.about h5.nobg{
    background-color: #fff;
    padding: 0;
    max-width: 100%;
}
.aboutSmart p span{
font-size: 30px;
line-height: 22px;
font-weight: 700;
}
.reliaBox{
background: transparent linear-gradient(107deg, #FFDA5E 0%, #FFE17C 100%) 0% 0% no-repeat padding-box;
padding: 35px 40px;
margin-bottom: 40px;
}
.reliaBox h6{
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 5px;
}
.reliaBox h3{
    font-size: 24px;
    line-height: 29px;
    padding-bottom: 13px;
}
.reliaBox p{
    padding-bottom: 20px;
}
.mainP {
    display: flex;
    gap: 7px;
    margin-bottom: 50px;
}
.mainP .data h1{
font-size: 30px;
line-height: 21px;
font-weight: 700;
padding-bottom: 3px;
margin-bottom: 4px;
}
.mainP .data span{
    font-size: 18px;
    font-weight: normal;
}
.mainP .data{
    padding-bottom: 12px;
    border-bottom: 1px solid #FED500;
    min-height: 100px;
}
.keySec h4{
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    padding-bottom: 20px;
}
.keySec{
    padding-bottom: 10px;
}
.data .allH{
display: flex;
gap: 10px;
padding-bottom: 6px;
}
.data .allH h1:first-child{
       border-right: 2px solid #000;
    padding-right: 11px;
}
.data.pb h1{
    padding-bottom: 10px;
}
.foote p{
    font-size: 14px;
}
.about.smart p{
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    padding-bottom: 40px;
}
.about.smart h1{
    margin-bottom: 16px;
}
.lineImg{
    padding-bottom: 20px;
}
.eccData p{
    padding-bottom: 20px;
}
.eccData{
    margin-top: 40px;
}
/*  */
.facilities-slider .item {
    position: relative;
}
.facilities-slider{
    position: relative;
}
.facilities-slider .caption {
    background: #fff3a0;
    text-align: center;
    padding: 5px 0;
    font-weight: bold;
    margin-top: -5px;
}
.facilities-slider .carousel-counter {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
}
.facilities-slider .carousel-nav button {
    background: #FFD700;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 18px;
    margin: 0 5px;
    cursor: pointer;
}
.facilities-slider .carousel-nav{
    position: absolute;
    bottom: -4%;
    right: 66px;
    text-align: right;
}
.uniform h5{
    font-size: 18px;
    line-height: 21px;
    padding-bottom: 12px;
}
.uniform{
    border-left: 4px solid #FED500;
    /* border-right: 1px dashed; */
    padding-left: 10px;
    margin-bottom: 40px;
}
.uniform::after{
    content: '';
    position: absolute;
    border-right: 1px dashed;
    height: 72%;
    top: 0;
    right: 13px;
}
.uniform::before{
    content: '';
    position: absolute;
    border-bottom: 1px dashed;
    height: 1px;
    bottom: 0;
    bottom: 18px;
    right: 33px;
    width: 88%;
}
.uniform.nobrdr::after{
    content: none;
}
.uniform.btm::before{
    content: none;
}
.greyBox h1{
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
    padding-bottom: 40px;
}
.greyBox{
    padding: 39px 38px;
    background: #F2F0E7;
    margin-bottom: 40px;
}
.row.new .col-xl-4{
    position: relative;
}
.uniform p span{
    display: block;
}
.about.managing h4{
    font-size: 20px;
    line-height: 25px;
    padding-bottom: 30px;
}
.about.managing .commaImg{
    padding-bottom: 15px;
}
.about.managing h1 span{
    display: block;
}
.about.managing h1{
    padding-bottom: 24px;
}
.gradBox h6{
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;    
}
.gradBox{
    background: transparent linear-gradient(90deg, #FED500 0%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
    max-width: 230px;
    padding: 5px 10px;
}
.allDataMsg h3{
    padding-bottom: 22px;
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
}
.allDataMsg p{
    padding-bottom: 20px;
}
.about {
    max-width: 450px;
}
.commonBox h3{
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
    padding-bottom: 20px;
}
.commonBox p{
    padding-bottom: 20px;
}
.commonBox{
    padding-bottom: 40px;
}
.smBox h1{
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    padding-bottom: 5px;
}
.smBox{
    padding-bottom: 10px;
    border-bottom: 2px solid #FED500;
}
.smBox p{
    padding-bottom: 0;
}

.award-head
{
    border-bottom: 2px solid #FED500;
    position: relative;
    margin-bottom: 45px;
}
.award-head h3 
{
    font-size: 18px;
    font-weight: 700;
    background-color: #ffffff;
    display: inline;
    position: absolute;
    left: 0;
    top: -13px;
    padding-right: 10px;
}
.award-box
{
    position: relative;
}
.award-text
{
    position: absolute;
    left: 0;
    right: 0px;
    top:0;
    width: 230px;
    height: 170px;
    display: flex;
    align-items: center;
    margin: auto;
    text-align: center;
}
.award-text p 
{
  font-size: 18px;
  line-height: 22px;  
}
.award-slider
{
    padding-bottom: 80px;
}
.award-slider.owl-carousel .owl-stage
{
    padding-left: 0px !important;
}
.award-slider .owl-nav button.owl-next 
{
  position: absolute;
  width:44px;
  height:44px;
  bottom:0px;
  margin: auto;
  right: calc(100vw / 16 * 1.4);
  background-image: url(../images/right-arrow.svg) !important;
  background-repeat: no-repeat;
  background-size: contain;
}
.award-slider .owl-nav button.owl-prev {
  position: absolute;
  width: 44px;
  height: 44px;
  bottom:0px;
  margin: auto;
  right: calc(100vw / 16 * 2);
  background-image: url(../images/left-arrow.svg) !important;
  background-repeat: no-repeat;
  background-size: contain;
}
.award-slider.owl-theme .owl-nav .owl-prev:hover,
.award-slider.owl-theme .owl-nav .owl-next:hover {
  background: none;
  color: #FFF;
  text-decoration: none;
  background-repeat: no-repeat;
  background-size: cover;
}
.awards-top
{
    margin-bottom: 90px;
}
.awards-top1
{
    margin-bottom: 30px;
}
.client-logo
{
display: flex;
justify-content: space-between;
margin-bottom: 30px;
}
.client-slider
{
    padding-bottom: 30px;
}
.client-slider .owl-nav button.owl-next 
{
  position: absolute;
  width:44px;
  height:44px;
  bottom:0px;
  margin: auto;
  right:0px;
  background-image: url(../images/right-arrow.svg) !important;
  background-repeat: no-repeat;
  background-size: contain;
}
.client-slider .owl-nav button.owl-prev {
  position: absolute;
  width: 44px;
  height: 44px;
  bottom:0px;
  margin: auto;
  right:50px;
  background-image: url(../images/left-arrow.svg) !important;
  background-repeat: no-repeat;
  background-size: contain;
}
.client-slider.owl-theme .owl-nav .owl-prev:hover,
.client-slider.owl-theme .owl-nav .owl-next:hover {
  background: none;
  color: #FFF;
  text-decoration: none;
  background-repeat: no-repeat;
  background-size: cover;
}
.clients-wrap
{
    margin-top: 40px;
}
.clients-wrap p 
{
    padding-bottom: 20px;
}
.clients-wrap .rel-wrap h3
{
font-size: 30px;
padding-bottom: 5px;
}
.clients-wrap .rel-wrap h3 span 
{
    font-size: 20px;
}
.clients-wrap .rel-wrap p 
{
   padding-bottom: 10px;
   min-height: 80px;
}
.clients-wrap .rel-wrap
{
    margin-bottom: 45px;
}
.clients-wrap .cl-wrap p 
{
   min-height: 60px;
}
.emp-bg
{
background: transparent linear-gradient(244deg, #FFDA5E 0%, #FFE17C 100%) 0% 0% no-repeat padding-box;
padding: 30px;
margin-bottom: 45px;
}
.cld h5 
{
 color: #6D6E71;
 font-size: 18px;
 font-weight: 700;
 padding-bottom: 12px; 
}
.grey-line
{
    width: 100%;
    height: 2px;
    background-color: #ACAEB1;
    margin: 40px 0px;
}
.cld1, .cld
{
    align-items: center;
}
.cld-pie
{
    margin-bottom: 45px;
}
.pie-dot
{
    position: relative;
    padding-left: 20px;
}
.pie-dot:before 
{
    content: '';
    position: absolute;
    left: -5px;
    top:10px;
    background-color: #FFDB5D;
    width: 16px;
    height: 6px;
}
.pie-dot1, .pie-dot3
{
    padding-bottom:13px;
}
.pie-dot1:before 
{
 background-color: #FFDB5D;   
}
.pie-dot2:before 
{
 background-color: #6D6E71;   
}
.pie-dot3:before 
{
 background-color: #FFF4D2;   
}
.pie-dot4:before 
{
 background-color: #ACAEB1;   
}
#vc-tab {
  display: flex;
  gap: 60px;
  padding-bottom:1px;
  flex-wrap: nowrap;
  border-bottom: none;
  margin-bottom: 1px;
  border-bottom:1px solid #d0d1d2;
}
.vcTabs .nav-link {
  display: block;
  padding: 0px;
  font-size: 18px;
  line-height: 20px;
  color: #6D6E71;
  width: 100%;
  position: relative;
  background-color:transparent;
  border-radius: 0px;
  padding: 12px 0px 12px 0px;
  border: none !important;
}
.vcTabs .nav-tabs .nav-link:focus,
.vcTabs .nav-tabs .nav-link:hover {
  border-bottom: 2px solid #000000 !important;
}
.vcTabs .nav-tabs .nav-item.show .nav-link,
.vcTabs .nav-tabs .nav-link.active {
  color: #000000;
  border-bottom: 2px solid #000000 !important;
  background-color: transparent;
  font-weight: 700;
}
.l-tab-mbl
{
    display: none;
}
.vc-tabcontent
{
    margin-top: 40px;
}
.testimonials
{
    margin-top: 60px;
}
.testi-wrap
{
padding: 40px 30px;
transition: all .3s ease-in-out;
margin-bottom: 30px;
position: relative;
min-height: 433px;
}
.testi-wrap:hover 
{
 box-shadow: 0px 3px 6px #00000060;
 transition: all .3s ease-in-out;   
}
.comma-img
{
    padding-bottom: 20px;
}
.testi-wrap p 
{
    padding-bottom: 20px;
}
.testi-wrap h5 
{
font-size: 18px;
line-height: 22px;
font-weight: 700;
margin-bottom: 20px;   
}
.testi-wrap h5 span 
{
  font-weight: 400;
  font-size: 14px;
  display: block;  
}
.testi-logo
{
    padding-bottom: 20px;
}
.black-line
{
    position: absolute;
    left:30px;
    bottom:30px;
    height: 2px;
    width: 90%;
    background-color: #000;
}
.clientData h3{
    max-width: 156px;
    padding: 3px 9px;
    background-color: #FFEF99;
    color: #000;
    margin-bottom: 13px;
    font-size: 16px;
}
.clientData h1{
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
    padding-bottom: 12px;
}
.clientData p{
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
}
.client{
    margin: 70px 0;
}
.conImg h3{
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
    padding-bottom: 16px;
}
.concentrix p{
    padding-bottom: 20px;
}
.concentrix p.pt30{
    padding-top: 32px;
}
.direcBox{
    min-height: 423px;
    padding: 27px 25px;
    padding-right: 30px;
    margin-bottom: 30px;
}
.direcBox .yellowLine{
max-width: 47px;
background-color: #FED500;
margin-bottom: 16px;
height: 9px;
}
.direcBox h3{
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
    padding-bottom: 5px;
}
.direcBox p.small{
    font-weight: 14px;
    padding-bottom: 14px;
}
.head h1{
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
    padding-bottom: 36px;
    padding-top: 60px;
}
.direcBox:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); 
}
.direcBox p{
    padding-bottom: 20px;
}
.allP {     
    max-height: 267px;      
    overflow-y: auto;       
    padding: 20px;
}

.allP::-webkit-scrollbar {
    width: 8px;
}

.allP::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.allP::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 4px;
    border: 2px solid #f1f1f1;
}

.allP::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}
.about h5.max{
    max-width: 235px;
}
.excellence p{
    padding-bottom: 20px;
}
.techEx h3{
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
    padding-bottom: 10px;
}
.excellence{
    padding-bottom: 30px;
}
.phnImg{
    padding-bottom: 20px;
}
.delay h1{
font-size: 40px;
line-height: 22px;
padding-bottom: 9px;
}
.delay{
    padding-bottom: 10px;
    padding-top: 40px;
    border-bottom: 1px solid #FFD337;
    margin-bottom: 30px;
}
.delay p{
    min-height: 44px;
}
.techYellow{
    background: transparent linear-gradient(234deg, #FFDA5E 0%, #FFE17C 100%) 0% 0% no-repeat padding-box;
    padding: 26px 30px;
    margin-bottom: 50px;
}
.techYellow p{
    padding-bottom: 30px;
}
.buildX{
    background: #fff;
    padding: 27px 25px;
    position: relative;
    margin-bottom: 30px;
}
.buildX .blackBox{
    width: 95px;
    position: absolute;
    background-color: #000;
    height: 11px;
    left: 0;
    top: 0;
}
.greySec h3{
    color: #6D6E71;
    padding-bottom: 6px;
}
.greySec{
    margin-bottom: 40px;
}
.tabImg{
    padding-bottom: 30px;
}
.useData p{
padding-bottom: 20px;
}
.useData{
    padding-bottom: 10px;
}
.useData h3.grey{
    color: #6D6E71;
}
.useData ul{
    display: flex;
    gap: 20px;
    padding-left: 16px;
}
.useData ul li{
    max-width: 355px;
}
.about.key h5{
    max-width: 274px;
}
.aboutSmart .about.key{
    max-width: 100%;
}
.aboutSmart.ind {
    margin-bottom: 20px;
}
.allGraph{
    display: flex;
    gap: 20px;
}
.keyImg{
    margin-bottom: 40px;
}
.graphImg{
    margin-bottom: 40px;
}
.supp h3{
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
    padding-bottom: 10px;
}
.supp{
    padding-bottom: 30px;
}
.foot p span{
    display: block;
}
.allGraph.last{
    display: flex;
    align-items: baseline;
}
.perf h3{
      font-size: 18px;
    line-height: 21px;
    font-weight: 700;
    padding-bottom: 10px;
}
.keywllow h3{
        font-size: 18px;
    line-height: 21px;
    font-weight: 700;
    padding-bottom: 10px;
}
.keywllow h3.grey{
    color: #6D6E71;
    padding-bottom: 20px;
}
.sus p{
    padding-bottom: 20px;
}
.energyS img{
    padding-bottom: 10px;
}
.energyS{
    border-right: 1px dashed;
    min-height: 209px;
}
.energyS.brdr{
    border: none;
}
.energyS p {
    max-width: 245px;
}
.keywllow {
    background: transparent linear-gradient(123deg, #FFDA5E 0%, #FFE17C 100%) 0% 0% no-repeat padding-box;
    padding: 40px 30px;
}
.leafImg img {
    width: 100%;
}

.ourServices
{
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
}
.ourServicesSlider .item
{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
}
.ourServicesSlider .item1 
{
    background-image: url(../images/banner/banner-img1.webp);
}
.ourServicesSlider .item2 
{
    background-image: url(../images/banner/banner-img2.webp);
}
.ourServicesSlider .item3 
{
    background-image: url(../images/banner/banner-img3.webp);
}
.ourServicesSlider .item4 
{
    background-image: url(../images/banner/banner-img4.webp);
}
.ourServicesSlider .item5 
{
    background-image: url(../images/banner/banner-img5.webp);
}

.sliderLable {
    right: calc(100vw / 16 * 1);
    position: absolute;
    bottom:40px;
    z-index: 9;
}
.sliderLable ul 
{
    display: flex;
    margin-bottom: 0px;
}
.sliderLable ul li {
    padding: 0px 5px;
    text-align: center;
    display: flex;
    align-items: center;
}
.sliderLable ul li a
{
    color: #fff;
    font-size: 14px;
    line-height: 18px;
}
.sliderLable ul li.active {
   display: none;
}
.hm-banner-text
{
position: absolute;
left: 0px;
right: 0px;
bottom:60px;
z-index: 9;
max-width: 510px;
width: 100%;
text-align: center;
margin: auto;
}
.hm-banner-text h2
{
 font-size: 45px;
 line-height: 48px;
 font-weight: 900;
 color: #ffffff;
 position: relative; 
 padding-bottom: 15px;
 margin-bottom: 15px;
}
.hm-banner-text h2 span 
{
    display: block;
}
.hm-banner-text h2:after
{
content:'';
position: absolute;
left: 0px;
right: 0px;
background-color: #FED500;
height: 2px;
width: 240px;
bottom: 0px;
margin: auto;
}
.read-btn a span 
{
    background-color: #FED500;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    padding: 8px 28px 8px 28px;
    color: #000;
    border-radius: 50px;
    display: inline-block;
}
.hm-banner-text h6 
{
    color: #ffffff;
    font-size: 18px;
    padding-bottom: 50px;
    font-weight: 500;
}
.read-btn a img 
{
    opacity: 0;
    transition: all .3s ease-in-out;
}
.read-btn a:hover img 
{
    opacity: 1;
    transition: all .3s ease-in-out;
}
.scroll-down
{
    position: absolute;
    left: calc(100vw / 16 * 1.4);
    bottom: 40px;
    z-index: 9;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.scroll-down p 
{
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding-top: 10px;
}
.scroll-down img 
{
    width: 28px;
    animation: ca3_fade_move_down 2s ease-in-out infinite;
}
@keyframes ca3_fade_move_down {
  0%   { transform:translate(0,-10px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { transform:translate(0,10px); opacity: 0; }
}
.hm-about
{
    position: relative;
    padding: 80px 0px;
}
.hm-about .row 
{
    align-items: center;
}
.hmabt-box
{
    background: transparent linear-gradient(135deg, #FFDA5E 0%, #FFE17C 100%) 0% 0% no-repeat padding-box;
    padding: 30px 30px 20px 30px;
    min-height: 506px;
}
.hmabt-box h5 
{
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    padding-bottom: 25px;
}
.hmabt-box h3 
{
    font-size: 30px;
    line-height: 26px;
    font-weight: 700;
    padding: 20px 0px;
}
.hmabt-box p 
{
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
}
.abt-slider.owl-carousel .owl-item img
{
width: auto;
}
.abt-slider.owl-carousel .owl-stage
{
 padding-left: 0px !important;   
}
.hm-about h2  
{
margin-bottom: 30px;
}
.abt-slider .owl-nav button.owl-next 
{
  position: absolute;
  width:44px;
  height:44px;
  bottom:0px;
  margin: auto;
  left:-60px;
  background-image: url(../images/right-arrow.svg) !important;
  background-repeat: no-repeat;
  background-size: contain;
}
.abt-slider .owl-nav button.owl-prev {
  position: absolute;
  width: 44px;
  height: 44px;
  bottom:0px;
  margin: auto;
  left:-110px;
  background-image: url(../images/left-arrow.svg) !important;
  background-repeat: no-repeat;
  background-size: contain;
}
.abt-slider.owl-theme .owl-nav .owl-prev:hover,
.abt-slider.owl-theme .owl-nav .owl-next:hover {
  background: none;
  color: #FFF;
  text-decoration: none;
  background-repeat: no-repeat;
  background-size: cover;
}
.hm-about .col-xl-6 
{
    padding-right: 0px;
}
.abtCounter
{
    position: absolute;
    left: calc(100vw / 16 * 1.4);
    bottom:90px;
    color:#000;
    font-size:24px;
    font-weight: 700;
    text-align: center;
}
.abtCounter .divider, .abtCounter .total-slide
{
    font-size: 18px;
}

.hm-keyhighlights {
    background-image: url(../images/key/key-highlights-img1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
}
.key-blur {
backdrop-filter: blur(9px);
-webkit-backdrop-filter: blur(9px);
z-index: 5;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: hidden;
/*will-change: transform;*/
transform: translateY(100%);
}
.hmkey-wrap
{
background: transparent linear-gradient(114deg, #FFDA5E 0%, #FFE17C 100%) 0% 0% no-repeat padding-box;
padding:40px;
position: relative;
z-index: 9;
opacity: 0;
}
.hmkey-wrap h3 
{
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
    padding-bottom: 5px;
    text-align: center;
}
.hmkey-wrap h5 
{
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 30px;
  text-align: center;  
}
.hmkey-wrap h4 
{
   font-size: 16px;
   line-height: 20px;
   font-weight: 700;
   padding-bottom: 26px;
   text-align: center;
}
.highlight-wrap
{
    display: flex;
    gap: 13px;
}
.highlight-wrap h4 
{
 font-size: 30px;
 font-weight: 700;
 padding-bottom:0px;
 line-height:30px;
 text-align: left;  
}
.highlight-wrap h4 span 
{
    font-weight: 400;
    font-size: 18px;
}
.highlight-wrap p 
{ 
   padding-bottom: 5px;
   font-size: 14px;
   line-height: 18px;
   text-align: left;
   padding-top: 4px;
}
.highl-text
{
 border-bottom: 1px solid #000;
 min-height:90px;
}
.read-btn1
{
    text-align: center;
}
.read-btn1 a span 
{
    background-color: #ffffff;
}
.hm-ecosystem
{
  background-image: url(../images/smartworks-ecosystem-img.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100vh;
  display: flex;
  align-items: center;  
}
.hm-ecosystem h2 
{
    color:#ffffff;
    padding-bottom: 25px;
}
.hm-ecosystem p 
{
padding-top: 25px;
border-top:1px solid #FFDA5E;
color: #ffffff;
font-size: 18px;
line-height: 24px;
padding-bottom: 17px;
position: relative;
}
.hm-ecosystem p:before  
{
    content: '';
    position: absolute;
    left: 18px;
    top:-13px;
    background-image: url(../images/eco-icon.svg);
    width: 25px;
    height: 25px;
}
.hm-ecosystem h6 
{
    font-size: 12px;
    color: #ffffff;
    padding-bottom: 40px;
}
.hm-gallery
{
    padding-top: 60px;
    padding-bottom: 60px;
}
.hm-gallery .swiper {
      width: 100%;
      max-width: 1000px;
      height: 530px;
      margin: auto;
      position: relative;
    }

    .hm-gallery .swiper-slide {
      background-position: center;
      background-size: cover;
      width: 700px;
      height: 458px;
      overflow: hidden;
      box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
    }
 
    .swiper-button-next,
    .swiper-button-prev {
      color: transparent;
  bottom:0px;
  top: auto;
  transform: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center

    }
.swiper-button-next
{
  background-image: url(../images/right-arrow.svg);
  width:44px;
  height:44px;
  right: calc(100vw / 16 * 1.8);
}
.swiper-button-prev
{
  background-image: url(../images/left-arrow.svg);
  width:44px;
  height:44px;
  right: calc(100vw / 16 * 2.4);
  left: auto;
}
    .swiper-pagination {
      bottom: 30px !important;
      left: 0px !important;
      text-align: left;
      display: none;
    }

    .swiper-pagination-bullet {
      background-color: #0E2937;
      opacity: 0.3;
      border-radius: 0px;
    }

    .swiper-pagination-bullet-active {
      opacity: 1;
      width: 20px;
    }

    .slide-counter {
      position: absolute;
      bottom: 15px;
      left:calc(100vw / 16 * 1.8);
      font-size: 18px;
      color:#000;
      z-index: 10;
      width: 100px;
      margin: auto;
      font-weight: 700;
    }
.hm-gallery h5
{
font-size: 24px;
color: #ffffff;
font-weight: 500;
position: absolute;
left: 30px;
bottom: 20px;
}
.hm-gallery .swiper-slide h5 
{
    opacity: 0;
}
.hm-gallery .swiper-slide.swiper-slide-active h5
{
opacity: 1;
}
.hm-vision
{
  background-image: url(../images/from-vision-to-leadership-img.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100vh;   
}
.hm-vision-wrap
{
    max-width: 540px;
    width: 100%;
    margin: auto;
    padding-top: 50px;
}
.hm-vision-wrap h2 
{
    color: #ffffff;
    text-align: center;
    padding-bottom: 12px;
}
.hm-vision-wrap p 
{
    color: #ffffff;
    text-align: center;
    padding-bottom: 25px;
}
.hm-vision-wrap .read-btn 
{
text-align: center;
}
.hm-msg
{
  padding-top:40px;
  position: relative; 
}
.hmchmsg-wrap p 
{
    font-size: 20px;
    line-height: 25px;
    padding-bottom: 35px;
}
.hm-cooma
{
    padding-top: 23px;
    padding-bottom: 15px;
}
.hmchmsg-wrap .row 
{
    position: relative;
    align-items: center;
}
.hmchmsg-wrap .row:after 
{
    content: '';
    position: absolute;
    right: 15px;
    bottom:0;
    background-color: #F8F5E3;
    border-radius: 0px 50px 0px 0px;
    height: 475px;
    width: 80%;
    z-index: -1;
}
.hmmsg-text
{
  max-width: 600px;
  width: 100%;
  padding-top: 70px;  
}
.hmmsg-text h4 
{
 background: transparent linear-gradient(90deg, #FED500 0%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
 padding: 5px;
 font-size: 18px;
 line-height: 21px;
 font-weight: 700;
 display: inline-block; 
 margin-bottom: 45px; 
}
.hmmsg-text h4 span 
{
    font-size: 14px;
    font-weight:400;
    display: block;
}
.hmmsg-slider.owl-carousel .owl-item img
{
width: auto;
display: inline-block;
}
.hmmsg-slider .owl-nav button.owl-next 
{
  position: absolute;
  width:44px;
  height:44px;
  bottom:80px;
  margin: auto;
  right: calc(100vw / 16 * 1);
  background-image: url(../images/right-arrow.svg) !important;
  background-repeat: no-repeat;
  background-size: contain;
}
.hmmsg-slider .owl-nav button.owl-prev {
  position: absolute;
  width: 44px;
  height: 44px;
  bottom:80px;
  margin: auto;
  right: calc(100vw / 16 * 1.6);
  background-image: url(../images/left-arrow.svg) !important;
  background-repeat: no-repeat;
  background-size: contain;
}
.hmmsg-slider.owl-theme .owl-nav .owl-prev:hover,
.hmmsg-slider.owl-theme .owl-nav .owl-next:hover {
  background: none;
  color: #FFF;
  text-decoration: none;
  background-repeat: no-repeat;
  background-size: cover;
}
.hm-msglable h5 
{
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}
.hm-msglable h5 span 
{
    display: block;
    font-size: 8px;
}
.hm-msglable
{
    position: absolute;
    right: calc(100vw / 16 * 4);
    bottom: 60px;
    z-index: 9;
}
.hm-msglable ul li.active1 {
   display: none;
}
.hm-foundation
{
    height: 100vh;
    display: flex;
    align-items: center;
}
.hm-foundation .row 
{
    align-items: center;
}
.hm-foundation h2 
{
    padding-bottom: 12px;
}
.hm-foundation p 
{
padding-bottom: 30px;
font-size: 18px;
line-height: 24px;
}
.hm-pillar
{
    background-color: #F2F0E7;
    height: 100vh;
    display: flex;
    align-items: center;
}
.hm-client
{
    padding: 70px 0px;
}
.hm-client h6
{
text-align: center;
    margin: auto;
    width: 140px;
    display: block;
    margin-bottom: 16px;
}
.hm-client h2
{
    text-align: center;
    padding-bottom: 35px;
}
.hm-client h5, .logo-wrap h5 
{
 font-size: 18px;
 line-height: 22px;
 text-align: center;
 padding-bottom: 40px;  
}
.logo-wrap h5 
{
    padding-bottom:0px;
}
.hm-client .read-btn
{
    text-align: center;
}

.marquee-container {
display: flex;
flex-direction: column;
gap: 40px;
overflow: hidden;
width: 100%;
padding: 40px 0;
}
.marquee-track {
display: flex;
width: fit-content;
}
.marquee-left {
animation: marquee-left 20s linear infinite;
margin-bottom: 40px;
}
.marquee-right {
animation: marquee-right 20s linear infinite;
margin-bottom: 40px;
}
.scroll-card {
/*background: #fff;
border-radius: 10px;
padding: 20px;*/
margin-right: 30px;
/*min-width:200px;*/
text-align: center;
cursor: pointer;
transition: transform 0.3s ease, box-shadow 0.3s ease;
display: flex;
align-items: center;
}
.scroll-card img {
width:auto;
}
/* .scroll-card:hover {
transform: scale(1.1);
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.6);
}*/
@keyframes marquee-left {
0% {
transform: translateX(0);
}
100% {
transform: translateX(-50%);
}
}
@keyframes marquee-right {
0% {
transform: translateX(-50%);
}
100% {
transform: translateX(0);
}
}
/*.marquee-container:hover .marquee-left,
.marquee-container:hover .marquee-right {
animation-play-state: paused;
}*/
.hm-employee
{
    background-color: #F2F0E7;
    padding: 50px 0px;
}
.hm-employee h6
{
text-align: center;
    margin: auto;
    width: 100px;
    display: block;
    margin-bottom: 16px;
}
.hm-employee h2
{
    text-align: center;
    padding-bottom:20px;
}
.hm-employee p 
{
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 40px;
}
.hm-employee .read-btn
{
    text-align: center;
}
.client-sucess h6 
{
 margin-bottom: 18px;   
}
.hm-testimonials
{
    background-color: #F2F0E7;
    padding: 50px 0px;
    position: relative;
}
.hm-testimonials h6 {
    text-align: center;
    margin: auto;
    width: 130px;
    display: block;
    margin-bottom: 16px;
}
.hm-testimonials h2 
{
    text-align: center;
    padding-bottom: 24px;
}
.testimonials-slider.owl-carousel .owl-item img
{
width: auto;
}
.testimonials-slider .testi-wrap
{
    background-color: #ffffff;
    box-shadow: 0px 3px 6px #00000029;
}
.testimonials-slider .owl-nav button.owl-next 
{
  position: absolute;
  width:44px;
  height:44px;
  bottom:-45px;
  margin: auto;
  right:0px;
  background-image: url(../images/right-arrow.svg) !important;
  background-repeat: no-repeat;
  background-size: contain;
}
.testimonials-slider .owl-nav button.owl-prev {
  position: absolute;
  width: 44px;
  height: 44px;
  bottom:-45px;
  margin: auto;
  right:50px;
  background-image: url(../images/left-arrow.svg) !important;
  background-repeat: no-repeat;
  background-size: contain;
}
.testimonials-slider.owl-theme .owl-nav .owl-prev:hover,
.testimonials-slider.owl-theme .owl-nav .owl-next:hover {
  background: none;
  color: #FFF;
  text-decoration: none;
  background-repeat: no-repeat;
  background-size: cover;
}
.hm-testimonials .read-btn, .hm-sustainable .read-btn
{
    text-align: center;
}
.testimonial-counter
{
    position: absolute;
    left: calc(100vw / 16 * 1.4);
    bottom:60px;
    color:#000;
    font-size:24px;
    font-weight: 700;
    text-align: center;
}
.testimonial-counter .divider, .testimonial-counter .total-slide
{
    font-size: 18px;
}
.hm-sustainable
{
 position: relative;
  height: 100vh;
  overflow: hidden;
}
.sustainablemain-img
{
    height: 100vh;
}
.sustainablemain-img img, .sustainableop-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-position: center;
}
.sustainableop-img{
  z-index: 2;
  position: absolute;
  left: 0;
  top: -100px;
  width: 100%;
  transform: scale(40);
  opacity: 0;
}
.hm-sustainable p 
{
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  padding-bottom: 40px; 
}
.hm-texttop
{
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 30%;
  z-index: 5;
  opacity:0;
  width: 142px;
}
.sustainability-text
 {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 68%;
  z-index: 6;
  opacity: 0;
}
.hm-awards
{
  background-color: #F2F0E7;
  padding: 50px 0px; 
}
.hm-awards h6 {
    text-align: center;
    margin: auto;
    width: 225px;
    display: block;
    margin-bottom: 16px;
}
.hm-awards h2 
{
    text-align: center;
    padding-bottom: 38px;
}
.hm-awards #vc-tab
{
gap:30px;
}
.hm-awards .award-img img 
{
width: 100%;
}
.hm-awards .award-text
{
    height: 150px;
}
.hm-awards .award-box
{
    margin-bottom: 35px;
}
.hm-awards .read-btn 
{
    text-align: center;
}

.keySec h4.grey{
    color: #6D6E71;
    font-size: 18px;
    padding-bottom: 30px;
}
.smfoot small{
    font-weight: normal;
    font-size: 12px;
}
.valueImg img{
    max-width: 476px;
}
.bar{
     height: 18px;
    width: 4px;
    background-color: #FFD337;
    position: absolute;
    bottom: 42px;
    right: 0%;
}
.bar.new{
    left: 23.5%;
}
.lastP{
    position: relative;
}
.black-li1.maxx{
    max-width: 487px;
}
.der.bloc span{
    display: block;
}
.cld-graph.brdr {
    border-right: 1px solid;
}
.tabImg.sm {
    max-width: 900px;
}
.footnoteN p{
    font-size: 12px;
}
.footnoteN{
    padding-bottom: 20px;
}
.cld-graph.pl20{
    padding-left: 20px;
}

.highlight-wrap .highl-text1 h4 span
{
font-size: 24px;
}
.hm-keyhighlights-mbl, .sustainablemain-img-mbl, .hmch-img-mbl
{
    display: none;
}
.bluebg
{
    display: flex !important;
}
.home 
{
    overflow-x: hidden !important;
}
.pdf-mbl-link
{
    display: none;
}