.about-new-block {
  margin-bottom: 50px;
}
.vision-title {
  padding: 45px 0 45px 0;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
}
.vision-content {

}
.vision-content h5{
  padding-bottom: 15px;
  font-size: 28px;
  font-weight: 700;
}
.ab-border {
  border: 1px solid #efefef;
  position: relative;
  margin: 20px 0 50px;
}
.ab-border::before {
  background: #f29200;
  position: absolute;
  height: 4px;
  width: 60px;
  content: "";
  left: 0;
  top: -2px;
}
.choose-icon{
  position: relative;
  margin-right: 30px;
  margin-top: 0px;
}
.choose-icon::after {
  position: absolute;
  content: "\f00c";
  font-family: "FontAwesome";
  display: inline-block;
  color: #222;
  font-size: 14px;
  top: -13px;
  font-weight: 400;
  height: 30px;
  width: 30px;
  line-height: 26px;
  text-align: center;
  background: #f29200;
  right: -5px;
  border-radius: 50%;
  border: 3px solid #ffffff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.choose-text {
  overflow: hidden;
}
.choose-text h6 {
  font-size: 20px;
  margin-bottom: 11px;
  color: #222;
  line-height: 28px;
}
.vision-content li{
  padding-bottom: 45px;
}
.f-left{
  float: left;
}
.vision-content li:hover .choose-icon::after {
  -webkit-transform: translateX(-5PX);
  -ms-transform: translateX(-5PX);
  transform: translateX(-5PX);
}
.vision {
  padding: 50px 0;
}
.fa-s {
  font-size: 28px;
  color: #222;
  height: 65px;
  width: 65px;
  line-height: 66px;
  background: #f29200;
  text-align: center;
  border-radius: 50%; }

/*# sourceMappingURL=about.css.map */
