.sec{
   
    text-align: center;
}
.section-title h4 {
	font-size: 30px;
	font-weight: 600;
	text-transform: capitalize;
	position: relative;
	padding-bottom: 20px;
	display: inline-block;
}
.section-title h4::before {
	position: absolute;
	content: "";
	width: 90px;
	height: 3px;
  background-color:#f7991c
  ;
	bottom: 0;
	left: 50%;
	margin-left: -40px;
}
.section-title1 p {
	font-size: 15px;
	font-weight: 200;
	text-transform: capitalize;
	position: relative;
	padding-bottom: 10px;
	display: inline-block;
}
.section-title1::before {
	position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background-color: #FFF;
    bottom: 15px;
    margin-left: -25px;
}
/* .section-title p::after {
	position: absolute;
	content: "";
	width: 50px;
	height: 2px;
	background-color: #FF7200;
	left: 0;
	bottom: 0;
	left: 50%;
	margin-left: -25px; */
}
/* HOW WE WORK APPROACH STYLES */
/* * * * * * * * * * * * * * * * * * * * */
.approach-wrapper {
    width: 90%; }
  
  .approach-step {
    width: 100%;
    height: auto;
    position: relative;
    padding: 0px 0px 30px 10%;
    border-left: 4px solid #e3e3e3; }
    .approach-step1 {
      width: 100%;
      height: auto;
      position: relative;
      padding: 43% 0px 30px 20%;
      text-align: right;
      /* border-le: 4px solid #e3e3e3; */
      
    }
    .approach-step2:before {
      content: url(step-circle.png);
      text-align: right;
     
      position: absolute;
      z-index: 999;
      left: -18px;
      top: 30px;
      width: 32px;
      height: 32px; }
      .approach-step2 {
        width: 100%;
        height: auto;
        position: relative;
        padding: 37% 0px 30px 20%;
        text-align: right;
        /* border-le: 4px solid #e3e3e3; */
        
      }
      .approach-step2:before {
        content: url(step-circle.png);
        text-align: right;
       
        position: absolute;
        z-index: 999;
        left: -18px;
        top: 30px;
        width: 32px;
        height: 32px; }
  .approach-step:before {
    content: url(step-circle.png);
    background-color:#f7991c ;
    position: absolute;
    z-index: 999;
    left: -18px;
    top: 0px;
    width: 32px;
    height: 32px; }
    .approach-step2:before {
      content: url(step-circle.png);
      /* background-color:#f7991c ; */
      position: absolute;
      z-index: 999;
      left: -18px;
      top: 0px;
      width: 32px;
      height: 32px; }
  
  .approach-step:last-child {
    border-left: 0px solid rgb(219, 70, 70);
    padding: 0px 0px 0px 10%; }
  
  .approach-step:last-child:before {
    /* content: url("step-circle.png"); */
    /* content: url(step-circle.png); */
    background-color:#f7991c ;
    position: absolute;
    z-index: 999;
    left: -14px;
    top: 0px;
    width: 32px;
    height: 32px; }
    
.group:before,
.group:after {
  content: "";
  display: table; }

.group:after {
  clear: both; }

.group {
  zoom: 1;
  /* For IE 6/7 */ }

.bck1{
  display: none;
}

  /* RESPONSIVE */ 
  
@media (max-width: 767px) {
  
.bck1{
  display: block;
}
.bck{
  display: none;
}
.section-title h4 {
	font-size: 25px;
	font-weight: 600;
	text-transform: capitalize;
	position: relative;
	padding-bottom: 20px;
	display: inline-block;
}
.section-title h4::before {
	position: absolute;
	content: "";
	width: 90px;
	height: 3px;
  background-color:#f7991c
  ;
	bottom: 0;
	left: 50%;
	margin-left: -40px;
}
}
  