header {
  z-index: 9999999;
}
section.std-spacing{
  padding:5% 0;
}
section.section-tab {
  position: relative;
}
section.hcls{
  overflow: visible;
}
section.hcls h1 {
  text-transform: capitalize;
  font-size: 46px;
  font-family: 'Proxima-extrabold';
}
section.hcls p{
  font-family: 'Proxima Nova Rg';
  text-transform: initial;
  font-size: 28px;
  line-height: 1.3;
}
.section-tab h2{
  font-size: 40px;
  margin: 0;
}
.headprofile {
  position: absolute;
  bottom: -140px;
  z-index: 99;
  background: #ffff;
  padding: 15px;
  border: 1px solid #70707038;
  width: 320px;
  height: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hcltab{
  padding-top: 180px;
  padding-bottom: 7%;
}
.tabnavouter {
  background: #EEEEEA;
}
div#myTab {
  display: flex;
  margin-left: 400px;
  gap: 10px;
  flex-wrap: wrap;
}
a.menu-link {
  color: #2B2B6B;
  font-size: 16px;
  padding: 15px;
  text-transform: capitalize;
}
a.menu-link:hover {
  opacity: .8;
}
.align-right h1{
  text-align: right !important;
}
.hcltab p {
  font-size: 24px;
  line-height: 1.5;
  color: #3F505C;
}
.hcltab hr {
  height: 100%;
  width: 3px;
  border: 0;
  background-color: #a0a0a3;
  display: block;
  margin: 0 auto;
}
/* .product-carousel-outer .lSSlideOuter, .product-carousel-outer .lSSlideWrapper{
  overflow: visible;
} */
section#section2{
  padding-bottom: 0;
}
.product-carousel-outer .lSAction {
  position: relative;
  margin-top: 80px;
}
.product-carousel-inner .lSAction {
  width: 1400px;
  max-width:90%;
  margin-right: auto;
  margin-left: auto;
}
.product-carousel-outer .lSAction a{
  background-color: #e0e0e0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  bottom: 0;
  top: initial;
  background: url(../images/hcl-arrow-left.svg) no-repeat;
  background-size: contain;
  opacity: 1;
  left: initial;
  right: 20px;
}
.product-carousel-outer .lSAction > .lSNext{
  transform: rotate(180deg);
  margin-right: -20px;
}
.product-carousel-outer .lSSlideOuter .lSPager.lSpg {
  padding: 0;
  display: flex;
  justify-content: space-evenly;
}
.product-carousel-inner .lSSlideOuter .lSPager.lSpg {
  width: 1400px;
  max-width:90%;
  margin: 0 auto;
}
.product-carousel-outer .lSSlideOuter .lSPager.lSpg > li{
  width: 100%;
  padding: 0;
}
.product-carousel-outer .lSSlideOuter .lSPager.lSpg>li a {
  height: 1px;
  border: 0;
  width: 100%;
}
.product-carousel-outer .lSSlideOuter .lSPager.lSpg > li.active a{
  height: 2px;
}
.product-carousel-outer .lSSlideOuter .lSPager.lSpg > li:hover a,.product-carousel-outer .lSSlideOuter .lSPager.lSpg > li a{
  background-color: grey;
  border-color: grey;
}
.product-carousel-outer .lSSlideOuter .lSPager.lSpg > li.active a{
  background-color: #000;
  border-color: #000;
}
.product-carousel-inner .lSSlideWrapper{
  overflow: visible !important;
}
.product-item-inner{
  position: relative;
  overflow: visible !important;
  padding-bottom: 50px;
}
.product-item-inner::after {
  content: '';
  background: #fff;
  height: 60%;
  width: 96%;
  bottom: 0;
  z-index: -1;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.product-box {
  padding: 35px;
  width: 80%;
  margin: 0 auto;
  margin-top: 10%;
  margin-bottom: 0;
  background-size: cover !important;
  height: 350px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  justify-content: end;
}
@keyframes fadeIn {
  from {
      opacity: 0;
      transform: translate3d(0, 0%, 0);z-index:1000;
  }
  to {
      opacity: 1;
      transform: translate3d(0, 0, 0);
  }
}
@keyframes mymove {
  from {top: 50%;}
  to {bottom: 200px; background-color: #fff;}
}

/*.product-item .list-box {
  display: none;
}*/
.product-item .list-box {
   margin:30px 30px 0px;
}



.product-item.list-open .list-box  {
  width: 96%;
  margin: 0 auto;
  padding: 5%;
  padding-top: 0;
  padding-bottom: 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background:#fff;
  animation: mymove 2s;
  animation-fill-mode: forwards;
}
/* .product-item-inner:hover .list-box {
  bottom: -190px;
  z-index: 999999;
  background: red;
} */
/* li.product-item-inner:hover:after {
  height: 80%;
} */
.list-box ul {
  display: flex;
  flex-direction: column;
  text-align:left;
  align-items: center;
  width: 90%;
  margin: 0 auto;
  height: 150px;
  overflow: auto;
}
/* width */
::-webkit-scrollbar {
  width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #e94b2e99; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.product-carousel-inner .lSSlideOuter {
  overflow-y: visible !important;
  padding-bottom: 5%;
}
ul#productslider {
  position: inherit;
  z-index: 99999;
}
.product-item.list-open .list-box  {
  display: inline-table;
  top:100%;
  z-index: -1;
}
.list-box ul li {
  position: relative;
  padding-left:25px;
  width: 100%;
}
.list-box ul li:after {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  background-color: #e94b2e;
  left: 0;
  top: 11px;
}
.ttl-32 {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
}
.product-box p{
  color: #fff;
  margin-top: 15px;
}
.hclservice-box {
  padding: 7%;
  color: #fff;
  background-size:cover !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}
.hclservice-box hr{
  height: 40px;
  display: block;
  border: 0;
}
img.net-ball {
  position: absolute;
  right: -10%;
  height: 81%;
  bottom: 0;
  animation: pulse 2s infinite;
  -webkit-animation: pulse 2s infinite;
  /* transform: scale(1); */
}
.hclservice-box img {
  width: 50px;
  height: 50px;
}
img.net-ball-bottom {
  position: absolute;
  right: -250px;
  bottom: -340px;
  z-index: 9999;
  height: 500px;
}
@keyframes pulse {
  0% {
    transform: scale(0.95);
    /* box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7); */
  }

  70% {
    transform: scale(1);
    /* box-shadow: 0 0 0 10px rgba(0, 0, 0, 0); */
  }

  100% {
    transform: scale(0.95);
    /* box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); */
  }
}
@-moz-keyframes spin {
  from { -moz-transform: rotate(0deg); }
  to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}


@media only screen and ( min-width: 767px) {
  ul#productslider {
    height: auto !important;
    overflow: visible !important;
  }
}
@media only screen and ( max-width: 1200px) {
  .product-box p, .hclservice-box p{
    font-size: 16px;
    line-height: 1.5;

  }
}
@media only screen and ( max-width: 992px) {
  .headprofile {
    display: none;
  }
  div#myTab {
    margin-left: 0;
  }
  .hcltab {
    padding-top: 7%;
  }
  img.net-ball {
    right: -18%;
    height: 60%;
    bottom: 20%;
  }
  .section-tab h2 {
    font-size: 32px;
  }
  .hcltab p {
    font-size: 18px;
  }
  .ttl-32 {
    font-size: 28px;
  }
  .product-carousel-outer .lSAction {
    margin-top: 50px;
  }
  .product-carousel-outer .lSAction a {
    width: 15px;
    height: 15px;
  }
  .hclservice-box hr {
    height: 40px;
  }
  section.hcls h1 {
    font-size: 40px;
  }
  section.hcls p {
    font-size: 20px;
  }
  .product-box{
    height: auto;
  }
  .hclservice-box hr{
    display: none;
  }
}
@media only screen and ( max-width: 767px) {
  .hcltab p {
    margin-top: 20px;
  }
  .product-box {
    padding: 25px;}
  .list-box ul {
    height: auto;
    width: 80%;
  }
  .product-item .list-box, .product-item.list-open .list-box {
    display: block !important;
    padding: 20px 0;
    animation: none;
    background: #fff;
    width: 96%;
    margin: 0 auto;
  }
  .product-item-inner::after{
    bottom: 50px;
  }
  .product-item-inner{
    padding-bottom: 0;
  }
}
@media only screen and ( max-width: 580px) {
  a.menu-link {
    font-size: 14px;
    padding: 6px;
    margin-right: 10px;
    line-height: 1.3;
    gap: 0;
  }
}

/* Microsoft */

p.lead {
  font-size: 14px;
  line-height: 1.5;
  text-transform: capitalize;
}
.counter-inner h2 {
  color: #e94b2e;
}
.csimg{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.introp p{
  font-size: 32px;
  line-height: 1.3;
  font-family: 'Proxima Nova Alt Lt';
  font-weight: 300;
}
.casestudy-carousel-outer.product-carousel-outer .lSAction {
  margin-top: 0;
  width: 40%;
}
.casestudy-carousel-outer.product-carousel-outer .lSSlideOuter .lSPager.lSpg{
  width: 40%;
}
.casestudy-carousel-outer .lSSlideOuter {
  position: relative;
}
.casestudy-carousel-outer.product-carousel-outer .lSSlideOuter .lSPager.lSpg {
  width: calc(40% - 80px);
  position: absolute;
  bottom: 0;
}
.casestudy-carousel-outer.product-carousel-outer .lSAction a{
  bottom: 0;
}
.partner-carousel-outer .lSAction a{
  top:55%;
  background: url(../images/hcl-arrow-left.svg) no-repeat;
  background-size: contain;
  opacity: 1;
  right: 0;
  width: 20px;
  height: 20px;
}
.partner-carousel-outer .lSAction > .lSNext{
  transform: rotate(180deg);
  margin-right: 0;
}
.partner-carousel-outer .lSAction > .lSPrev {
  left: 0;
}
.partner-item-inner{
  padding: 15px;
  border-radius: 15px;
  background:#dee0e233;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
}
section#section6{
  background: linear-gradient( to right,  #F2F2F2 60%, #F8F8F8 60% 40% )
}
.clquotebox {
  padding: 100px 70px;
  background-color: #fff;
  border-radius: 14px;
  gap: 50px;
  margin-left: 7%;
}
.quoteouter::after {
  content: '';
  width: 150px;
  height: 150px;
  background-image: url(../images/quotebig.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  top: 50px;
  left: 52%;
  z-index: 99;
}
.clquotebox .climg img {
  border-radius: 40px;
}
.clquote {
  width: calc(100% - 250px);
}
.clquotebox .climg{
  width: 250px;
  max-width: 100%;
}
.clquote p {
  color: #3F505C;
  font-style: normal;
  margin-bottom: 10%;
}
span.clname {
  display: block;
  font-size: 22px;
  font-family: 'Proxima-extrabold';
}
span.cldesg{
  font-size: 22px;
}
li.testimonial-item .introp {
  font-size: 60px;
  line-height: 1;
  font-family: 'Proxima Nova Alt Lt';
}
img.net-ball.bottom {
  right: 0;
  height: 100%;
  top: -80px;
  z-index: 2;
}

@media only screen and ( max-width: 992px) {
  .casestudy-carousel-outer.product-carousel-outer .lSAction{
    display: block !important;
  }
  .clquotebox {
    padding: 50px 40px;
    gap: 25px;
    margin-left: 0;
    flex-direction: column;
  }
  .clquote {
    width: 100%;
  }
  .clquotebox .climg {
    width: 100%;
    gap: 20px;
    align-items: center;
  }
  .clquotebox .climg img{
    width: 80px;
  }
  .clquote p {
    margin-bottom: 0;
  }
  li.testimonial-item .introp {
    font-size: 38px;
  }
  span.clname {
    font-size: 18px;
  }
  span.cldesg {
    font-size: 17px;
  }
  .introp p {
    font-size: 25px;
  }
  .quoteouter::after {
    width: 60px;
    height: 60px;
  }
}
@media only screen and ( max-width: 767px) {
  .casestudy-carousel-outer.product-carousel-outer .lSSlideOuter .lSPager.lSpg {
    width: 100%;
    position: relative;
  }
  .casestudy-carousel-outer.product-carousel-outer .lSAction{
    width: 100%;
  }
  .casestudy-carousel-outer.product-carousel-outer .lSSlideWrapper {
    padding-bottom: 50px;
  }
  .casestudy-carousel-outer.product-carousel-outer .lSAction a {
    bottom: -40px;
  }
}
@media only screen and ( max-width: 680px) {
  .clquotebox {
    padding: 25px;
    gap: 20px;
  }
  .introp p {
    font-size: 22px;
  }
  .clquotebox .climg img {
    width: 50px;
  }
  div#myTab{
    gap: 0;
  }
}
@media only screen and ( max-width: 460px) {
  .partner-item-inner {
    display: inline-flex;
  }
}
/* Microsoft */