/* Start Top Banner ------------------------------ */
.home-Banner-Section {
    padding-top: 0;
  }
  
  .home-Banner-Section .banneroverlay {
    /*background: linear-gradient(2deg, #0f0f0f, transparent);
     position: absolute;
    bottom: 0px; */
      background: linear-gradient(to bottom, rgb(0 0 0 / 7%) 0%, rgb(0 0 0) 100%);
      margin-bottom: -5px;
    width: 100%;
    height: 100%;
  }
  
  .home-Banner-Section .banner-background-holder {
    position: relative;
    background-color: #101010;
    height: calc(100vh - 72px);
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
  }
  
  .home-Banner-Section .banner-background-holder .bannerImgSection {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
  }
  
  .home-Banner-Section .banner-background-content {
    position: relative;
    z-index: 2;
  }
  
  .home-Banner-Section .textContainer {
    position: relative;
    z-index: 2;
    margin-bottom: 50px;
    width: 880px;
    display: flex;
    align-items: end;
    height: 100%;
    padding-bottom: 30px;
  }
  
  .arrowControl .swiper-button-next,
  .arrowControl .swiper-button-prev {
    opacity: 0.7;
  }
  
  .arrowControl .swiper-button-next:hover,
  .arrowControl .swiper-button-prev:hover {
    opacity: 1;
  }
  
  .home-Banner-Section .swiper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: left;
    justify-content: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    width: 100%;
    height: 100%;
  }
  
  .home-Banner-Section .swiper img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .dsb-button-control {
    background: none;
    border: none;
    border-radius: 100%;
    padding: 0;
    display: inline-block;
    margin-right: 0;
    line-height: 8px;
  }
  
  .home-Banner-Section .arrowControl {
    position: absolute;
    left: 0;
    right: 0px;
    top: 50%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .home-Banner-Section .swiper-button-next,
  .home-Banner-Section .swiper-rtl .swiper-button-prev {
    left: auto;
    right: 0;
  }
  
  .dashicons-controls-play {
    background: url("/o/liferay-sample-batch-tepl/images/play-3") 0px 0px no-repeat;
    height: 24px;
    width: 24px;
    display: inline-block;
    border-radius: 50% 50% 50% 50%;
  }
  
  .dashicons-controls-play:hover {
    background: url("/o/liferay-sample-batch-tepl/images/play-hover-3") 0px 0px no-repeat;
  }
  
  .dashicons-controls-pause {
    background: url("/o/liferay-sample-batch-tepl/images/pause-3") 0px 0px no-repeat;
    height: 24px;
    width: 24px;
    display: inline-block;
  }
  
  .dashicons-controls-pause:hover {
    background: url("/o/liferay-sample-batch-tepl/images/pause-hover-3") 0px 0px no-repeat;
  }
  
  .screen-reader-text {
    height: 0;
    display: block;
    font-size: 0;
  }
  
  .swiper-pagination {
    position: relative;
    bottom: -2px !important;
  }
  
  .swiper-pagination-bullet {
    border-radius: 50% 50% 50% 50%;
    width: 16px;
    height: 16px;
    background: none;
    border: 1px solid #fff;
    opacity: 1;
  }
  
  .swiper-pagination-bullet:hover {
    background-color: #E5E5E5;
    opacity: 0.7;
  }
  
  .swiper-pagination-bullet-active {
    width: 60px;
    height: 16px;
    border-radius: 10px 10px 10px 10px;
    background: #E5E5E5;
  }
  
  .bannerControls {
    position: absolute;
    z-index: 11;
    left: 50%;
    bottom: 0;
    line-height: initial;
    padding-bottom: 5px;
  }
  
  .arrowControl .swiper-button-next,
  .arrowControl .swiper-button-prev {
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0px 12px;
    border-radius: 100%;
    color: rgb(0, 0, 0);
    width: calc(var(--swiper-navigation-size) / 60* 14);
    height: 35px;
    width: 35px;
  }
  
  .arrowControl .swiper-button-next {
    margin-right: 15px;
  }
  
  .arrowControl .swiper-button-next:after,
  .arrowControl .swiper-button-prev:after {
    font-size: 20px;
  }
  
  .home-Banner-Section .swiper-wrapper {
    margin: 0;
    padding: 0;
  }
  
  .home-Banner-Section .swiper-wrapper li {
    list-style: none;
  }
  
  #videoText {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  
  #videoText:hover {
    display: block;
  }
  
  
    .home-Banner-Section video {
     height: 100vh;
    width: 100%;
    object-fit: cover;
      position: absolute;
      top: 50%;
      left: 50%;
      min-width: 100%;
      min-height: 100%;
      z-index: 0;
      -ms-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -webkit-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
    }
  
  
  @media (max-width:767px) {
  
    .home-Banner-Section .textContainer {
      width: 100%;
      padding-bottom:40px;
    }
  
    .home-Banner-Section .swiper-pagination {
      width: auto;
    }
  
    .bannerControls {
      width: 100%;
      left: auto;
      right: auto;
      text-align: center;
  
    }
  
    .swiper-pagination {
      width: auto !important;
    }
  
    .bannerControls .d-flex {
      width: 100%;
      justify-content: center;
      text-align: center;
    }
  
    .home-Banner-Section .arrowControl {
      display: none;
    }
  
    /* .home-Banner-Section .banner-background-holder .bannerImgSection {
      position: relative;
      padding-bottom: 20px;
    } */
  
    /* .home-Banner-Section .banner-background-holder {
      height: 100%;
    } */
  
    /* .home-Banner-Section video {
      max-width: 100%;
      height: auto;
    }
  
    .home-Banner-Section .textContainer {
      padding-bottom: 0;
      margin-bottom: 0;
    } */
  }

  /* End Top Banner ------------------------------ */




/* Start The Future is Now : Home ------------------ */
.Home-future-section {
    padding-top: 113px
  }
  
  .Home-future-section .btn-padding {
    padding: 9px 27px;
  }
  
  .Home-future-section h2 {
    margin-bottom: 60px;
  }
  
  .roundedBtn {
    height: 50px;
    width: 50px;
    border-radius: 50% 50% 50% 50%;
    position: relative;
    left: -3px;
    text-align: center;
    display: inline-block;
    padding: 11px 24px;
  }
  
  .roundedBtn svg {
    position: relative;
    right: 4px;
  }
  
  .Home-future-section .img-hover-zoom--slowmo {
    height: 300px;
    overflow: hidden;
  }
  
  .Home-future-section .imageTitle {
    position: absolute;
    color: #fff;
    font-size: 1.8rem;
    margin-top: -21%;
    left: 40px;
    font-weight: 400;
    line-height: normal;
    padding: 6px;
    z-index: 1;
  }
  
  .Home-future-section .rightzero {
    right: 60px;
    left: auto
  }
  
  .Home-future-section .normalText {
    margin-bottom: 40px;
  }
  
  .Home-future-section .topMargin {
    margin-top: -70px
  }
  
  .Home-future-section .futureLeftIcon {
    left: 15px
  }
  
  .Home-future-section .firstIcon,
  .Home-future-section .second,
  .Home-future-section .thirdIcon,
  .Home-future-section .fourthIcon {
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  
  .Home-future-section .firstIcon:hover {
    transform: scale(1.1) translate(-6%, -6%);
  }
  
  .Home-future-section .second:hover {
    transform: scale(1.1) translate(6%, -6%);
  }
  
  .Home-future-section .thirdIcon:hover {
    transform: scale(1.1) translate(-6%, 6%);
  }
  
  .Home-future-section .fourthIcon:hover {
    transform: scale(1.1) translate(6%, 6%);
  }
  
  .col-lg-margin {
    margin-left: 80px
  }
  
  .d-mobile767 {
    display: none;
  }
  
  .d-desktop767 {
    display: block;
  }
  
  @media (max-width:1199px) {
    .Home-future-section .imageTitle {
      font-size: 1.4rem;
    }
  
    h2 {
      font-size: 4rem;
    }
  
    .Home-future-section .topMargin {
      margin-top: -35px;
    }
  
    .Home-future-section .imageTitle {
      left: 27px;
      right: auto
    }
  
    .Home-future-section .rightzero {
      right: 38px;
      left: auto
    }
  
  }
  
  @media (max-width:1024px) {
  
    .Home-future-section .firstIcon,
    .Home-future-section .second,
    .Home-future-section .thirdIcon,
    .Home-future-section .fourthIcon {
      transform: scale(1) translate(0%, 0%) !important;
    }
  
  
    .col-lg-margin {
      margin-left: 0
    }
  
    .Home-future-section .imageTitle {
      font-size: 1.4rem;
    }
  
    .Home-future-section h2 br {
      display: none
    }
  
  }
  
  @media (max-width:991px) {
    .Home-future-section .imageTitle {
      font-size: 1.4rem;
    }
  
    .Home-future-section .firstIcon,
    .Home-future-section .second,
    .Home-future-section .thirdIcon,
    .Home-future-section .fourthIcon {
      transform: scale(1) translate(0%, 0%) !important;
    }
  
    .Home-future-section .futuregrid {
      flex-direction: column-reverse;
    }
  
    .Home-future-section h2 br {
      display: none
    }
  
    .Home-future-section .secondaryBtn {
      margin-bottom: 40px;
    }
  
    .Home-future-section .imageTitle {
      left: 37px;
      right: auto
    }
  
    .Home-future-section .rightzero {
      right: 60px;
      left: auto
    }
  }
  
  @media (max-width:767px) {
  
    .Home-future-section .firstIcon,
    .Home-future-section .second,
    .Home-future-section .thirdIcon,
    .Home-future-section .fourthIcon {
      transform: scale(1) translate(0%, 0%) !important;
    }
  
    .Home-future-section {
      padding-top: 40px
    }
  
    .Home-future-section .imageTitle {
      font-size: 1.1rem;
      bottom: 26px;
    }
  
  
    .Home-future-section h2 {
      margin-bottom: 24px;
    }
  
    .Home-future-section .rightzero {
      right: 0;
      left: auto;
    }
  
    .Home-future-section .firstIcon .imageTitle,
    .Home-future-section .thirdIcon .imageTitle {
      left: 15px;
      right: auto;
    }
  
    .Home-future-section .fourthIcon .imageTitle,
    .Home-future-section .second .imageTitle {
      right: auto;
      right: 24px;
    }
  
  
    .Home-future-section .topMargin {
      margin-top: -36px
    }
  
    .Home-future-section .futuregrid {
      flex-direction: column-reverse;
    }
  
    .Home-future-section .futuregrid .col-md-4 {
      margin-bottom: 35px;
    }
  
    .Home-future-section .btn-padding {
      padding: 8px 20px;
    }
  
    .d-mobile767 {
      display: block;
    }
  
    .d-desktop767 {
      display: none;
    }
  
    .imageTitles {
      font-size: 1.4rem;
      text-align: center
    }
  }
  
  @media (max-width:400px) {
  
    .Home-future-section .fourthIcon .imageTitle,
    .Home-future-section .second .imageTitle {
      right: auto;
      right: 18px;
    }
  
    .Home-future-section .firstIcon .imageTitle,
    .Home-future-section .thirdIcon .imageTitle {
      left: 14px;
      right: auto;
    }
  
    .Home-future-section .imageTitle {
      max-width: 100px;
      line-height: 21px;
      text-align: center;
    }
  
    .imageTitles {
      font-size: 1.1rem;
      text-align: center;
      margin: 2px 10px 2px 0px
    }
  }
/* End The Future is Now : Home ------------------ */




/* Start Complete set of solution : Home --------------- */
.home-Solution-section {
    padding-top: 110px;
  }
  .home-Solution-section .carousel{ overflow: hidden; }
  .home-Solution-section .carousel-item {
    transition: none!important;
      overflow: hidden;
      opacity:0 !important;
      display:none !important;
  }
  .home-Solution-section .carousel-fade .carousel-item.active, .home-Solution-section .carousel-fade .carousel-item-next.carousel-item-left, .home-Solution-section .carousel-fade .carousel-item-prev.carousel-item-right {
      opacity: 1 !important;
      z-index: 1;
      display:block!important;
      transition: none!important;
  }
  
  .home-Solution-section .carousel-item {
    padding: 5px;
  }
  
  #desktopContent {
    padding-bottom: 5px
  }
  
  .home-Solution-section h2 {
    margin-bottom: 60px;
  }
  
  .home-Solution-section .groupBox .card-title {
    margin: 30px 0 40px;
    max-width: 80%;
  }
  
  .home-Solution-section .carousel .groupBox p a {
    color: #CF1FF5
  }
  
  
  .home-Solution-section .groupBox {
    background: url("/o/liferay-sample-batch-tepl/images/solutionPurplesmall-new.webp") 0 0 no-repeat;
    width: 100%;
    min-height: 484px;
    padding: 16px;
    position: relative;
    background-size: 100% 100%;
  }
  
  .home-Solution-section .arrowIcons {
    background: url("/o/liferay-sample-batch-tepl/images/zoomarrow-default.svg") 0 0 no-repeat;
    width: 62px;
    height: 60px;
    position: absolute;
    right: -23px;
    bottom: -21px;
    z-index: 2;
  }
  
  .home-Solution-section .modal .arrowIcons {
    right: -14px;
    bottom: -11px;
  }
  
  
  .home-Solution-section .arrowIcons:hover {
    background: url("/o/liferay-sample-batch-tepl/images/newzoomarrow-hover.svg") 0 0 no-repeat;
  }
  
  .home-Solution-section .modal .arrowIcons {
    background: url("/o/liferay-sample-batch-tepl/images/expandarrow-new.svg") 0 0 no-repeat;
  }
  
  .home-Solution-section .modal .arrowIcons:hover {
    background: url("/o/liferay-sample-batch-tepl/images/expandarrow-newhover.svg") 0 0 no-repeat;
  }
  
  .home-Solution-section .arrowposition {
    right: -22px;
    top: -3px;
    bottom: auto;
  }
  
  
  .home-Solution-section .purpuleBox {
    background: url(/o/liferay-sample-batch-tepl/images/solutionMagentaSmall-new.webp) 0 0 no-repeat;
    min-height: 484px;
    background-size: 100% 100%;
  
  
  }
  
  
  .home-Solution-section .groupBox img {
    width: 100%;
    height: 100%;
  }
  
  .home-Solution-section .groupBox .card-title {
    margin: 30px 0 40px;
  }
  
  
  .home-Solution-section .modal-dialog {
    max-width: 100%;
  }
  
  .home-Solution-section .modal-dialog .groupBox::after {
    position: absolute;
    right: -7px;
    top: -5px;
    content: "";
    width: 120px;
    height: 110px;
    z-index: 1;
    transform: rotate(-89deg);
  }
  
  .home-Solution-section .modal-dialog .purpuleBox::after {
    right: -1px;
    top: -1px;
    width: 103px;
    height: 74px;
    transition: ro;
    transform: rotate(0deg);
  }
  
  .home-Solution-section .carousel-control-prev-icon {
    background: url("/o/liferay-sample-batch-tepl/images/banner-leftarrow-2.webp") 0 0 no-repeat;
    width: 51px;
    height: 50px;
  }
  
  .home-Solution-section .carousel-control-next-icon {
    background: url("/o/liferay-sample-batch-tepl/images/banner-rightarrow-2.webp") 0 0 no-repeat;
    width: 51px;
    height: 50px;
  }
  
  .home-Solution-section .modal .close {
    right: 23px;
    top: 58px;
    z-index: 2;
  }
  
  .modal-backdrop {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1040;
    width: auto;
    height: auto;
    background-color: transparent;
  }
  
  .home-Solution-section .modal {
    position: relative;
    top: 0px;
    padding-right: 9px !important;
    overflow: hidden !important;
    z-index: 2;
  }
  
  .home-Solution-section .modal .groupBox {
    min-height: 500px;
  }
  
  .modal-open {
    padding-right: 0 !important;
    overflow: inherit;
  }
  
  .modal-backdrop.show {
    opacity: 0.1;
  }
  
  .home-Solution-section .carousel-control-next,
  .home-Solution-section .carousel-control-prev {
    opacity: 1;
    width: auto;
  }
  
  .home-Solution-section .carousel-control-next,
  .home-Solution-section .carousel-control-prev {
    opacity: 1;
    width: 10%;
  }
  
  .home-Solution-section .groupBox .groupImgContainer {
    overflow: hidden;
    border-radius: 10px 10px 10px 10px;
    height: 315px;
  }
  .home-Solution-section .groupBox .designServicesImg{height:350px;}
  .home-Solution-section .zoomIn img {
    -webkit-transition: .8s ease-in-out;
    transition: .8s ease-in-out;
  }
  
  .home-Solution-section .zoomIn img:hover {
    transform: scale(1.2) translate(0%, 7%);
  }
  
  
  .home-Solution-section .carousel-item .groupBox {
    background: #0f0f0f url(/o/liferay-sample-batch-tepl/images/solutionpurplebig-new.webp) 0 0 no-repeat;
    width: 100%;
    border-radius: 0;
    background-size: 100% 100%;
    padding: 15px;
    min-height: 430px;
  }
  
  
  .home-Solution-section .carousel-item .purpuleBox {
    background: #0f0f0f url(/o/liferay-sample-batch-tepl/images/solutionmagentabig-new.webp) 0 0 no-repeat;
    width: 100%;
    border-radius: 0;
    background-size: 100% 100%;
    padding: 15px;
    min-height: 430px;
  }
  
  .home-Solution-section .imageContainer {
    height: 400px;
    overflow: hidden;
  }
  
  .home-Solution-section .modal-content {
    max-height: 100%;
  }
  
  .home-Solution-section .carousel-item .imageContainer {
    position: relative;
    z-index: 2;
  }
  .home-Solution-section .carousel-item .groupBox img{border-radius:20px 20px 20px 20px;}
  
  @media (max-width:1199px) {
    .home-Solution-section .card-title {
      line-height: 28px;
    }
  
    /* .home-Solution-section .arrowIcons {
      background-size: 70%;
    }
  
    .home-Solution-section .arrowIcons:hover {
      background-size: 70%;
    }  */
  
    .home-Solution-section .arrowposition {
      right: -30px;
      top: 1px;
      bottom: auto;
      background-size: 60% 60%;
    }
  
    .home-Solution-section .arrowposition:hover {
      background-size: 60% 60%;
    }
  
    .home-Solution-section .arrowIcons {
      right: -30px;
      bottom: -24px;
      background-size: 60% 60%;
    }
  
    .home-Solution-section .arrowIcons:hover {
      background-size: 60% 60%;
    }
  
    .home-Solution-section .groupBox .groupImgContainer {
      height: 245px;
    }
  
  .home-Solution-section .groupBox .designServicesImg{height:245px;}
  
    .home-Solution-section .groupBox,
    .home-Solution-section .purpuleBox {
      min-height: 414px;
    }
  
    .home-Solution-section .groupBox .card-title {
      margin: 30px 0 13px;
    }
  
    .home-Solution-section .modal .arrowIcons {
      bottom: -2px;
      right: -28px;
      background-size: inherit;
    }
  
    .home-Solution-section .carousel-item .purpuleBox,
    .home-Solution-section .carousel-item .groupBox {
      padding: 30px 15px;
    }
  
    .home-Solution-section .imageContainer {
      height: 300px;
      overflow: hidden;
    }
  
    .home-Solution-section .carousel-item .groupBox,
    .home-Solution-section .carousel-item .purpuleBox {
      min-height: 348px;
    }
  }
  
  
  
  @media (max-width:1024px) {
    .home-Solution-section .modal .close {
      right: 10px;
      top: 54px;
      bottom: auto;
    }
  
    .mobileMargin {
      margin-bottom: 30px;
    }
  
    .modal .groupBox,
    .modal .purpuleBox {
      min-height: 450px;
    }
  
  
    .home-Solution-section .modal .arrowIcons {
      right: -14px;
      bottom: 0px;
      height: 60px;
      width: 60px;
    }
  
    .home-Solution-section .arrowposition {
      right: -25px;
      top: 0px;
      bottom: auto;
    }
  
    .home-Solution-section .groupBox .groupImgContainer {
      height: 255px;
    }
    .home-Solution-section .groupBox .designServicesImg{height:245px;}
    .home-Solution-section .arrowIcons {
      right: -34px;
      bottom: -26px;
    }
  
    .home-Solution-section .carousel .groupBox img {
      height: auto;
    }
  
    .home-Solution-section .carousel-item .imageContainer {
      height: 293px;
      overflow: hidden;
    }
  
    .home-Solution-section .carousel-item .purpuleBox,
    .home-Solution-section .carousel-item .groupBox {
      padding: 30px 30px;
    }
  
  }
  
  @media (max-width:989px) {
  
    .home-Solution-section .groupBox,
    .home-Solution-section .purpuleBox {
      min-height: 410px;
      background-size: 100% 100%;
      -moz-background-size: 100% 100%;
      -webkit-background-size: 100% 100%;
    }
  
    .webkitCard {
      -webkit-background-size: 100% 99.8% !important;
    }
  
    .webkitCard2 {
      -webkit-background-size: 100% 99.9% !important;
    }
  
    .webkitCard3 {
      -webkit-background-size: 100% 99.9% !important;
    }
  
    .webkitCard4 {
      -webkit-background-size: 100% 99.8% !important;
    }
  
    .home-Creating-Section .headingText {
      text-align: right;
      margin-bottom: 0;
      position: relative;
      top: 0;
      z-index: 20;
    }
  
    .home-Solution-section .arrowposition {
      right: -7px;
      top: -5px;
      bottom: auto;
    }
  
    .home-Solution-section .arrowIcons {
      right: -22px;
      bottom: -23px;
    }
  
    .home-Solution-section .groupBox {
      /* border: 1px solid #4922F4;
      background: #0f0f0f; */
      border: none;
      border-radius: 0;
      /* border-radius: 16px 16px 63px 16px; */
      /* background: #0f0f0f url(/o/liferay-sample-batch-tepl/images/solutionPurplesmall-new.webp.webp) 0px 0 no-repeat; */
      max-width: 100%;
      max-height: 100%;
      background-size: 100% 100%;
  
    }
  
    .home-Solution-section .purpuleBox {
      border: none;
      background: #0f0f0f;
      /* border-radius: 16px 45px 16px 16px; */
      background: #0f0f0f url(/o/liferay-sample-batch-tepl/images/solutionMagentaSmall-new.webp) 0px 0 no-repeat;
      max-width: 100%;
      max-height: 100%;
      background-size: 100% 100%;
      -webkit-background-size: 100% 100%;
      -moz-background-size: 100% 100%;
      -o-background-size: 100% 100%;
    }
  
    /* .home-Solution-section .groupBox::after {
      background: #0f0f0f url(/o/liferay-sample-batch-tepl/images/-presscorner-2) 0px 0 no-repeat;
      position: absolute;
      right: 0px;
      bottom: -1px;
      content: "";
      width: 60px;
      height: 60px;
      z-index: 1;
      background-size: 100% 100%;
      transform: rotate(1deg);
    }
  
    .home-Solution-section .purpuleBox::after {
      background: #0f0f0f url(/o/liferay-sample-batch-tepl/images/purple_corner_right-2) 0 0 no-repeat;
      right: -1px;
      top: 0px;
      width: 50px;
      height: 50px;
      transform: rotate(2deg);
      background-size: 100% 100%;
    } */
  
    .home-Solution-section .carousel-item .groupBox {
      background: url(/o/liferay-sample-batch-tepl/images/solutionPurplesmall-newdevices.webp) 0 0 no-repeat;
      /* border: 1px solid #4922F4; */
      width: 100%;
      background-size: 100% 100%;
    }
  
    .home-Solution-section .carousel-item .purpuleBox {
      background: url(/o/liferay-sample-batch-tepl/images/solutionMagentaSmall-new.webp) 0 0 no-repeat;
      background-size: 100% 100%;
    }
  
    /* .home-Solution-section .carousel-item .groupBox::after {
      background: #0f0f0f url(/o/liferay-sample-batch-tepl/images/-presscorner-2) -5px 0 no-repeat;
      position: absolute;
      right: -2px;
      bottom: 0px;
      content: "";
      width: 110px;
      height: 110px;
      z-index: 1;
    }
  
    .home-Solution-section .carousel-item .purpuleBox::after {
      background: #0f0f0f url(/o/liferay-sample-batch-tepl/images/purple_corner_right-2) 0 0 no-repeat;
      right: -1px;
      top: -1px;
      width: 100px;
      height: 70px;
      transform: rotate(0deg);
    } */
  
    /* .home-Solution-section .carousel-item .groupBox {
        background: #0f0f0f url(/o/liferay-sample-batch-tepl/images/solutionpurplesmallmobile) 0 0 no-repeat;
        width: 100%;
        border-radius: 0;
        background-size: 100% 100%;
        padding: 15px;
      }
    
      .home-Solution-section .carousel-item .purpuleBox {
        background: #0f0f0f url(/o/liferay-sample-batch-tepl/images/solutionmagentasmall) 0 0 no-repeat;
        width: 100%;
        border-radius: 0;
        background-size: 100% 100%;
        padding: 15px;
      } */
  
    /* .home-Solution-section .carousel-item .purpuleBox,
      .home-Solution-section .carousel-item .groupBox {
        padding: 130px 20px 40px;
      } */
  
    .modal .groupBox .align-items-center,
    .modal .purpuleBox .align-items-center {
      flex-direction: column-reverse;
    }
  
    .home-Solution-section .modal .col-sm-7,
    .home-Solution-section .modal .col-sm-4 {
      max-width: 100%;
      flex: 100%;
      margin-left: 0;
    }
  
    .home-Solution-section .modal .arrowIcons {
      right: -34px;
      bottom: -20px;
      height: 70px;
      width: 80px;
    }
  
    #desktopContent .row {
      justify-content: center;
    }
  
    .home-Solution-section .carousel-item .imageContainer {
      height: 700px;
      overflow-y: hidden;
      margin-top: 20px;
    }
  
    .home-Solution-section .modal-content {
      max-height: 100%;
    }
  
    .home-Solution-section .carousel .groupBox img {
      height: auto;
      width: 80%;
      margin: 0 auto;
      display: flex;
    }
  
    .home-Solution-section .secondaryBtn {
      margin-bottom: 20px
    }
  
    .controlsSlider {
      padding-top: 15px;
    }
  
  }
  
  
  @media (max-width:767px) {
    .home-Solution-section .carousel-item .imageContainer {
      height: 580px;
      overflow-y: hidden;
    }
  
    .mobileMargin {
      margin-bottom: 10px;
    }
  
    .home-Solution-section {
      padding-top: 24px;
      overflow: hidden;
    }
  
    .home-Solution-section .groupBox .card-title {
      font-size: 1.2rem;
      line-height: 2rem;
      margin: 20px 0 10px;
      position: relative;
      max-height: 70px;
      overflow: hidden;
      z-index: 2;
      max-width: 80%;
    }
  
    .home-Solution-section .groupBox img {
      position: relative;
      z-index: 2;
    }
  
    .home-Solution-section .groupBox {
      margin-bottom: 30px;
      min-height: inherit;
    }
  
  
    .home-Solution-section .arrowposition {
      right: -30px;
      top: -9px;
      bottom: auto;
    }
  
    .home-Solution-section .carousel .groupBox .row {
      flex-direction: column-reverse;
    }
  
    .home-Solution-section .carousel .groupBox .row .col-sm-4 {
      margin-top: 3%;
      z-index: 3;
      position: relative;
    }
  
    .home-Solution-section .carousel .groupBox .row .col-sm-4 .buttons {
      margin-bottom: 25px;
    }
  
    .home-Solution-section .carousel .groupBox .row .col-sm-4 h3 {
      width: 80%;
    }
  
    .home-Solution-section h2 {
      margin-bottom: 20px;
    }
  
    .home-Solution-section .modal {
      padding-right: 0px !important;
    }
  
    .home-Solution-section .modal .close {
      right: 6px;
      top: 9px;
      z-index: 2;
    }
  
    .home-Solution-section .carousel-control-next-icon,
    .home-Solution-section .carousel-control-prev-icon {
      width: 50px;
      height: 60px;
      background-size: 70%;
    }
  
    .home-Solution-section .groupBox .groupImgContainer {
      height: 240px;
    }
    .home-Solution-section .groupBox .designServicesImg{height:240px;}
    .home-Solution-section .carousel .groupBox img {
      height: auto;
      width: auto;
      display: block;
    }
  
    .home-Solution-section .carousel-control-prev,
    .home-Solution-section .carousel-control-next {
      top: 0px
    }
  
    .home-Solution-section .arrowIcons {
      right: -26px;
      bottom: -25px;
      /* background-size: 60%; */
    }
  
    .home-Solution-section .arrowIcons:hover {
      /* background-size: 60%; */
    }
  
    .home-Solution-section .carousel-item .groupBox {
      background: url(/o/liferay-sample-batch-tepl/images/solutionPurplesmall-newdevices.webp) 0 0 no-repeat;
      /* border: 1px solid #4922F4; */
      width: 100%;
      background-size: 100% 100%;
    }
  
    .home-Solution-section .carousel-item .purpuleBox {
      background: url(/o/liferay-sample-batch-tepl/images/solutionMagentaSmall-new.webp) 0 0 no-repeat;
      background-size: 100% 100%;
      /* border: 1px solid #CF1FF5; */
    }
  
  
    .home-Solution-section .modal .arrowIcons {
      right: -33px;
      top: 2px;
      background-size: inherit;
    }
  
    .home-Solution-section .modal-body {
      overflow: inherit;
    }
  
    .home-Solution-section .carousel-control-prev {
      left: 8px;
    }
  
    .home-Solution-section .h3-Light {
      font-size: 2.2rem;
      line-height: 30px;
    }
  
    .home-Solution-section .modal h3 {
      max-width: 85%;
    }
  
  }
  
  @media (max-width:764px) {
    .home-Solution-section .modal .arrowIcons {
      right: -38px;
      top: 15px;
      background-size: inherit;
    }
  
    .home-Solution-section .carousel-item .imageContainer {
      height: 610px;
      overflow-y: hidden;
      margin-top: 20px;
    }
  }
  
  @media (max-width:570px) {
    .home-Solution-section .modal .arrowIcons {
      right: -13px;
      top: 5px;
      background-size: inherit;
    }
  
    .home-Solution-section .carousel-item .imageContainer {
      height: 570px;
      overflow-y: hidden;
      margin-top: 20px;
    }
  
    .home-Solution-section .arrowIcons {
      right: -34px;
      bottom: -33px;
    }
  
    .home-Solution-section .groupBox .card-title {
      margin: 20px 0 20px;
    }
  
    .home-Solution-section .carousel .groupBox img {
      max-width: 90%;
      margin: 0 auto;
      display: flex;
    }
    .home-Solution-section .groupBox .groupImgContainer {
      height: auto;
    }
    .home-Solution-section .groupBox .designServicesImg{height:auto;}  
  }
  
  @media (max-width:414px) {
    .home-Solution-section .arrowIcons {
      right: -44px;
      bottom: -41px;
      background-size: 40% 40%;
    }
  
    .home-Solution-section .arrowIcons:hover {
      background-size: 40% 40%;
    }
  
    .home-Solution-section .arrowposition {
      right: -40px;
      top: -6px;
      bottom: auto;
    }
  
    .home-Solution-section .carousel-item .imageContainer {
      height: 530px;
      overflow-y: hidden;
      margin-top: 20px;
    }
  
    .home-Solution-section .modal-content {
      max-height: 100%;
    }
  
    .home-Solution-section .groupBox {
      margin-bottom: 30px;
      min-height: 320px;
    }
  
    .home-Solution-section .groupBox .card-title {
      max-width: 100%;
    }
  
    body .home-Solution-section .groupBox {
      min-height: 230px;
    }
  }
  
  
  @media (max-width:400px) {
    .home-Solution-section .modal .arrowIcons {
      right: -36px;
      top: 10px;
      background-size: 40%;
    }
  
    .home-Solution-section .modal .arrowIcons:hover {
      background-size: 40%;
    }
  
    .home-Solution-section .carousel-item .imageContainer {
      height: 550px;
      overflow-y: hidden;
      margin-top: 10px;
      position: relative;
      z-index: 2;
    }
  
    .home-Solution-section .modal-content {
      max-height: 100%;
    }
  
    .home-Solution-section .arrowposition {
      top: -6px;
    }
  
    .home-Solution-section .groupBox .card-title {
      max-width: 100%;
    }
  
    body .home-Solution-section .groupBox {
      min-height: 230px;
    }
  
    body .home-Solution-section .imgHeightboxes .groupBox {
      min-height: 214px;
    }
  
    body .home-Solution-section .imgHeightboxes .purpuleBox .groupImgContainer {
      margin-top: 17px;
    }
  
    .home-Solution-section .groupBox .card-title {
      margin: 10px 0 20px;
    }
  
    .home-Solution-section .carousel .groupBox img {
      max-width: 100%;
      margin: 0 auto;
      display: block;
    }
  }
  
  @media (max-width:344px) {
    .home-Solution-section .groupBox .card-title {
      margin: 5px 0 0px;
    }
  }
  
  .home-Solution-section .modal-body {
    padding-top: 5px;
    border-top: 0.0625rem solid #0f0f0f;
  }
  
  
  .home-Solution-section .carousel {
    overflow: hidden;
  }
  
  
  .card-title {
    color: #fff;
    font-size: 1.8rem;
    font-family: 'poppinsregular', Arial, sans-serif;
    font-weight: 400;
    line-height: 32px;
  }
  
  .controlsSlider .carousel-control-prev,
  .controlsSlider .carousel-control-next {
    position: relative;
  }
  
  .controlsSlider {
    display: flex;
    justify-content: center;
  }
  
  .home-Solution-section .controlsSlider .carousel-control-next,
  .home-Solution-section .controlsSlider .carousel-control-prev {
    width: auto;
  }
  
  @media only screen and (min-width: 390px) and (max-width: 395px){
       .home-Solution-section .carousel-item .groupBox {
          min-height: 350px !important;
              background-size: 100% 99.9% !important;
      }
  }

  .h3-Light p {
    color: #fff;
    font-size: 3.2rem;
    font-family: 'poppinslight', Arial, sans-serif;
    font-weight: 300;
    line-height: 40px;
}

.h3-Light p br {display: none;}

.completeSos p {margin-bottom: var(--spacer-5, 3rem);}

@media (max-width: 767px) {
  .home-Solution-section .h3-Light p {
      font-size: 2.2rem;
      line-height: 30px;
  }
}

/* End Complete set of solution : Home --------------- */




/* Start Co Creating : Home ------------------------- */
.home-Creating-Section {
    padding-top: 50px;
  }
  
  .home-Creating-Section .imgConatainer {
    position: relative;
    border-radius: 16px 16px 16px 16px;
  }
  
  .home-Creating-Section .headingText {
    text-align: right;
    margin-bottom: 0;
    position: relative;
    top: 70px;
    z-index: 20;
  }
  
  .home-Creating-Section .infoBox {
    margin-top: 60px;
    padding: 30px;
  }
  
  
  .home-Creating-Section .swiper-wrapper {
    margin-bottom: 25px;
  }
  
  .home-Creating-Section .imgConatainer {
    position: relative;
  }
  
  .home-Creating-Section .imgConatainer img {
    height: 100%;
  }
  
  .home-Creating-Section .bannerContent {
    position: absolute;
    top: 46px;
    left: 70px;
    width: 100%;
  }
  
  
  .home-Creating-Section .roundedBtn svg {
    position: relative;
    right: 5px;
  }
  
  .home-Creating-Section .bannerTextContainer {
    display: flex;
    justify-content: end;
    margin-right: 95px;
  }
  
  .home-Creating-Section .infoBox {
    background: url('/o/liferay-sample-batch-tepl/images/co-creatingcurve.png') 0 0 no-repeat;
    background-size: 100% 100%;
    color: #fff;
    padding: 85px 20px 40px 40px;
    text-align: left;
    width: 424px;
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
    max-height: 455px;
  }
  
  .home-Creating-Section .buttons {
    margin-top: 34px;
  }
  
  .home-Creating-Section ul {
    list-style: none;
    padding: 0;
  }
  
  .dashicons-controls-play {
    background: url('/o/liferay-sample-batch-tepl/images/playbtn.svg') 0px 0px no-repeat;
    height: 24px;
    width: 24px;
    display: inline-block;
    border-radius: 50% 50% 50% 50%;
  }
  
  .dashicons-controls-play:hover {
    background: url('/o/liferay-sample-batch-tepl/images/playbtn-hover.svg') 0px 0px no-repeat;
  }
  
  .dashicons-controls-pause {
    background: url('/o/liferay-sample-batch-tepl/images/pause-btn.svg') 0px 0px no-repeat;
    height: 24px;
    width: 24px;
    display: inline-block;
  }
  
  .dashicons-controls-pause:hover {
    background: url('/o/liferay-sample-batch-tepl/images/pause-btn-hover.svg') 0px 0px no-repeat;
  }
  
  .home-Creating-Section .bannerControls {
    position: relative;
    z-index: 11;
    left: 0;
    bottom: 0;
    line-height: initial;
    padding-bottom: 5px;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  
  @media (max-width:1024px) {
    .home-Creating-Section .headingText {
      font-size: 4rem;
    }
  }
  
  @media (max-width:990px) {
    .home-Creating-Section .headingText {
      top: 0;
    }
  
  }
  
  @media (max-width:767px) {
    .swiper-pagination {
      width: auto !important;
    }
  
    .home-Creating-Section .infoBox {
      width: 300px;
      padding: 70px 20px 30px;
  
    }
  
    .home-Creating-Section .headingText {
      top: 0;
      margin-bottom: 30px;
    }
  
    .home-Creating-Section .infoBox p {
      font-size: 12px;
    }
  
    .home-Creating-Section .bannerTextContainer {
      margin-right: 0;
      justify-content: right;
      margin-top: 10%;
      /* align-items: center; */
      /* height: 80%; */
      margin-right: 10%;
    }
  
    .home-Creating-Section .headingText br {
      display: none;
    }
  
  
    .home-Creating-Section .bannerContent {
      height: 100%;
      position: relative;
      left: 0;
      top: 7%;
      text-align: center;
    }
  
    .home-Creating-Section {
      padding-top: 30px;
    }
  }
/* End Co Creating : Home ------------------------- */





/* Start Our People: Section : Home  --------------- */
.TEPL-Our-People {
  background: #0f0f0f;
  padding-top: 96px;
}

.TEPL-Our-People .box-border:hover {
  outline: 2px solid #cf1ff5;
}

.TEPL-Our-People #Our {
  color: #fff;
  font-family: ;
  font-size: 60px;
  font-style: normal;
  font-weight: 275;
  line-height: 74px;
}

.TEPL-Our-People #People {
  font-size: 60px;
  background: linear-gradient(270deg, #a491fa 4.5%, #cf1ff5 97%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.TEPL-Our-People .ourPeopleContainer {
  max-width: 1440px;
  display: flex;
  gap: 35px 35px;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0px;
}

.TEPL-Our-People .card-item {
  width: 100%;
  max-width: 260px;
  height: 260px;
  margin-bottom: 30px;
}

.TEPL-Our-People .border-radius {
  border-radius: 16px;
}

.TEPL-Our-People .box-border {
  display: flex;
  height: 260px;
  padding: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  border: 1px solid #cf1ff5;
}

.TEPL-Our-People .joinUS {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 20px;
  padding-left: 20px;
}

.TEPL-Our-People .joinUS .btn-secondary {
  padding: 10px 20px;
}

.TEPL-Our-People .joinUS .btn-secondary:hover {
  background: #cf1ff5;
  color: white;
}

.TEPL-Our-People .joinUS .buttons:hover .btn-secondary {
  background: #cf1ff5 !important;
}

.TEPL-Our-People .joinUS .buttons:hover .btn-secondary,
.TEPL-Our-People .joinUS .buttons:hover svg path {
  stroke: white;
  color: white;
}

.TEPL-Our-People .joinUS .buttons .btn-secondary:after {
  background: unset;
}

.TEPL-Our-People .learnWhile {
  padding: 90px 36px;
}

.TEPL-Our-People .shape-text-normal, .TEPL-Our-People .shape-text-normal p {
  font-family: "poppinslight", Arial, Sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 40px;
  color: #fff;
  width: 100%;
  text-align: center;
}

.TEPL-Our-People .shape-text-gradient, .TEPL-Our-People .shape-text-normal strong {
  background: linear-gradient(270deg, #a491fa 4.5%, #cf1ff5 97%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "poppinsregular", Arial, Sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
   text-align: center;
}

.TEPL-Our-People .learn-while {
  background-image: url("/documents/d/liferay-sample-batch-tepl/3-7");
  background-size: initial;
  background-repeat: no-repeat;
  border: 0px;
}

.TEPL-Our-People .learn-while {
  background-image: url("/documents/d/liferay-sample-batch-tepl/2-2-2-3");
  background-size: initial;
  background-repeat: no-repeat;
  border: 0px;
  padding: 90px 36px;
}

.TEPL-Our-People .women-ratio {
  padding: 24px;
}

.TEPL-Our-People .ratio {
  font-family: "poppinssemibold", Arial, Sans-serif;
  font-size: 96px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background: var(--Horizontal-Gradient,
        linear-gradient(270deg, #a491fa 4.5%, #cf1ff5 97%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.TEPL-Our-People .women {
  color: #fff;
  font-family: "poppinsregular", Arial, Sans-serif;
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 6px;
  text-align: center;
}

.TEPL-Our-People .employees {
  color: #fff;
  font-family: "poppinsregular", Arial, Sans-serif;
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.TEPL-Our-People .Join-Us {
  background-image: url("/documents/d/liferay-sample-batch-tepl/2-4-3");
  background-size: initial;
  background-repeat: no-repeat;
  border: 0px;
  padding: 30px;
}

.TEPL-Our-People .joinUsTitile {
  font-family: "poppinssemibold", Arial, Sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background: var(--Horizontal-Gradient,
        linear-gradient(270deg, #a491fa 4.5%, #cf1ff5 97%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 768px) {
  .TEPL-Our-People {
     padding-top: 40px;
  }
  .TEPL-Our-People .card-item:nth-child(1),
  .TEPL-Our-People .card-item:nth-child(2),
  .TEPL-Our-People .card-item:nth-child(5),
  .TEPL-Our-People .card-item:nth-child(11),
  .TEPL-Our-People .card-item:nth-child(15) {
     display: none;
  }
  /*
   .TEPL-Our-People .card-item:nth-child(8),
  .TEPL-Our-People .card-item:nth-child(12)
  */
  .TEPL-Our-People .ourPeopleContainer {
     justify-content: space-evenly;
     gap: 35px 0px;
  }
}

@media screen and (min-width: 768px) {
  .TEPL-Our-People {
     position: relative;
  }

  .TEPL-Our-People .OurPeopleTitle {
     /*position: absolute;
    left: 70px;*/
  }
}

@media only screen and (min-width: 768px) and (max-width: 1440px) {
  .TEPL-Our-People .ourPeopleContainer {
     gap: 10px;
     justify-content: space-evenly;
  }

  .TEPL-Our-People .card-item {
     margin-bottom: 15px;
  }
}

.TEPL-Our-People .btn-white {
  background: #fff;
  color: #000;
  border-radius: 32px;
}

.TEPL-Our-People .image-container {
  position: relative;
  aspect-ratio: 1/1;
  /* Aspect ratio of the slideshow */
  overflow: hidden;
  /* animation: slideAnimation 25s ease infinite; */
}

.TEPL-Our-People .image-container img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* opacity: 0;
 transition: opacity 1s ease-in-out; */
  object-fit: cover;
  /* Ensures the image covers the container without distortion */
}

.TEPL-Our-People .slide {
  position: absolute;
  width: 260px;
  height: 100%;
  opacity: 0;
  animation: slideAnimation 35s infinite;
}

@keyframes slideAnimation {

  0% {
     opacity: 0;
  }
  
  15% {
     opacity: 1;
  }

  30% {
     opacity: 0;
  }
}

.TEPL-Our-People .image-container .slide:nth-child(1) {
  animation-delay: 0s;
}

.TEPL-Our-People .image-container .slide:nth-child(2) {
  animation-delay: 5s;
}

.TEPL-Our-People .image-container .slide:nth-child(3) {
  animation-delay: 10s;
}

.TEPL-Our-People .image-container .slide:nth-child(4) {
  animation-delay: 15s;
}

.TEPL-Our-People .image-container .slide:nth-child(5) {
  animation-delay: 20s;
}

.TEPL-Our-People .image-container .slide:nth-child(6) {
  animation-delay: 25s;
}

.TEPL-Our-People .image-container .slide:nth-child(7) {
  animation-delay: 30s;
}


.bigGradientText {
  background: linear-gradient(270deg, #A491FA 4.5%, #CF1FF5 97%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 6rem;
  line-height: 90px;
  font-family: 'poppinssemibold', Arial, sans-serif;
}

@media screen and (min-width: 375px) and (max-width: 768px) {
  body .card-item {
     width: 175px !important;
     height: 175px !important;
  }

  body .TEPL-Our-People .shape-text-normal,
  body .TEPL-Our-People .shape-text-gradient {
     font-size: 1.8rem;
  }
  .TEPL-Our-People .shape-text-normal strong,
  .TEPL-Our-People .shape-text-normal p {
    font-size: 1.8rem;
  }

  body .TEPL-Our-People .box-border {
     padding-top: 48px;
     padding-bottom: 48px;
     padding-left: 23px;
     padding-right: 23px;
  }

  body .TEPL-Our-People .box-border.joinUS {
     padding: 0;
  }

  .TEPL-Our-People .women-ratio {
     font-family: "poppinsregular", Arial, Sans-serif;
     font-size: 32px;
     font-style: normal;
     font-weight: 400;
     line-height: normal;
     padding: 0;
  }

  .TEPL-Our-People .ratio {
     font-family: "poppinsregular", Arial, Sans-serif;
     font-size: 64px;
     font-style: normal;
     font-weight: 600;
     line-height: normal;
  }

  .TEPL-Our-People .women,
  .TEPL-Our-People .employees {
     font-family: "poppinsregular", Arial, Sans-serif;
     font-size: 2.4rem;
     font-style: normal;
     font-weight: 400;
     line-height: normal;
  }

  .TEPL-Our-People .joinUsTitile {
     font-family: "poppinsregular", Arial, Sans-serif;
     padding-top: 11px;
     padding-bottom: 9px;
     padding-left: 0px;
     padding-right: 0px;
     font-size: 36px;
     font-style: normal;
     font-weight: 600;
     line-height: normal;
  }

  .TEPL-Our-People .OurPeopleTitle {
     font-size: 4rem;
    /* margin-left: 5%; */
  }

  .TEPL-Our-People .women,
  .TEPL-Our-People .employees {
     font-size: 1.8rem
  }

  .TEPL-Our-People .shape-text-normal {
     text-align: center
  }
}
  @media only screen and (min-width:320px) and (max-width:375px) {

     body .TEPL-Our-People .card-item {
        width: 100%;
        max-width: 150px;
        height: 150px;
     }

     body .TEPL-Our-People .shape-text-normal,
     .TEPL-Our-People .shape-text-gradient {
        font-size: 22px;
     }
     .TEPL-Our-People .shape-text-normal p {
      font-size: 22px;
     }

     body .TEPL-Our-People .box-border {
        padding: 20px;
     }

     body .TEPL-Our-People .ourPeopleContainer {
        gap: 0px 0px;
     }
  }

  @media only screen and (min-width: 320px) and (max-width: 500px) {
     body .TEPL-Our-People .card-item {
        width: 100%;
        max-width: 150px;
        height: 150px !important;
     }

     .TEPL-Our-People .slide {
        width: 150px;
     }
  }

  .card-item.box-border.learnWhile .shape-text-normal {
     text-align: center;
  }

  .TEPL-Our-People .font96 {
     font-size: 9.6rem;
       line-height: 100px;
        padding-top: 7px
  }

  @media (max-width:768px) {
.TEPL-Our-People .explorebtn i {
        padding: 2px 4px;
        line-height: 30px;
     }
     body .TEPL-Our-People .ourPeopleContainer {
        gap: 0px 0px;
     }
  }

  @media (max-width:991px) {
     .TEPL-Our-People .bigGradientText {
        font-size: 2.4rem;
        line-height: 4rem
     }

.TEPL-Our-People .explorebtn i {
        padding: 2px 8px;
        line-height: 30px;
         font-size:1.4rem;
     }

.TEPL-Our-People .explorebtn .roundArrowbtn {
        width: 35px;
        height: 35px;
     }

.TEPL-Our-People .explorebtn svg {
        height: 12px;
        width: 12px;
     }

     .TEPL-Our-People .font96 {
        font-size: 4rem;
     }

     .TEPL-Our-People .women,
     .TEPL-Our-People .employees {
        font-size: 1.8rem;
     }
  }

@media screen and (min-width: 769px) {
   .TEPL-Our-People .OurPeopleTitle {
       position: absolute;
       z-index: 5;
   }
}
/* End Our People: Section : Home  --------------- */
