@media screen and (min-width:768px) and (max-width:991px) {
    .strip-header .banner-section {
      padding-top: 200px;
    }
  }

  .ced-header {
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
  }

  .minicart-active .ced-header {
    position: absolute;
    z-index: 999;
  }
.page-id-15652 .img-sec video{
  box-shadow: 0px 0px 1px var(--ced-grey-60);
}
  /* Banner start  */
  .banner-section {
    z-index: 1;
    overflow: hidden;
  }

  .banner-section .banner-video {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }

  .arrow-wrapper {
    width: 1550px;
    margin: auto;
    position: absolute !important;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -2;
  }

  .banner-section::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: var(--ced-heading-color);
    z-index: -1;
  }

  .left-arrow,
  .right-arrow {
    position: absolute;
    top: 0;
    width: 825px;
    height: 800px;
    z-index: -1;
    transition: all .5s;
    opacity: 0;
  }

  .left-arrow {
    left: -100%;
  }

  .left-arrow img,
  .right-arrow img {
    width: 100%;
    height: 100%;
  }

  .right-arrow {
    right: -100%;
  }

  .banner-section h1,
  .banner-section p {
    color: var(--ced-grey-60);
  }


  .banner-section .img-sec video {
    width: 100%;
    height: 100%;
  }



  /* Banner Responsisve start  */

  @media screen and (min-width: 1400px) {
    .banner-section h1 {
      font-size: 65px;
      line-height: 80px;
    }

    .banner-video .tech-video {
      height: 1050px;
    }
  }

  @media screen and (min-width: 1200px) and (max-width: 1399px) {
    .banner-section h1 {
      font-size: 54px;
      line-height: 68px;
    }

    .banner-video .tech-video {
      height: 900px;
    }

  }

  @media screen and (min-width: 1200px) {
    .banner-section p {
      font-size: 18px;
      line-height: 34px;
      max-width: 75%;
    }

    .banner-section .img-sec {
      max-width: 1000px;
    }
  }

  @media screen and (min-width: 576px) and (max-width: 1199px) {
    .banner-section p {
      line-height: 30px;
    }
  }

  @media screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-section h1 {
      font-size: 45px;
      line-height: 60px;
    }

    .banner-video .tech-video {
      height: 760px;
    }
  }

  @media screen and (min-width: 992px) {
    .banner-video .tech-video {
      width: 100%;
    }

    .banner-section .banner-video {
      top: 0;
      width: 100%
    }

    .banner-content {
      max-width: 80%;
    }

    .banner-section::before {
      height: calc(100% - 800px);
    }

    .banner-section {
      background-position-y: 120px;
    }

    .banner-section {
      padding: 190px 0px 100px;
    }

    .banner-section .img-sec video {
      margin-top: 90px;
    }

    .banner-section .img-sec video {
      border-radius: 22px;
    }
  }

  @media screen and (max-width:991px) {
    .banner-section {
      background-position-y: 70px;
    }

  }

  @media screen and (min-width: 768px) and (max-width: 991px) {
    .banner-section h1 {
      font-size: 40px;
      line-height: 55px;
    }

    .banner-section .banner-video {
      top: 70px;
    }

    .banner-section {
      padding: 170px 0px 80px;
    }

    .banner-section .img-sec video {
      margin-top: 70px;
    }

    .banner-section .img-sec video {
      border-radius: 18px;
    }

    .banner-section::before {
      height: calc(120% - 930px);
    }

    .banner-video .tech-video {
      height: 570px;
      width: 920px;
    }
  }

  @media screen and (min-width: 576px) and (max-width: 767px) {
    .banner-section h1 {
      font-size: 32px;
      line-height: 42px;
    }

    .banner-video .tech-video {
      height: 470px;
      width: 690px;
    }
  }

  @media screen and (min-width: 768px) {
    .banner-section h1 span {
      padding: 0px 15px;
    }
  }


  @media screen and (max-width: 767px) {
    .banner-section h1 span {
      padding: 0px 10px;
    }

    .banner-section .banner-video {
      top: 40px;
    }

    .banner-section {
      padding: 130px 0px 60px;
    }

    .banner-section .img-sec video {
      margin-top: 50px;
    }

    .banner-section .img-sec video {
      border-radius: 15px;
    }


  }

  @media screen and (max-width: 575px) {
    .banner-section {
      background-size: 650px;
    }

    .banner-section h1 {
      font-size: 28px;
      line-height: 36px;
    }

    .banner-section p {
      line-height: 26px;
      font-size: 15px;
    }

    .banner-video .tech-video {
      height: 470px;
      width: 640px;
    }
  }
/* </style>
<!-- Banner css end  -->
<!-- Technology css start -->
<style> */
  .technology-section.dark-bg {
    background-color: var(--ced-heading-color);
  }


  #technology-slider .technology-card {
    position: relative;
  }

  .technology-section.dark-bg .technology-card {
    background-image: linear-gradient(126deg,
        rgba(255, 255, 255, 0.15) 2.09%,
        rgba(255, 255, 255, 0.05) 97.24%);
    background-color: var(--ced-black-color);
  }

  .technology-section.light-bg .technology-card {
    background-color: var(--ced-bg-gray);
    position: relative;
  }

  .technology-section .technology-card::before {
    position: absolute;
    height: 100px;
    background-image: conic-gradient(from 7deg at 25.05% 71.78%,
        rgba(106, 215, 150, 0.4) 0deg,
        rgba(65, 59, 188, 0.3) 360deg);
    filter: blur(25px);
    -webkit-filter: blur(35px);
    transition: all 0.5s;
    opacity: 0;
    content: "";
    z-index: -1;
    border-radius: 50px;
  }

  .technology-section.light-bg .technology-card::before {
    bottom: -15px;
    width: 70%;
  }

  .technology-section .technology-card:hover::before {
    opacity: 1;
  }

  .technology-section .owl-carousel .owl-stage-outer {
    padding-bottom: 100px;
  }

  .font-weight-sb {
    font-family: var(--ced-montserrat-sb);
  }

  .technology-section.dark-bg .technology-card .para {
    color: var(--ced-white-color);
    opacity: .8;
  }

  .grey-60-color {
    color: var(--ced-grey-60);
  }

  .technology-card img {
    max-width: 60px;
  }

  .technology-section .owl-nav {
    width: 100%;
    display: flex;
  }

  .technology-section .owl-nav button span {
    display: none;
  }

  .technology-section .owl-nav .owl-next,
  .technology-section .owl-nav .owl-prev {
    transition: 0.3s all;
    background-repeat: no-repeat !important;
    text-indent: -10000px !important;
    background-position: center !important;
    border-radius: 50% !important;
  }

  .technology-section.dark-bg .owl-nav .owl-next,
  .technology-section.dark-bg .owl-nav .owl-prev {
    filter: invert(1);
  }

  .technology-section.dark-bg .owl-nav .owl-next,
  .technology-section.dark-bg .owl-nav .owl-prev {
    background-color: rgba(0, 0, 0, .2) !important;
    border: 2px solid rgba(0, 0, 0, .4) !important;
  }

  .technology-section.light-bg .owl-nav .owl-next,
  .technology-section.light-bg .owl-nav .owl-prev {
    background-color: var(--ced-white-color) !important;
    border: 2px solid var(--ced-grey-30) !important;
  }

  .technology-section.dark-bg .owl-nav .owl-prev:hover,
  .technology-section.dark-bg .owl-nav .owl-next:hover {
    background-color: rgba(0, 0, 0, .1) !important;
  }

  .technology-section .owl-nav .owl-prev::before,
  .technology-section .owl-nav .owl-next::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.3s;
  }

  .technology-section.dark-bg .owl-nav .owl-prev::before {
    background-image: url(/wp-content/uploads/2023/08/chevron-left-Black.svg);
  }

  .technology-section.dark-bg .owl-nav .owl-next::before {
    background-image: url(/wp-content/uploads/2023/08/chevron-right-Black.svg);
  }

  .technology-section.light-bg .owl-nav .owl-prev::before {
    background-image: url(/wp-content/uploads/2023/08/chevron-left-Black.svg);
  }

  .technology-section.light-bg .owl-nav .owl-prev:hover::before,
  .technology-section.light-bg .owl-nav .owl-next:hover::before {
    opacity: .5;
  }

  .technology-section.light-bg .owl-nav .owl-next::before {
    background-image: url(/wp-content/uploads/2023/08/chevron-right-Black.svg);
  }

  .technology-section.dark-bg .owl-nav .owl-next:hover::before,
  .technology-section.dark-bg .owl-nav .owl-prev:hover::before {
    filter: opacity(0.5);
  }

  .technology-card .para a {
    font-family: var(--ced-montserrat-sb);
    padding: 0px 3px;
    position: relative;
    display: inline-block;
  }

  .technology-card .para a::before {
    left: 0;
    bottom: 2px;
    width: 100%;
    height: 90%;
    content: "";
    position: absolute;
    transition: all 0.5s;
    background-color: var(--ced-blue-60);
    opacity: 0.12;
  }

  .technology-card .para a:hover::before {
    height: 5%;
  }


  .technology-section.dark-bg .technology-card::before {
    width: 85%;
  }

  .technology-section .owl-nav .owl-next,
  .technology-section .owl-nav .owl-prev {
    position: absolute;
  }

  /* Technology  Responsivce start  */

  @media screen and (min-width: 1200px) {
    .technology-card {
      padding: 35px 40px;
    }

    .tech-title {
      font-size: 34px;
    }

  }

  @media screen and (min-width: 992px) and (max-width: 1199px) {
    .technology-card {
      padding: 40px 50px;
    }

    .tech-title {
      font-size: 30px;
    }

    .tech-head-subhead {
      width: 60%;
    }

    .tech-head-image {
      width: 40%;
    }
  }

  @media screen and (min-width: 768px) and (max-width: 1199px) {}

  @media screen and (min-width: 992px) {

    .technology-card .para {
      line-height: 26px;
      font-size: 15px;
    }

    .head-wrapper {
      gap: 70px;
    }
  }

  @media screen and (min-width: 768px) and (max-width: 991px) {
    .tech-title {
      font-size: 28px;
    }

    .head-wrapper {
      gap: 50px;
    }

    .tech-head-image,
    .tech-head-subhead {
      width: 50%;
    }
  }

  @media screen and (min-width: 576px) and (max-width: 767px) {
    .tech-title {
      font-size: 24px;
    }

    .head-wrapper {
      gap: 30px;
    }

    #technology-slider .technology-card {
      min-height: 260px;
    }

    .tech-head-image img {
      max-width: 320px
    }
  }

  @media screen and (min-width: 768px) {

    .technology-section .owl-nav .owl-next,
    .technology-section .owl-nav .owl-prev {
      top: 40%;
      transform: translateY(-50%);
      background-size: 22px !important;
      height: 45px;
      width: 45px;
    }

    .technology-section.dark-bg .technology-card::before {
      bottom: -30px;
      left: -10px;
    }

    .technology-section.light-bg .technology-card::before {
      left: 20px;
    }

    .technology-section .owl-nav {
      justify-content: space-between;
    }

    .technology-section .owl-nav .owl-prev {
      left: 0px;
    }

    .technology-section .owl-nav .owl-next {
      right: 0px;
    }

    .technology-card {
      border-radius: 20px;
    }

    .technology-card {
      min-height: 310px;
    }

    .text-para {
      line-height: 30px;
    }

    .technology-section {
      padding-top: 100px;
    }

    .architechture {
      padding-top: 0;
    }
  }

  @media screen and (max-width: 991px) {
    .technology-card .para {
      line-height: 26px;
      font-size: 15px;
    }
  }

  @media screen and (min-width: 576px) and (max-width: 991px) {
    .technology-card {
      padding: 30px;
    }

  }

  @media screen and (max-width: 767px) {
    .technology-section .owl-nav {
      gap: 10px;
      justify-content: center;
      margin-top: 20px;
    }

    .technology-section {
      padding: 60px 0px;
    }

    .technology-section.light-bg .technology-card::before {
      left: 50px;
    }

    .technology-section.dark-bg .technology-card::before {
      bottom: -20px;
      left: 20px;
    }

    .technology-section .owl-nav {
      bottom: 30px;
      position: absolute;
    }

    .technology-section .owl-nav .owl-next,
    .technology-section .owl-nav .owl-prev {
      background-size: 20px !important;
      height: 40px;
      width: 40px;
      position: relative;
    }

    .technology-card {
      border-radius: 15px;
    }

    .technology-section .owl-nav .owl-prev::before,
    .technology-section .owl-nav .owl-next::before {
      background-size: 20px;
    }

    .text-para {
      font-size: 15px;
      line-height: 26px;
    }
  }

  @media screen and (min-width: 576px) {
    .technology-card img {
      margin-bottom: 15px;
    }

    .technology-card .title {
      font-size: 17px;
      line-height: 26px
    }

  }

  @media screen and (max-width: 575px) {
    .technology-card {
      padding: 25px;
    }

    .technology-card .title {
      font-size: 18px;
      line-height: 26px;
    }

    .technology-card img {
      margin-bottom: 10px;
    }

    .tech-title {
      font-size: 22px;
    }

    .head-wrapper {
      flex-wrap: wrap;
      gap: 15px;
    }

    .tech-head-image img {
      max-width: 290px
    }

  }
/* </style>
<!-- Technology css end -->
<!-- Seller statics css start  -->
<style> */
  .statics-section {
    background-color: var(--ced-heading-color);
  }

  .seller-card {
    border-radius: 15px;
    background: linear-gradient(126deg,
        rgba(255, 255, 255, 0.15) 2.09%,
        rgba(255, 255, 255, 0.05) 97.24%);
    transition: all 0.5s;
  }

  .seller-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    opacity: 0;
    transition: all 0.5s;
  }

  .seller-card:hover::before {
    opacity: 1;
  }

  .seller-card img {
    position: absolute;
  }

  .seller-card .stats-number {
    font-family: var(--ced-montserrat-b);
    color: var(--ced-green-color);
  }

  .seller-card .title {
    font-family: var(--ced-montserrat-m);
    color: rgba(174, 173, 173, 1);
  }

  @media screen and (min-width: 1400px) {
    .seller-card {
      padding: 20px 35px 20px 20px;
      min-height: 150px;
    }

    .seller-card .stats-number {
      padding-left: 75px;
      font-size: 48px;
    }

    .seller-card .title {
      padding-left: 75px;
      line-height: 26px;
      font-size: 17px;
    }
  }

  @media screen and (min-width: 768px) and (max-width: 1399px) {
    .seller-card .stats-number {
      padding-left: 70px;
    }
  }

  @media screen and (min-width: 1200px) and (max-width: 1399px) {
    .seller-card {
      padding: 20px 20px 20px 15px;
      min-height: 140px;
    }

    .seller-card img {
      max-width: 55px;
    }

    .seller-card .title {
      padding: 10px 0px 0px 70px;
    }
  }

  @media screen and (min-width: 992px) and (max-width: 1399px) {
    .seller-card .title {
      line-height: 24px;
    }

    .seller-card .stats-number {
      font-size: 38px;
    }
  }

  @media screen and (min-width: 992px) and (max-width: 1199px) {
    .seller-card {
      padding: 20px 25px 20px 20px;
    }

    .seller-card .title {
      padding: 8px 0px 0px 12px;
    }

    .seller-card img {
      max-width: 58px;
    }
  }

  @media screen and (min-width: 992px) {
    .seller-card {
      width: 24%;
    }

    .seller-success-section {
      margin-top: 90px;
    }
  }

  @media screen and (max-width: 991px) {}

  @media screen and (min-width: 768px) and (max-width: 991px) {
    .seller-card {
      padding: 20px 20px 25px 20px;
    }

    .seller-card .title {
      padding-left: 70px;
    }
  }

  @media screen and (min-width: 576px) and (max-width: 991px) {
    .seller-card .stats-number {
      font-size: 34px;
    }

    .seller-card {
      width: 48%;
    }

    .seller-success-section {
      margin-top: 70px;
    }
  }

  @media screen and (min-width: 576px) and (max-width: 767px) {
    .seller-card .stats-number {
      padding-left: 65px;
    }

    .seller-card {
      padding: 15px 20px 20px 20px;
    }

    .seller-card img {
      top: 14px;
      left: 15px;
      max-width: 55px;
    }

    .seller-card .title {
      padding: 10px 0px 0px 12px;
    }
  }

  @media screen and (min-width: 768px) {
    .seller-card img {
      top: 22px;
    }
  }

  @media screen and (max-width: 575px) {
    .seller-success-section {
      margin-top: 50px;
    }

    .seller-card {
      width: 47%;
      padding: 15px 15px 15px 15px;
    }

    .seller-card .stats-number {
      font-size: 28px;
      padding-left: 52px;
    }

    .seller-card .title {
      font-size: 14px;
      line-height: 24px;
      padding: 10px 0px 0px 7px;
    }

    .seller-card img {
      top: 12px;
      left: 10px;
      max-width: 50px;
    }
  }

  /*  */
  .speech-card {
    background-image: url(/wp-content/uploads/2024/02/banner122.png);
    background-size: cover;
  }

  .speech-heading {
    color: var(--ced-grey-60);
    background-image: url(/wp-content/uploads/2024/04/qoutes.svg);
    background-position: left top;
    background-repeat: no-repeat;
  }

  .speech-card .name {
    font-family: var(--ced-montserrat-sb);
    color: var(--ced-grey-60);
  }

  .speech-card .designation {
    font-size: 15px;
    color: var(--ced-grey-60);
  }

  @media screen and (min-width: 1400px) {
    .img-container .ceo-img {
      min-width: 500px;
    }

    .ceo-img {
      top: -55px;
    }
  }

  @media screen and (min-width: 1200px) and (max-width:1399px) {
    .img-container .ceo-img {
      min-width: 460px;
    }

    .ceo-img {
      top: -35px;
    }
  }


  @media screen and (min-width: 1200px) {
    .speech-card .name {
      font-size: 24px;
    }

    .speech-heading {
      font-size: 32px;
      line-height: 46px;
    }
  }

  @media screen and (min-width: 992px) and (max-width:1199px) {
    .speech-card .name {
      font-size: 22px;
    }

    .speech-heading {
      font-size: 26px;
      line-height: 38px;
    }

    .img-container .ceo-img {
      max-width: 415px;
    }

    .ceo-img {
      top: -25px;
    }
  }

  @media screen and (min-width: 992px) {
    .speech-heading {
      padding-top: 40px;
    }

    .speech-card {
      padding: 70px;
    }

    .ceo-img {
      left: 0;
    }
  }

  @media screen and (min-width: 768px) and (max-width:992px) {
    .img-container .ceo-img {
      max-width: 315px;
    }

    .ceo-img {
      top: 6px;
      left: -15px;
    }

    .speech-card {
      padding: 40px;
    }
  }

  @media screen and (min-width: 768px) {
    .ceo-img {
      position: absolute;
    }

    .speech-card {
      border-radius: 25px;
    }
  }

  @media screen and (min-width: 576px) and (max-width:992px) {
    .speech-heading {
      font-size: 24px;
      line-height: 36px;
      background-size: 25px;
      padding-top: 30px;
    }

    .speech-card .name {
      font-size: 20px;
    }
  }

  @media screen and (min-width: 576px) and (max-width:767px) {
    .img-container .ceo-img {
      max-width: 400px;
    }

    .speech-card {
      padding: 40px 25px;
    }

    .ceo-mobile-image {
      max-width: 60px;
      bottom: 37px;
    }

    .speech-card .designation,
    .speech-card .name {
      padding-left: 80px;
    }
  }

  @media screen and (max-width:767px) {
    .speech-card {
      border-radius: 15px;
    }

    .img-container {
      display: none;
    }

    .ceo-mobile-image {
      position: absolute;
      border-radius: 50%;
    }
  }

  @media screen and (max-width:575px) {
    .speech-card {
      padding: 25px 10px;
    }

    .speech-card .designation,
    .speech-card .name {
      padding-left: 75px;
    }

    .speech-heading {
      font-size: 22px;
      line-height: 34px;
      background-size: 22px;
      padding-top: 24px;
    }

    .speech-card .name {
      font-size: 18px;
    }

    .ceo-mobile-image {
      max-width: 56px;
      bottom: 23px;
    }
  }