/**
*
* Testing
*
**/
.box-home-banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.box-home-banner .center ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.box-home-banner .center ul li {
  position: relative;
  padding-left: 22px;
}
.box-home-banner .center ul li:not(:last-child) {
  margin-bottom: 10px;
}
.box-home-banner .center ul li:before {
  content: "\f058";
  position: absolute;
  left: 0;
  top: 0;
  color: #ed6b40;
  font-family: "Font Awesome 5 Pro";
}

.box-services .row {
  row-gap: 30px;
}
@media (max-width: 767px) {
  .box-services .row {
    row-gap: 20px;
  }
}

.box-advisory {
  background-image: linear-gradient(to right, #1a56a5, #006eff);
}
.box-advisory .right {
  background-color: #fff;
}

.box-about-us .desc ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.box-about-us .desc ul li {
  position: relative;
  padding-left: 0;
  font-weight: 500;
  font-size: 16px;
}
.box-about-us .desc ul li i{padding:10px;background: #9ec51b;margin-right: 10px;border-radius: 4px; color:#fff;height: 38px;float: left;}
.box-about-us .desc ul li:not(:last-child) {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .box-about-us .desc ul li:not(:last-child) {
    margin-bottom: 20px;
  }
}
.box-supports {
  background-image: linear-gradient(to right, #da7959, #ed6b40);
}
.box-supports .support-slide .owl-stage-outer {
  padding-bottom: 50px;
}
.box-supports .support-slide .owl-nav [class*=owl-] {
  top: 34%;
}

.box-why .right .row {
  row-gap: 30px;
}
@media (max-width: 767px) {
  .box-why .right .row {
    row-gap: 20px;
  }
}

.box-unknow {
  padding: 30px 0 150px 0;
}
@media (max-width: 991px) {
  .box-unknow {
    padding: 30px 0;
  }
}

