.acm-features.style-1 {
  background-size: cover;
  background-position: center center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 100vh;
  padding: 108px 0;
  text-align: center;
  
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .acm-features.style-1 {
    padding: 180px 0;
  }
}
.acm-features.style-1:before {
  background: linear-gradient(to top, #000000, transparent);
  bottom: 0;
  left: 0;
  content: "";
  position: absolute;
  height: 30%;
  width: 100%;
}
.acm-features.style-1 .features-item {
  position: relative;
  z-index: 1;
}
.acm-features.style-1 h1 {
  background: linear-gradient(135deg, #ad974f, #ad974f);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  
  display: inline-block;
  margin-bottom: 36px;
  position: relative;
  padding: 0 8px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .acm-features.style-1 h1 {
    background: transparent;
    color: #ad974f;
  }
}
@media (max-width: 767px) {
  .acm-features.style-1 h1 {
    font-size: 36px;
  }
}
.acm-features.style-1 h1 span {
  color: #428bca;
}
.acm-features.style-1 .lead {
  color: #ffffff;
  margin: auto;
  max-width: 612px;
}
.acm-features.style-1 .btn-action {
  margin-top: 54px;
}
@media (max-width: 767px) {
  .acm-features.style-1 .btn-action {
    margin-top: 36px;
  }
}
.acm-features.style-1 .btn-action .btn {
  margin: 0 6px;
}
.acm-features.style-1 .icon-bottom {
  background: url('../../templates/ja_space/images/ico/mouse.png');
  bottom: 36px;
  cursor: pointer;
  left: 50%;
  margin-left: -13.5px;
  height: 38px;
  position: absolute;
  width: 27px;
}
@media (max-width: 767px) {
  .acm-features.style-1 .icon-bottom {
    border-bottom: 18px;
  }
}
.acm-features.style-2 .row {
  margin-bottom: -18px;
  margin-top: -18px;
}
@media (max-width: 767px) {
  .acm-features.style-2 .row {
    margin-bottom: -9px;
    margin-top: -9px;
  }
}
.acm-features.style-2 .row > div {
  padding-top: 18px;
  padding-bottom: 18px;
}
@media (max-width: 767px) {
  .acm-features.style-2 .row > div {
    padding-top: 9px;
  }
}
.acm-features.style-2 .features-item {
  background: #0e0e0e;
  border-radius: 3px;
  padding: 72px 54px;
  text-align: left;
  position: relative;
}
@media (max-width: 767px) {
  .acm-features.style-2 .features-item {
    padding: 54px 36px;
  }
}
.acm-features.style-2 .features-item > * {
  position: relative;
}
.acm-features.style-2 .features-item:before {
  background: linear-gradient(135deg, #ad974f, #ad974f);
  border-radius: 3px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 800ms;
  -o-transition: opacity 800ms;
  transition: opacity 800ms;
}
.acm-features.style-2 .features-item .font-icon {
  margin-bottom: 36px;
}
.acm-features.style-2 .features-item .font-icon span:before {
  color: #ad974f;
  font-size: 96px;
  background: linear-gradient(135deg, #ad974f, #ad974f);
  background-clip: text;
  display: inline-block;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  font-weight: 400;
  
  text-indent: 1px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .acm-features.style-2 .features-item .font-icon span:before {
    background: transparent;
    color: #ad974f;
  }
}
.acm-features.style-2 .features-item .img-icon {
  margin-bottom: 36px;
}
.acm-features.style-2 .features-item h4 {
  margin-top: 0;
  margin-bottom: 24px;
  font-weight: 500;
}
.acm-features.style-2 .features-item p {
  margin-bottom: 0;
}
.acm-features.style-2 .features-item .action {
  display: block;
  margin-top: 24px;
  font-weight: 500;
}
.acm-features.style-2 .features-item .action span {
  margin-left: 8px;
  position: relative;
  top: 1px;
  letter-spacing: -1px;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.acm-features.style-2 .features-item .action:hover,
.acm-features.style-2 .features-item .action:focus,
.acm-features.style-2 .features-item .action:active {
  color: #ffffff;
}
.acm-features.style-2 .features-item .action:hover span,
.acm-features.style-2 .features-item .action:focus span,
.acm-features.style-2 .features-item .action:active span {
  margin-left: 14px;
}
.acm-features.style-2 .features-item:hover:before {
  filter: alpha(opacity=100);
  opacity: 1;
}
.acm-features.style-2 .features-item:hover h4 a,
.acm-features.style-2 .features-item:hover .action {
  color: #ffffff;
}
.acm-features.style-2 .features-item:hover .font-icon span:before {
  background: linear-gradient(#ffffff, #ffffff);
  background-clip: text;
  display: inline-block;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .acm-features.style-2 .features-item:hover .font-icon span:before {
    background: transparent;
    color: #ffffff;
  }
}
.acm-features.style-2 .features-item:hover p {
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 991px) {
  .acm-features.style-3 .features-image {
    margin-bottom: 36px;
  }
}
.acm-features.style-3 .features-item {
  padding-left: 108px;
}
@media (max-width: 1199px) {
  .acm-features.style-3 .features-item {
    padding-left: 0;
  }
}
.acm-features.style-3 .features-item .sub-heading {
  margin-bottom: 36px;
}
@media (max-width: 767px) {
  .acm-features.style-3 .features-item .sub-heading {
    margin-bottom: 18px;
  }
}
.acm-features.style-3 .features-item .features-desc {
  font-size: 16px;
}
.acm-features.style-3 .features-item .action {
  display: block;
  margin-top: 72px;
}
@media (max-width: 767px) {
  .acm-features.style-3 .features-item .action {
    margin-top: 36px;
  }
}
.acm-features.style-4 .features-media {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .acm-features.style-4 .features-media {
    margin-bottom: 36px;
  }
}
.acm-features.style-4 .features-media:after {
  background: url('../../templates/ja_space/images/mask-video-dark.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.acm-features.style-4 .features-media img {
  position: absolute;
  height: 100%;
  max-width: none;
  min-width: 100%;
}
.acm-features.style-4 .features-item {
  padding-right: 180px;
}
@media (max-width: 1199px) {
  .acm-features.style-4 .features-item {
    padding-right: 0;
  }
}
.acm-features.style-4 .features-item .sub-heading {
  margin-bottom: 36px;
}
@media (max-width: 767px) {
  .acm-features.style-4 .features-item .sub-heading {
    margin-bottom: 18px;
  }
}
.acm-features.style-4 .features-item .features-desc {
  font-size: 16px;
}
.acm-features.style-4 .features-item .action {
  display: block;
  margin-top: 72px;
}
@media (max-width: 767px) {
  .acm-features.style-4 .features-item .action {
    margin-top: 36px;
  }
}
.acm-features.style-4 .video-action {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  height: 100%;
  padding-right: 177.78%;
  
  width: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.acm-features.style-4 .video-action .videoWrapper {
  position: absolute;
  padding: 0;
  height: 100%;
  width: 100%;
}
.acm-features.style-4 #resume {
  background: linear-gradient(135deg, #ad974f, #ad974f);
  border-radius: 50%;
  color: #ffffff;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 96px;
  margin-left: -48px;
  margin-top: -48px;
  text-align: center;
  height: 96px;
  width: 96px;
  z-index: 1;
}
.acm-features.style-4 #resume:hover,
.acm-features.style-4 #resume:focus,
.acm-features.style-4 #resume:active {
  background: #ad974f;
  color: #ffffff;
}
.acm-features.style-4 #pause {
  background: linear-gradient(135deg, #ad974f, #ad974f);
  bottom: 36px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 14px;
  position: absolute;
  left: 50%;
  line-height: 36px;
  margin-left: -18px;
  text-align: center;
  height: 36px;
  width: 36px;
  z-index: 1;
}
.acm-features.style-4 #pause:hover,
.acm-features.style-4 #pause:focus,
.acm-features.style-4 #pause:active {
  background: #ad974f;
  color: #ffffff;
}
.acm-features.style-4.play .video-action {
  filter: alpha(opacity=100);
  opacity: 1;
}
.acm-cliens .row {
  border-top: 1px solid #191919;
  margin-left: 0;
  margin-right: 0;
}
.acm-cliens .row + .row {
  position: relative;
  margin-top: -1px;
}
.acm-cliens .row > div {
  padding-left: 0;
  padding-right: 0;
  line-height: 1;
}
.acm-cliens .client-item {
  border: 1px solid #191919;
  border-left: 0;
  border-top: 0;
}
.acm-cliens .client-item:nth-child(8) {
  border-right: 0;
}
.acm-cliens .client-item .client-img {
  background: transparent;
  height: 108px;
  line-height: 108px;
  text-align: center;
  height: 0;
  padding-bottom: 100%;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
@media (max-width: 767px) {
  .acm-cliens .client-item .client-img {
    height: 100px;
    padding-bottom: 0;
  }
}
.acm-cliens .client-item .client-img img {
  display: inline-block;
  max-height: 108px;
}
.acm-cliens.img-grayscale .client-item span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
@media (max-width: 1199px) {
  .acm-cliens.img-grayscale .client-item span {
    width: 100% !important;
  }
}
.acm-cliens.img-grayscale .client-img {
  display: inline-block;
  position: relative;
  line-height: 1;
  width: 100%;
}
.acm-cliens.img-grayscale .client-img img {
  position: absolute;
  max-height: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .acm-cliens .client-item {
    padding-top: 12px;
    padding-bottom: 12px;
    width: 50% !important;
    text-align: center;
  }
}
.acm-cliens .client-item .client-img > img {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.acm-cliens .client-item:hover .client-img img {
  filter: alpha(opacity=100) !important;
  opacity: 1 !important;
}
.acm-cliens .action {
  margin-top: 36px;
}