.chart-block {
  position: relative;
  padding: 80px 0;
}
.chart-block .item_bar {
  position: relative;
  height: 10px;
  width: 100%;
  background-color: #363c43;
  border-radius: 4px;
}
.chart-block .item_bar .progress {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  height: 10px;
  margin: 0;
  background-color: var(--tp-primary-color);
  border-radius: 4px;
  transition: width 100ms ease;
}
.chart-block .progress-bar {
  background-color: #e22013;
}
.chart-block .left {
  border-right: 1px solid #363c43;
}
.chart-block .bar-group {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column-reverse;
  gap: 15px;
  justify-content: center;
}
.chart-block .bar-group:last-child {
  border: none;
}
.chart-block .bar-group .bar-text {
  display: flex;
  justify-content: space-between;
  color: #000000;
  flex-direction: row-reverse !important;
}

.chart-block .bar-group .bar-text p {
  margin: 0 !important;
  line-height: 160%;
}
.chart-block .bar-group .bar-text .b-number {
  font-weight: 700;
}
.chart-block .right {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.chart-block .right img {
  margin-top: 0px;
  position: relative;
  width: 100%;
}
.chart-block .right ul li {
  border: none;
  padding: 0;
  margin: 0;
  font-size: 18px;
  list-style: disc;
}
.chart-block.animated .img-wrap img {
  animation-name: rotate;
  animation-duration: 1.5s;
  animation-direction: normal;
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

body.home .chart-block .cs-section_heading.cs-style1 .cs-section_title {
  font-size: 28px;
}
.home .cs-section_heading.cs-style1 .cs-section_title {
  font-weight: 600 !important;
  line-height: 1.4;
  font-family: var(--tp-ff-heading);
  text-transform: uppercase;
}

.cust-row {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0px;
}

.cust-row .cust-over .cust-over-content {
  width: 100%;
  height: 100%;
  background: #13012e;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
}
.cust-row .cust-over {
  display: flex;
  justify-content: center;
  align-items: center;
}

.chart-block .left {
  border: none !important;
}

.cust-border {
  margin-right: 30px;
}

.cust-over-content h2 {
  font-size: 190px;
  color: var(--tp-primary-color);
  font-weight: 500;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1;
}

.cust-over-content .dr-heading {
  color: #000;
  line-height: 1.2;
  font-weight: 500 !important;
  margin: 0 !important;
  letter-spacing: 2px;
  font-size: 46px !important;
}

.chart-block .right ul {
  margin: 0 auto;
}
.cust-row {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}
.cust-padding {
  padding: 20px;
}
@media screen and (min-width: 1600px) {
  .chart-block .chart-block-content .cust-row:nth-child(1) .left,
  .chart-block .chart-block-content .cust-row:nth-child(1) .right {
    min-height: 500px;
  }
}

.chart-block .right,
.chart-block .left,
.cust-row .cust-over .cust-over-content,
.cust-progress {
  border: 1px solid #1919191f !important;
}
.chart-block .item_bar .progress {
  top: -5px;
}
.chart-block .left {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.cs-section_heading {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.chart-block .item_bar {
  height: 1px;
  background-color: #363c431a;
}
.desktop {
  display: none;
}
.mobile {
  display: block;
}
@media only screen and (min-width: 768px) {
  .desktop {
    display: block !important;
  }
  .mobile {
    display: none !important;
  }
}

.chart-block .right {
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: #13012e;
  border-radius: 10px;
  height: 100%;
  padding: 40px;
}
.chart-block .right,
.cust-row .cust-over .cust-over-content,
.cust-progress,
.progress-ring:after {
  background-color: #fff;
}

.cust-progress {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  gap: 30px;
}
@media only screen and (max-width: 1610px) {
  .cust-progress {
    padding: 56px 0;
  }
}
.progress-hearder {
  width: 100%;
  padding: 20px;
}
@media screen and (min-width: 1800px) {
  .progress-hearder,
  .progress-row {
    width: 100%;
  }
}
.progress-row {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.progress-cust {
  border-left: 1px solid #61409563;
  padding: 10px;
  width: 40%;
}

@media only screen and (min-width: 768px) {
  .progress-cust {
    border-left: 1px solid #19191914;
  }
}
.progress-cust {
  border-left: 1px solid #61409563;
  padding: 10px;
  width: 40%;
}
.progress-cust {
  border-left: none;
}
.progress-row .progress-cust:first-child {
  border: none;
}
.progress-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.progress-ring {
  position: relative;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: conic-gradient(#7d2ae8 0deg, #7d2ae8 0deg, #ededed 0deg);
}
.progress-label {
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
}

.progress-ring::after {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  background: #13012e;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.chart-block .right,
.cust-row .cust-over .cust-over-content,
.cust-progress,
.progress-ring:after,
.insdustry-sectors .icon-box {
  background-color: #fff;
}
.chart-block .right img {
  width: 100% !important;
}
.chart-block .right img {
  margin-top: 0px;
  position: relative;
  width: 100%;
}
.progress_bar{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (max-width: 1610px) {
  .cust-row .cust-over .cust-over-content {
    padding: 40px;
  }
  .cust-over-content .dr-heading {
    font-size: 35px;
  }
  .cust-over-content h2 {
    font-size: 90px;
  }
}
@media only screen and (max-width: 1400px) {
  .cust-over-content .dr-heading {
    font-size: 38px;
  }
  .cust-over-content h2 {
    font-size: 120px;
  }
}
@media only screen and (max-width: 991px) {
  .cust-row {
    flex-direction: column;
  }
  .cust-over-content .dr-heading {
    font-size: 28px !important;
  }
  .cust-over-content h2 {
    font-size: 70px;
  }
  .cust-row {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .chart-block .left,
  .cust-row .cust-over .cust-over-content,
  .cust-progress,
  .chart-block .right {
    padding: 40px 20px !important;
  }
  .chart-block .bar-group {
    padding-right: 0 !important;
  }
  .progress-hearder {
    padding: 0 !important;
  }
  .chart-block .right img {
    width: 100% !important;
  }
}

@media only screen and (min-width: 768px) {
  .chart-block .right img {
    width: 100% !important;
  }
}
@media screen and (max-width: 1199px) {
  .chart-block .bar-group .bar-text .desktop p {
    font-size: 11px;
  }
}
.chart-block .bar-group .bar-text .desktop p {
  font-size: 12px;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) {
  .progress-cust {
    border-left: 1px solid #19191914;
  }
}
@media only screen and (max-width: 700px) {
  .progress-row {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (max-width: 1610px) {
  .progress-text {
    top: 26%;
  }
}
.progress-text {
  position: absolute;
  top: 35%;
  font-size: 24px;
  font-weight: bold;
  z-index: 10;
}
@media only screen and (max-width: 1610px) {
  .progress-ring {
    width: 120px;
    height: 120px;
  }
  .progress-ring::after {
    width: 90px;
    height: 90px;
  }
  .progress-text {
    top: 26%;
  }
  .cust-over-content .dr-heading {
    font-size: 35px !important;
  }
}
@media only screen and (max-width: 700px) {
  .progress-cust {
    border: none;
    width: 100%;
  }
  .left h3 {
    font-size: 20px !important;
  }
  .cust-over-content p {
    text-align: center;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .cust-over-content .dr-heading {
    text-align: center;
  }
  .cust-over-content h2 {
    text-align: center;
    font-weight: 600;
  }
  .chart-block .right ul li {
    font-size: 14px;
  }
}
.chart-block.animated .img-wrap img {
  animation-name: rotate;
  animation-duration: 1.5s;
  animation-direction: normal;
}
.chart-block .right img {
  width: 100%;
}
.chart-block .right img {
  margin-top: 0px;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .chart-block .right img {
    width: 100% !important;
  }
  .cust-row:nth-child(1) .right img{
    width: 80% !important;
  }
}
.chart-block .right ul li::marker {
  color: #000D5B;
  font-size: 2em;
}
.chart-block .right ul li:nth-child(2)::marker {
  color: #43A9B5;
}
.chart-block .right ul li:nth-child(3)::marker {
  color: #EF928D;
}
@media only screen and (min-width: 992px) {
  .graph-heading {
    font-size: 36px !important;
  }
  
}
.left h3 {
  font-weight: 400 !important;
}
@media only screen and (min-width: 1200px) {
  .cust-row {
    padding: 0px 40px;
  }
}