.hactora-skill.why-choose-two-section{
  position: relative;
  display: block;
  padding: 70px 0;
}
.hactora-skill .why-choose-two-image{
  position: relative;
  display: block;
}
.hactora-skill .why-choose-two-image img{
  width: 100%;
}
.hactora-skill .why-choose-right-content {
  position: relative;
  display: block;
  background: #f7f8f9;
  margin-left: -30px;
  padding: 90px 70px 53px;
  height: 100%;
}
.hactora-skill .most-trusted-skill {
  position: relative;
  display: block;
  padding-left: 100px;
  margin-bottom: 45px;
}
.hactora-skill .most-trusted-skill-icon {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  box-shadow: 1.362px 2.673px 35px 0px rgb( 0, 0, 0, .08 );
  background: #ffffff;
  line-height: 100px;
  text-align: center;
  font-size: 65px;
  color: var(--thm-primary);
  position: absolute;
  top: 0;
  left: 0;
}
.hactora-skill .most-trusted-skill-icon img {
  width: 65px;
  height: 95px;
  object-fit: contain;
}
.hactora-skill .most-trusted-text{
  margin-left: 30px;
}
.hactora-skill .most-trusted-text h3{
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 20px;
}
.hactora-skill .most-trusted-text p{
  margin: 0;
}

.hactora-skill .progress-levels {
  position: relative;
  display: block;
}
.hactora-skill .progress-levels .progress-box {
  position: relative;
  display: block;
  margin-bottom: 38px;
}
.hactora-skill .progress-levels .progress-box.last-child {
  margin-bottom: 0;
}

.hactora-skill .progress-levels .progress-box .inner {
  position: relative;
  display: block;
}

.hactora-skill .progress-levels .progress-box .bar {
  position: relative;
  display: block;
}
.hactora-skill .progress-levels .progress-box .bar .bar-innner {
  position: relative;
  width: 100%;
  height: 7px;
  background: color-mix(in srgb, var(--color-primary) 8%, transparent);;
  border-radius: 10px;
}
.hactora-skill .progress-levels .progress-box .bar .bar-fill {
  position: absolute;
  top: 0%;
  left: 0px;
  bottom: 0%;
  width: 0px;
  height: 7px;
  border-radius: 10px;
  background: var(--color-primary);
  transition: all 2000ms ease 300ms;
}
.hactora-skill .progress-levels .progress-box .bar .bar-innner .skill-percent {
  position: absolute;
  top: -30px;
  right: 0;
  width: 48px;
  height: 25px;
  display: block;
  text-align: center;
  padding: 0;
  z-index: 1;
}
.hactora-skill .progress-levels .progress-box .inner .count-text {
  position: relative;
  color: #333333;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  display: inline-block;
  float: none;
  font-family: var(--font-family);
}
.hactora-skill .progress-levels .progress-box .inner .percent {
  position: relative;
  color: #333333;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  display: inline-block;
  float: none;
  margin-left: -2px;
}

.hactora-skill .progress-levels .progress-box .inner .text {
  position: relative;
  color: var(--title-text-color);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  padding-bottom: 8px;
  font-family: var(--title-font-family);
}
.hactora-skill .thm-section-title {
  margin-top: -10px;
  margin-bottom: 50px;
}
.hactora-skill .thm-section-title h2 {
  font-size: 42px;
  font-weight: 800;
  line-height: 50px;
  margin-bottom: 16px;
}
.hactora-skill .section_title-subheading {
  font-size: 14px;
  color: var(--color-primary);
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
.hactora-skill .sub-title-shape-left:before {
  position: relative;
  content: "";
  left: 0;
  bottom: 0;
  height: 2px;
  width: 30px;
  background: var(--color-primary);
  display: inline-block;
  margin-right: 12px;
}
@media only screen and (max-width: 1199px) {
  .hactora-skill .why-choose-right-content {
    margin-left: 0;
  }
}

@media screen and (max-width:7698px) {
  .hactora-skill.why-choose-two-section{
    padding: 40px 0;
  }
  .hactora-skill .why-choose-right-content {
    padding: 42px 15px 40px;
  }
}