.how-works-2 {
    padding: 0px 40px;
}
.how-work-img {
    position: relative;
    width: 134px;
    height: 134px;
    border-radius: 50%;
    border: 2px solid;
    margin: auto;
    background-color: #fff;
}
.gs-work-start .how-works-2 .how-work-img {
    border-color: #0c2278;
}
.how-work-img:before {
    width: 0px;
    position: absolute;
    content: close-quote;
    height: 0px;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 17px solid;
    top: 50%;
    right: -9px;
    transform: translateY(-50%);
    left: 192%;
    opacity: 0;
}
.gs-work-start .how-work-img:before {
    border-left-color: #0c2278;
}
.how-work-img img {
    max-width: 59px;
}
.transform-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.how-work-img .step-count {
    right: 0;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    width: 38px;
    height: 38px;
    position: absolute;
    border-radius: 50%;
    line-height: 38px;
    font-weight: bold;
    background: #0c2278;
    text-align: center;
}
.gs-work-start .how-work-img .step-count {
    color: #fff;
	transition: .3s;
	top: 0;
}
.gs-work-start .how-work-img:after {
    background: #0c2278;
    position: absolute;
    content: close-quote;
    width: 400px;
    top: 50%;
    font-size: 17px;
    overflow: hidden;
    height: 1px;
    z-index: -1;
}
.how-work-img:hover .step-count{
    right: 40px;
    top: -20px;
}
.how-work-text {
    text-align: center;
}
.hw-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.how-works-2 .how-work-text h3 {
    margin-bottom: 6px;
    font-size: 28px;
    font-weight: 600;
    margin-top: 22px;
    color: #0c2778;
}
.how-works-2 .how-work-text p {
  font-size:14px;
  margin-bottom: 10px;
}
.gs-work-start.hw-it-wrks .hw-list .how-works-2:last-child .how-work-img:after{
  display: none;
}
/*--- steps style 2 ---*/
.each-hw-works {
    padding: 0 60px;
    text-align: center;
}
.each-hw-works h3 {
    font-size: 28px;
    font-weight: 600;
    color: #0c2278;
}
.hw-icon {
    position: relative;
}
.each-hw-works .hw-steps {
    margin-top: 33px;
    margin-bottom: 20px;
    box-shadow: 0 0px 13px 2px #0c227873;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    width: 58px;
    height: 58px;
    position: relative;
    border-radius: 50%;
    line-height: 58px;
    font-weight: bold;
    background: #0c2278;
}
.each-hw-works .hw-steps:after {
  position: absolute;
  top: 50%;
  content: '';
  height: 1px;
  width: 360px;
  border: 1px dashed #f15933;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  font-size: 17px;
  overflow: hidden;
  color: #f15933;
}
.each-hw-works:last-child .hw-steps:after {
    display: none;
}
.how-works-2.hide-space-after .how-work-img:after {
    display: none;
}
/*=== step style 3 ===*/
.sigma_steps .experience {
    padding: 0;
    margin: 0;
    list-style: none;
}
.experience li span {
  display: block;
  font-size: 14px;
  font-weight: 600;
}

.experience li {
  position: relative;
  padding-left: 41px;
  padding-bottom: 21px;
  font-size: 14px;
}
.experience li:last-child {
    padding-bottom: 0;
}

.experience li:after {
  content: close-quote;
  position: absolute;
  width: 10px;
  height: 10px;
  background: #0c2278;
  left: 1px;
  top: 10px;
  border-radius: 50%;
}

.experience li:before {
  content: close-quote;
  position: absolute;
  left: 5px;
  top: 10px;
  height: 100%;
  background: #0c2278;
  width: 2px;
}

.experience li:last-child:before {
  height: 0;
}
.each-hw-works .hw-icon i:before {
    font-size: 60px;
    color: #4a90f4;
}
.each-hw-works .hw-icon i {
    line-height: normal;
}
.how-works-2 i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #f15933;
    line-height: normal;
}
.how-works-2 i:before {
    font-size: 50px;
}
@media (max-width:1191px) {
  .each-hw-works .hw-steps:after{
    width: 290px;
  }
}

@media (max-width:991px) {
  .each-hw-works {
    padding: 0 30px;
  }
  .each-hw-works .hw-steps:after{
    width: 210px;
  }
  .gs-work-start .how-work-img:after{
    width: 330px;
  }
  .how-works-2 {
    padding: 0px 20px;
  }
}
@media (max-width: 768px) {
  .hw-list{
    display: block;
  }
  .each-hw-works .hw-steps:after,
  .gs-work-start .how-work-img:after{
    display: none;
  }
  .each-hw-works, .how-works-2{
    margin-bottom: 30px;
  }
}
