 /*** 
 
 ====================================================================
         Why Choose One Section
 ====================================================================
 
 ***/
 
 .why-choose-two-section.one {
     padding: 0 0 0;
     margin-top: -300px;
 }
 .thm-section-title {
     margin-top: -10px;
     margin-bottom: 50px;
 }
 .why-choose-two-section{
      position: relative;
      display: block;
      padding: 100px 0 100px;
  }
  .why-choose-two-image{
      position: relative;
      display: block;
	  width: 100%;
  }
  .why-choose-two-image img{
      width: 100%;
  }
  .why-choose-right-content {
      position: relative;
      display: block;
      background: #f7f8f9;
      margin-left: -30px;
      padding: 90px 70px 53px;
	  height: 100%;
  }
  .most-trusted-skill {
      position: relative;
      display: block;
      padding-left: 100px;
      margin-bottom: 45px;
  }
  .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(--color-primary);
      position: absolute;
      top: 0;
      left: 0;
  }
  .most-trusted-skill-icon img{
      max-width: 60px;
  }
  .most-trusted-text{
      margin-left: 30px;
  }
  .most-trusted-text h3{
      font-size: 30px;
      font-weight: 700;
      line-height: 40px;
      margin-bottom: 20px;
  }
  .most-trusted-text p{
      margin: 0;
	  font-size: 16px;
	  line-height: 24px;
  }
  
  .progress-levels {
      position: relative;
      display: block;
  }
  .progress-levels .progress-box {
      position: relative;
      display: block;
      margin-bottom: 38px;
  }
  .progress-levels .progress-box.last-child {
      margin-bottom: 0;
  }
  
  .progress-levels .progress-box .inner {
      position: relative;
      display: block;
  }
  
  .progress-levels .progress-box .bar {
      position: relative;
      display: block;
  }
  .progress-levels .progress-box .bar .bar-innner {
      position: relative;
      width: 100%;
      height: 7px;
      background: #f3e7e7;
      border-radius: 10px;
  }
  .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;
  }
  .progress-levels .progress-box .bar .bar-innner .skill-percent {
      position: absolute;
      top: -30px;
      right: 0;
      width: 40px;
      height: 25px;
      display: block;
      text-align: center;
      padding: 0;
      z-index: 1;
  }
  .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;
  }
  .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;
  }
  
  .progress-levels .progress-box .inner .text {
      position: relative;
      color: var(--thm-black);
      font-size: 18px;
      font-weight: 600;
      letter-spacing: 0.5px;
      text-transform: capitalize;
      padding-bottom: 8px;
  }
  
  
.why-choose-two-section .thm-section-title {
  margin-top: -10px;
  margin-bottom: 50px;
}
.why-choose-two-section .thm-section-title h2 {
  font-size: 42px;
  font-weight: 800;
  line-height: 50px;
  margin-bottom: 16px;
}
.why-choose-two-section .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;
}
.why-choose-two-section .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 (max-width: 1299px){
	 .why-choose-two-section{
		 padding: 80px 0;
	 }
 }
@media (max-width: 1199px) {
	.why-choose-two-section{
		padding: 70px 0;
	}
	.why-choose-two-section .thm-section-title {
	    margin-bottom: 35px;
	}
	.why-choose-two-section .thm-section-title h2 {
	    font-size: 32px;
	    line-height: 1.3;
	}
	.most-trusted-text h3 {
	    font-size: 24px;
	    line-height: 1.2;
	}
	.most-trusted-skill-icon {
	    height: 80px;
	    width: 80px;
	    line-height: 74px;
	}
	.most-trusted-skill-icon img {
	    max-width: 50px;
	}
	.most-trusted-skill {
	    padding-left: 70px;
	}
	.why-choose-right-content {
	    padding: 63px 40px 30px;
	}
}
@media (max-width: 991px) {
	.why-choose-two-section{
		padding: 60px 0;
	}
	.why-choose-two-section .thm-section-title {
	    margin-bottom: 30px;
	}
	.why-choose-two-section .thm-section-title h2 {
	    font-size: 26px;
	}
	.why-choose-right-content {
	    margin-left: 0px;
	    padding: 50px 30px 30px;
	}
	.most-trusted-skill-icon {
	    height: 70px;
	    width: 70px;
	    line-height: 62px;
	}
	.most-trusted-skill-icon img {
	    max-width: 40px;
	}
	.most-trusted-skill {
		margin-bottom: 34px;
	    padding-left: 60px;
	}
}
@media (max-width: 767px) {
	.why-choose-two-section{
		padding: 50px 0;
	}
	.why-choose-two-section .thm-section-title {
	    margin-bottom: 22px;
	}
	.why-choose-two-section .thm-section-title h2 {
	    font-size: 20px;
	}
	.most-trusted-text h3 {
	    font-size: 20px;
	}
	.why-choose-right-content {
	    padding: 30px 20px 10px;
	}
	.most-trusted-skill-icon {
	    height: 54px;
	    width: 54px;
	    line-height: 44px;
	}
	.most-trusted-skill-icon img {
	    max-width: 28px;
	}
	.most-trusted-skill {
	    padding-left: 40px;
	}
}



@media(max-width:1280px){
.most-trusted-skill-icon {height: 70px;width: 70px;line-height: 63px;}
.most-trusted-skill-icon img{ max-width: 35px; }
.most-trusted-text { margin-left: 30px;}  
.most-trusted-skill { padding-left: 64px; margin-bottom: 40px;}  
.why-choose-right-content {padding: 40px 30px 0;}  
.progress-levels .progress-box {margin-bottom: 23px;}  
  
}