﻿@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");

@font-face {
  font-family: "Clarimo UD PE Regular";
  src: url("../webfonts/ClarimoUDPE-Regular.eot");
  src: local("Clarimo UD PE Regular"), local("ClarimoUDPE-Regular"),
    url("../webfonts/ClarimoUDPE-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../webfonts/ClarimoUDPE-Regular.woff2") format("woff2"),
    url("../webfonts/ClarimoUDPE-Regular.woff") format("woff"),
    url("../webfonts/ClarimoUDPE-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Clarimo UD PE DemiBold";
  src: url("../webfonts/ClarimoUDPE-DemiBold.eot");
  src: local("Clarimo UD PE DemiBold"), local("ClarimoUDPE-DemiBold"),
    url("../webfonts/ClarimoUDPE-DemiBold.eot?#iefix")
      format("embedded-opentype"),
    url("../webfonts/ClarimoUDPE-DemiBold.woff2") format("woff2"),
    url("../webfonts/ClarimoUDPE-DemiBold.woff") format("woff"),
    url("../webfonts/ClarimoUDPE-DemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Clarimo UD PE Medium";
  src: url("../webfonts/ClarimoUDPE-Medium.eot");
  src: local("Clarimo UD PE Medium"), local("ClarimoUDPE-Medium"),
    url("../webfonts/ClarimoUDPE-Medium.eot?#iefix") format("embedded-opentype"),
    url("../webfonts/ClarimoUDPE-Medium.woff2") format("woff2"),
    url("../webfonts/ClarimoUDPE-Medium.woff") format("woff"),
    url("../webfonts/ClarimoUDPE-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

/*Default Css Start */
body {
  font-family: "Clarimo UD PE Regular";
  font-size: 16px;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  color: #333333;
}
strong {
  font-family: "Clarimo UD PE DemiBold";
  font-weight: bold;
}
p {
  font-weight: 100;
}
:focus,
button:focus {
  outline: none !important;
}
.bg-gray {
  background-color: #e9e9e9 !important;
}
.main-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.btn {
  padding: 8px 38px;
  border-radius: 0px;
  font-size: 18px;
  font-weight: 700;
}
.btn:focus,
.btn.focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-primary {
  background-color: #01916d;
  border-color: #01916d;
  color: #fff;
}
.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-color: #ffffff;
  border-color: #d7d7d7;
  color: #01916d;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-secondary {
  background-color: #333333;
  border-color: #333333;
  color: #fff;
}
.btn-secondary:hover,
.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  background-color: #01916d;
  border-color: #01916d;
  color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.badge {
  border-radius: 0;
  padding: 5px;
}
.badge-secondary {
  background-color: #737373;
}
.breadcrumb {
  padding: 0;
  margin: 0 0 30px 0;
  background-color: transparent;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}
.breadcrumb-item a {
  color: #01916d;
}
.breadcrumb-item.active {
  color: #c1c1c1;
}
/*Default Css End*/
/*Header Start*/
.main-header {
  background-color: #fff;
  position: relative;
  top: 0;
  z-index: 55;
}
.main-header .navbar {
  padding: 20px 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 555;
  background-color: #fff;
}
.main-header .navbar > .container {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.main-header .navbar-brand {
  padding: 0;
  margin: 0;
  max-width: 150px;
}
.main-header .navbar-brand img {
  width: 100%;
}
.main-header .navbar .navbar-collapse {
  width: 80%;
  margin-top: 0;
  margin-bottom: 0px;
}
.navbar-right-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav-link {
  color: #333333;
  font-size: 1em;
  position: relative;
}
.nav-link:hover {
  color: #333333;
}
.lang-item {
  display: inline-block;
}
.navbar-right-menu ul {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.navbar-right-menu ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navbar-right-menu .nav-link {
  padding: 0px 12px;
  color: #333333;
  font-size: 0.875em;
  line-height: 1.35;
}
.navbar-right-menu li:last-child .nav-link {
  padding-right: 0px;
}
.navbar-right-menu .nav-link:hover {
  color: #333333;
  text-decoration: underline;
}
.navbar-right-menu .nav-link:before {
  content: "";
  width: 1px;
  border-left: thin solid #dbdbdb;
  display: block;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  background: rgba(0, 0, 0, 0);
  top: 50%;
  left: -0px;
  height: 10px;
}
.navbar-right-menu ul .lang-item .nav-link:before {
  opacity: 0;
}
.navbar-right-menu ul .lang-item .nav-link {
  padding-left: 3px;
  padding-right: 0;
}
.navbar-right-menu ul .lang-item:last-child .nav-link {
  padding-right: 12px;
}
.main-header .navbar .navbar-nav .nav-item {
  padding-left: 16px;
  padding-right: 16px;
}
.main-header .navbar .navbar-nav .nav-link {
  padding-left: 0px;
  padding-right: 0px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 5px solid transparent;
  font-size: 14px;
}
/* .main-header .navbar .navbar-nav .nav-link:after {
    content: "";
    background-color: #dbdbdb;
    right: -16px;
    height: 13px;
    top: calc(50% - 4.5px);
    width: 1px;
    position: absolute;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
} */
.main-header .navbar .navbar-nav .nav-item:nth-last-child(3) .nav-link:after {
  opacity: 0;
}
.main-header .navbar-nav .nav-item:first-child,
.main-header .navbar-nav .nav-item:first-child .nav-link {
  padding-left: 0px;
}
.main-header .navbar-nav .nav-item .nav-link:hover {
  border-bottom: 5px solid #01916d;
}
.page-navbar {
  width: 100%;
  background-color: #dcdcdc;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.page-navbar__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}
.page-navbar__menu .nav-link {
  padding: 15px 25px;
  font-size: 1rem;
}
.page-navbar__menu .nav-item:nth-child(2) .nav-link {
  padding-left: 4px;
}
.dropdown-toggle::after {
  content: "\f078";
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  border: none;
  vertical-align: middle;
  margin-left: 10px;
  font-size: 16px;
  color: #bdbec0;
  top: 50%;
  /* -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); */
}
.nav-link__text {
  position: relative;
  display: inline-block;
}
.nav-link__text:after {
  content: "";
  height: 3px;
  background-color: #01916d;
  display: block;
  position: absolute;
  bottom: -3px;
  opacity: 0;
  width: 0;
}
.page-navbar__menu .nav-link.active .nav-link__text:after,
.page-navbar__menu .nav-link .nav-link__text:hover:after {
  width: 100%;
  opacity: 1;
}
.page-navbar__menu .nav-item.show .nav-link {
  background-color: #dcdcdc;
}
.dropdown-menu {
  border-radius: 0;
  margin: 0;
  background-color: #dcdcdc;
  border: none;
  border-top: none;
  padding: 0 15px;
  width: auto;
  min-width: 100%;
}
.dropdown-item {
  margin: 0;
  width: 100%;
  padding: 10px 10px;
  color: #7f7f7f;
  border-bottom: solid 1px #c1c1c1;
}
.dropdown-menu li:last-child .dropdown-item {
  border-bottom: none;
}
.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus {
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
  background-color: #01916d;
  color: #fff;
  border-bottom-color: transparent;
  padding: 10px 25px;
}
.nav-item.nav-item--dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav-item.nav-item--dropdown .nav-link {
  padding-right: 55px;
}
.nav-item.nav-item--dropdown .dropdown-toggle {
  position: absolute;
  right: 25px;
  width: 25px;
  height: 25px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none !important;
}
.navbar-toggler {
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  width: 40px;
  height: 40px;
  color: #999999;
}
.main-header.fixed-header {
  -webkit-box-shadow: 0 4px 5px rgba(102, 102, 102, 0.4);
  box-shadow: 0 4px 5px rgba(102, 102, 102, 0.4);
  border: none;
}
.main-header .page-navbar .navbar-brand {
  display: none;
}
.main-header.fixed-header .navbar-brand {
  width: 136px;
  padding-right: 16px;
  display: block;
}
.page-navbar .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.fixed-header .page-navbar {
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.site-identity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.site-tagline {
  margin: 0;
  margin-left: 16px;
  color: #707070;
  font-size: 14px;
  font-family: "Clarimo UD PE Medium";
}
.m-global-header__search {
  top: -80px;
  right: 32px;
  height: 48px;
  background-color: #f6f6f6;
  margin: 0;
}
.m-global-header__search > input[type="search"] {
  height: 100%;
  background-color: transparent;
  border: 1px solid transparent;
  text-indent: 16px;
  width: 200px;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.m-global-header__search > button {
  width: 40px;
  height: 48px;
  border: 1px solid transparent;
  padding: 5px 8px 8px 8px;
  position: relative;
  background-color: transparent;
}
.m-global-header__search > button:after {
  content: "";
  color: #707070;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/icon_search.svg);
  width: 100%;
  height: 100%;
  background-size: 19px;
  background-repeat: no-repeat;
  background-position: 6px 6px;
}
.menu-header {
  width: 100%;
}
.menu-header {
  width: 100%;
  border-top: 1px solid #dcdcdc;
  margin-top: 20px;
}
.menu-header__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.top-bar-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-left: auto;
  margin-right: 10px;
}
.top-bar-menu-link {
  font-size: 14px;
  color: #000000;
}
.top-bar-menu-link:hover {
  color: #01916d;
}
@media (min-width: 992px) {
  .page-navbar__menu .nav-item.dropdown:hover .nav-link {
    background-color: #dcdcdc;
  }
  .page-navbar__menu .nav-item.dropdown:hover > .dropdown-menu {
    display: block;
  }
  .page-navbar__menu
    .nav-item.dropdown
    > .dropdown-menu
    > .dropright:hover
    > .dropdown-menu {
    display: block;
  }
}
/*Header End*/
/*Home Page Css Start*/
.hero-banner-slide {
  padding: 100px 0 130px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 545px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
/* 
.hero-banner-slide:nth-child(2) .hero-banner__bg img {
    object-fit: cover;
    object-position: center;
}
 */
.hero-banner__bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.hero-banner__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom;
}
.hero-banner-slide .container {
  position: relative;
  z-index: 5;
}
.slick-initialized .hero-banner-slide.slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slick-slider {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.slick-list.draggable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.hero-banner__caption .title {
  color: #333333;
  font-size: 40px;
  /* font-weight: 600; */
  margin-bottom: 40px;
}
/* .introduce-card__content .btn-primary:hover {
    color: #fff;
} */
.hero-banner-slider .slick-dots {
  padding: 0;
  list-style: none;
  font-size: 0;
  margin: 0;
  position: absolute;
  bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  right: 0;
}
.hero-banner-slider .slick-dots li {
  margin: 0 5px;
}
.hero-banner-slider .slick-dots li button {
  cursor: pointer;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #fff;
  border: solid 2px #fff;
  display: block;
  padding: 0px;
}
.hero-banner-slider .slick-dots li.slick-active button {
  background-color: transparent;
}
.home-description-section {
  padding-top: 80px;
  padding-bottom: 60px;
  background-color: #dcdcdc;
}
.section-title .title {
  font-size: 38px;
  color: #333333;
  margin-bottom: 10px;
  font-weight: 700;
}
.section-title .description {
  font-size: 18px;
  color: #333333;
}
.fuji-why-section {
  padding-top: 80px;
  padding-bottom: 50px;
  background-color: #fff;
}
.fuji-introduce-section {
  padding-top: 50px;
}
.fuji-introduce-section .section-title {
  margin-bottom: 35px;
}
.fuji-introduce-section .container-fluid {
  padding: 0 0px;
  overflow: hidden;
}
.fuji-introduce-section .container-fluid .row {
  margin-left: -3px;
  margin-right: -3px;
  width: calc(100% + 5px);
}
.fuji-introduce-section .container-fluid .row .col {
  padding-left: 3px;
  padding-right: 3px;
  margin-bottom: 6px;
}
.introduce-card {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.introduce-card__img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.introduce-card__content {
  position: relative;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.introduce-card__content_inner {
  max-width: 600px;
  padding: 90px;
  margin: auto;
  -webkit-transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}
.introduce-card:hover .introduce-card__img {
  -ms-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.introduce-card:hover .introduce-card__content {
  opacity: 1;
}
.introduce-card:hover .introduce-card__content_inner {
  opacity: 1;
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.introduce-card__content .title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}
.introduce-card__content .description {
  font-size: 18px;
  margin-bottom: 40px;
  color: #fff;
}
.fuji-processes-section .section-title .title {
  margin-bottom: 15px;
  text-transform: uppercase;
}
.fuji-can-section {
  background-color: #dcdcdc;
  position: relative;
}
.fuji-can-section .section-title {
  margin-bottom: 40px;
  position: absolute;
  left: 0;
  right: 0;
  top: 41px;
  z-index: 5;
}
.fuji-can-section .section-title .title {
  font-size: 18px;
  font-weight: 600;
}
.fuji-xerox-can-slider .col {
  padding-left: 0px;
  padding-right: 0px;
}
.fuji-xerox-can-slider .slick-dots,
.icon-slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  font-size: 0;
  margin-bottom: 0;
  margin-top: 10px;
  padding-bottom: 30px;
  padding-left: 0px;
  text-align: center;
}
.fuji-xerox-can-slider .slick-dots li,
.icon-slider .slick-dots li {
  margin: 0 5px;
  display: inline-block;
}
.fuji-xerox-can-slider .slick-dots button,
.icon-slider .slick-dots button {
  width: 15px;
  height: 15px;
  border: solid 1px #c1c1c1;
  background-color: #c1c1c1;
  border-radius: 25px;
  display: block;
  padding: 0;
}
.fuji-xerox-can-slider .slick-dots li.slick-active button,
.icon-slider .slick-dots li.slick-active button {
  background-color: #01916d; /* #01916d; */
  border-color: #01916d; /* #01916d; */
}
.fuji-icon-card {
  padding: 60px 15px 40px;
  -webkit-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  height: 100%;
  cursor: pointer;
}
.fuji-icon-card:hover {
  background-color: #c1c1c1;
}
.fuji-icon__icon {
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}
.fuji-icon__text {
  max-width: 300px;
  margin: auto;
  font-size: 18px;
  min-height: 90px;
}
.fuji-icon__text p {
  font-weight: 500;
}
.fuji-processes-section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.business-systems-content .section-title {
  margin-bottom: 20px;
}
.fuji-processes-timeline {
  padding: 50px 0;
}
.fuji-processes-timeline .row .col:last-child .fuji-processes-box {
  border-color: #3ab7d8;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 10px 25px;
}
.fuji-processes-timeline .row .col:last-child .fuji-processes-box .title {
  color: #3ab7d8;
}
.fuji-processes-card {
  text-align: center;
  padding: 0 5px;
  margin-bottom: 10px;
}
.fuji-processes-card p {
  margin-bottom: 0;
  font-size: 18px;
}
.fuji-processes-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 15px;
  border: solid 2px #199ecc;
  margin-bottom: 12px;
}
.fuji-processes-box img {
  margin-right: 15px;
}
.fuji-processes-box .title {
  font-weight: 700;
  color: #0f9aca;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 26px;
}
.systems-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.systems-badge .badge {
  margin: 0 15px;
  width: 150px;
  font-size: 29px;
  text-transform: uppercase;
}

/*Home Page Css End*/

/*Our Solutions Css Start*/
.inner-hero-banner .hero-banner-slide {
  padding: 0;
  height: 545px;
  background-position: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  cursor: pointer;
}
/* .hero-banner-slide__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    z-index: 0;
    -webkit-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
} */
.hero-banner__caption {
  height: 100%;
  padding: 30px;
}
.inner-hero-banner .hero-banner__caption {
  background-color: #000;
}
.hero-banner__img {
  overflow: hidden;
  height: 100%;
}
.inner-hero-banner {
  padding: 60px 0;
}
.hero-banner__img .hero-banner-slide__bg {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right;
  object-position: right;
}
.inner-hero-banner .hero-banner-slide .row:hover .hero-banner-slide__bg {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.hero-banner-slide .container {
  position: relative;
  z-index: 2;
}
.inner-hero-banner .hero-banner__caption .title {
  margin-bottom: 0;
  font-size: 30px;
}
.solution-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: none;
}
.solution-menu .nav-item {
  margin-bottom: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}
.solution-menu .nav-item .nav-link {
  border-radius: 0;
  border: none;
  border-bottom: solid 2px #01916d;
  padding: 15px 10px;
  display: block;
  color: #737373;
  background-color: #dcdcdc;
  text-decoration: none !important;
  font-size: 18px;
  -webkit-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.solution-menu .nav-item .nav-link.active {
  background-color: #01916d;
  color: #fff;
}
.solution-menu .nav-item .nav-link:not(.active):hover {
  color: #333333;
  background-color: #c1c1c1;
  -webkit-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.solution-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  padding: 25px 0 20px;
}
.solution-tags a {
  color: #7f7f7f;
  padding: 0 8px;
}
.solution-tags li a:first-child {
  padding-left: 0px;
}
.row.agreements-row {
  margin-left: -30px;
  margin-right: -30px;
  padding-top: 40px;
  padding-bottom: 60px;
}
.row.agreements-row .col {
  padding-left: 30px;
  padding-right: 30px;
}
.icon-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.icon-slider .slick-slide.col {
  -webkit-box-flex: unset;
  -ms-flex: unset;
  flex: unset;
  float: unset;
  height: unset;
}
.icon-card {
  padding: 20px;
  height: 100%;
  -webkit-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  cursor: pointer;
}
.icon-card--gray {
  background-color: #c1c1c1;
  color: #fff;
}
.icon-card--gray:hover {
  background-color: #01916d;
}
.icon-card .icon {
  max-width: 105px;
  height: 105px;
  margin: auto;
  margin-bottom: 15px;
  text-align: center;
}
.icon-card .icon img {
  -o-object-fit: scale-down;
  object-fit: scale-down;
  width: 100%;
  height: 100%;
}
.icon-card .text {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  min-height: 72px;
}
.solution-benefits {
  padding-top: 20px;
  padding-bottom: 60px;
}
.solution-benefits .label {
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.solution-benefits__card {
  text-align: center;
  padding: 0 15px;
}
.solution-benefits__card .icon {
  max-width: 105px;
  margin: 10px auto 20px;
}
.solution-benefits__card .icon img {
  -o-object-fit: scale-down;
  object-fit: scale-down;
  width: 100%;
  height: 100%;
}
.solution-benefits__card .text {
  font-size: 18px;
  font-weight: 500;
}
.solution-benefits__card .text p {
  font-size: 18px;
  font-weight: 500;
}
.related-resources-section {
  background-color: #dcdcdc;
  padding-top: 40px;
  padding-bottom: 80px;
}
.related-resources-section .section-title {
  padding: 0 15px;
}
.card--related-post {
  background-color: transparent;
  border-radius: 0px;
  border-color: #6c6c6c;
  overflow: hidden;
}
.related-post__img {
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.card--related-post .card-body {
  padding: 20px 50px;
}
.card--related-post .title {
  color: #333333;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}
.card--related-post .description {
  color: #333333;
  font-size: 18px;
  margin-bottom: 30px;
}
.related-post__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 0px;
}
.related-post__filter_menu {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 600px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.related-post__filter_menu li {
  margin: 0 15px;
}
.related-post__filter_menu li .filter-btn {
  font-size: 18px;
  color: #737373;
  text-decoration: none !important;
}
/*.related-post__filter_menu li .filter-btn:hover {
    color: #333333;
}
.related-post__filter_menu li .filter-btn:hover:after {
    opacity: 1;
    width: 100%;
}*/
.related-post__filter_menu li .filter-btn:after {
  content: "";
  width: 0;
  height: 2px;
  background-color: #01916d;
  display: block;
  opacity: 0;
}
.related-post__filter_menu li .filter-btn.active {
  color: #333333;
}
.related-post__filter_menu li .filter-btn.active:after {
  opacity: 1;
  width: 100%;
}
.filter-btn.disable {
  /*pointer-events: none;*/
}

.related-post__slider {
  padding-top: 70px;
  overflow: hidden;
}
.related-post__slider .slick-list {
  overflow: visible;
}
.related-post__slider .slick-arrow {
  background-color: #fff;
  border: solid 2px #c1c1c1;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  font-size: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
}
.related-post__slider .slick-arrow:after {
  content: "\f053";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  color: #c1c1c1;
  z-index: 5;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.related-post__slider .slick-arrow.slick-next:after {
  content: "\f054";
}
.related-post__slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  font-size: 0;
  margin-bottom: 0;
  margin-top: 30px;
  padding-left: 0px;
}
.related-post__slider .slick-dots li {
  margin: 0 5px;
}
.related-post__slider .slick-dots button {
  width: 15px;
  height: 15px;
  border: solid 1px #c1c1c1;
  border-radius: 25px;
  display: block;
  background-color: #c1c1c1;
  padding: 0;
}
.related-post__slider .slick-dots li.slick-active button {
  background-color: #01916d;
  border-color: #01916d;
}
.related-post__slider .slick-arrow.slick-disabled {
  display: none;
}
.related-post__slider .slick-prev.slick-arrow {
  left: calc(20% - 20px);
}
.related-post__slider .slick-next.slick-arrow {
  right: calc(20% - 20px);
}
.related-post__slide {
  padding: 0px 60px;
  -webkit-transition: -webkit-transform 0.5s linear !important;
  transition: -webkit-transform 0.5s linear !important;
  -o-transition: transform 0.5s linear !important;
  transition: transform 0.5s linear !important;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear !important;
  margin-bottom: 1px;
}
.related-post__slide:not(.slick-current) {
  -webkit-transform: translateY(-70px);
  -ms-transform: translateY(-70px);
  transform: translateY(-70px);
}
/*Our Solutions Css End*/

/*Learn Css Start*/
.learn-section {
  padding-bottom: 40px;
}
.learn-section .section-title {
  padding-top: 40px;
  padding-bottom: 35px;
}
.learn-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: none;
}
.learn-menu .nav-item {
  margin-bottom: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}
.learn-menu .nav-item .nav-link {
  border-radius: 0;
  border: none;
  border-bottom: solid 2px #01916d;
  padding: 15px 10px;
  display: block;
  color: #737373;
  background-color: #fff;
  text-decoration: none !important;
  font-size: 18px;
}
.learn-menu .nav-item .nav-link.active {
  background-color: #01916d;
  color: #fff;
}
.learn-menu .nav-item .nav-link:not(.active):hover {
  color: #333333;
  background-color: #c1c1c1;
  -webkit-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.resource-list > .col {
  margin-bottom: 30px;
}
.row.resource-list:nth-child(odd) .col:nth-child(even) .resource-card {
  background-color: #dcdcdc;
}
.row.resource-list:nth-child(even) .col:nth-child(odd) .resource-card {
  background-color: #dcdcdc;
}
.resource-card {
  border-radius: 0;
  background-color: #f8f8f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border: none;
  height: 100%;
}
.resource-card .resource-card__img {
  height: 100%;
  overflow: hidden;
}
.resource-card .resource-card__img a {
  height: 100%;
  display: block;
}
.resource-card .resource-card__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.resource-card .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 25px 25px;
}
.resource-card .title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 15px;
}
.resource-card .description {
  font-size: 18px;
}
.resource-card .card-body .btn.btn-primary {
  padding: 7px 10px;
  white-space: nowrap;
  display: block;
  min-width: 190px;
  font-weight: normal;
}
.video-note {
  font-size: 10px;
  margin-top: 5px;
  font-weight: bold;
  font-style: italic;
  text-indent: -10px;
}
/*Learn Css End*/

/*Footer Start*/
.main-footer {
  position: relative;
  letter-spacing: 0.5px;
}
.footer__inner {
  padding-top: 45px;
  padding-bottom: 40px;
  background-color: #333;
  color: #fff;
}
/* .main-footer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 90%;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    background-color: #737373;
} */
.footer-copyright p {
  color: #333333;
  font-size: 0.75em;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
}
.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 14px;
  font-size: 0.9375em;
  font-weight: 400;
  line-height: 1.4;
}
.footer-social li {
  padding-right: 10px;
}
.footer-social li a {
  color: #c1c1c1;
  font-size: 22px;
  display: block;
  padding: 0px 5px;
}
.footer-menu li .nav-link {
  padding: 0px 10px;
  color: #333333;
  line-height: 16px;
  font-weight: 500;
  font-size: 0.9375em;
}
.footer-menu li .nav-link:hover {
  color: #333333;
  text-decoration: underline;
}
.footer-menu li:not(:last-child) .nav-link:after {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: #dbdbdb;
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 1px;
  height: 6px;
  margin: -1px 0 0;
  content: "";
}
.footer-menu li:first-child .nav-link {
  padding-left: 0;
}
.fujifilm-group-title {
  font-size: 18px;
  font-weight: 700;
}
.fujifilm-group-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.footer-description {
  margin-bottom: 25px;
}
.footer-description p {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.7;
  color: #ffffff;
  letter-spacing: 1px;
}
.fujifilm-group-link {
  display: block;
  color: #dcdcdc;
}
.fujifilm-group-link:hover {
  color: #ffffff;
  text-decoration: none;
}
.fujifilm-group-link img {
  display: block;
  max-width: 270px;
  margin: 0 15px 8px 0;
}
.fujifilm-group-link p {
  margin: 0;
  font-weight: 600;
  font-size: 13px;
}
.footer-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}
.footer-menu-link {
  color: #999999;
  position: relative;
  font-size: 14px;
  font-weight: 500;
}
.footer-menu-link:after {
  content: "";
  display: inline-block;
  width: 1px;
  margin: 0 16px;
  background-color: #999999;
  height: 12px;
}
.footer-menu-link:hover {
  color: #ffffff;
}
.footer-menu-item:last-child .footer-menu-link:after {
  display: none;
}
.site-copyright-text {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  color: #8c8c8c;
}
.footer-bottom-content {
  padding: 16px 0 32px;
  background-color: #000000;
}
/*Footer End*/
/*Responsive start*/
.PHdbWfFJ_13,
.PHdbWfFJ_5,
.PHdbWfFJ_20,
.PHdbWfFJ_23,
.PHdbWfFJ_27,
.qVInUexo_15,
.qVInUexo_8,
.qVInUexo_21,
.qVInUexo_23,
.qVInUexo_27 {
  stroke-dasharray: 0 !important;
  stroke-dashoffset: 0 !important;
}
.fuji-xerox-can-slider .slick-dots,
.icon-slider .slick-dots {
  display: none;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1175px;
  }
}
@media (max-width: 1199.98px) {
  .fuji-processes-timeline {
    background-size: 100% 290px;
  }
  .fuji-processes-box {
    height: 70px;
    padding: 0px;
  }
  .fuji-processes-box img {
    width: 40px;
    margin-right: 10px;
  }
  .fuji-processes-box .title {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 991.98px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 100%;
  }
  .main-header .navbar > .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .navbar-toggler[aria-expanded="true"] .fa-bars:before {
    content: "\f00d";
  }
  .main-header .navbar .navbar-collapse {
    margin-top: 0px;
    margin-bottom: 0px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
  }
  .main-header .navbar-nav .nav-item .nav-link:hover {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: auto;
  }
  .main-header .navbar .navbar-collapse .navbar-nav {
    margin-top: 0;
    margin-bottom: 15px;
  }
  .main-header .navbar-nav .nav-item:first-child {
    padding-left: 16px;
  }
  .main-header .navbar .navbar-nav .nav-link:after {
    display: none;
  }
  .hero-banner-slide {
    height: 580px;
  }
  .introduce-card:after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .introduce-card .introduce-card__img {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .introduce-card .introduce-card__content {
    opacity: 1;
  }
  .introduce-card .introduce-card__content_inner {
    opacity: 1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .fuji-processes-card p {
    font-size: 16px;
  }
  .systems-badge .badge {
    margin: 0 10px;
    width: 140px;
  }
  .fuji-processes-box .title {
    font-size: 18px;
    line-height: 18px;
  }
  .main-header .navbar {
    padding-bottom: 20px;
  }
  .fuji-processes-box img {
    width: 30px;
    margin-right: 10px;
  }
  .fuji-processes-box .title {
    font-size: 16px;
    line-height: 18px;
  }
  .fuji-xerox-can-slider .slick-dots,
  .icon-slider .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .fuji-icon-card {
    padding: 150px 15px 50px;
  }
  .learn-section .section-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .related-post__slide {
    padding: 0px 30px;
  }
  .row.agreements-row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.agreements-row .col {
    padding-left: 15px;
    padding-right: 15px;
  }
  .related-post__slider .slick-prev.slick-arrow {
    left: calc(10% - 20px);
  }
  .related-post__slider .slick-next.slick-arrow {
    right: calc(10% - 20px);
  }
}
@media (max-width: 767.98px) {
  .page-navbar__menu .nav-item:first-child .nav-link {
    padding-left: 4px !important;
  }
  .page-navbar__menu .nav-link.dropdown-toggle {
    padding-left: 4px !important;
  }
  .page-navbar__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
  .page-navbar__menu .nav-item:not(:first-child) {
    display: none;
  }
  .page-navbar__menu.open-menu .nav-item:not(:first-child) {
    display: block;
  }
  .open-submenu-link {
    display: block;
    padding-right: 10px;
    padding-left: 10px;
  }
  .page-navbar__menu .nav-item:first-child {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page-navbar__menu .nav-link.dropdown-toggle::after {
    position: absolute;
  }
  .hero-banner__caption {
    text-align: center;
  }
  .hero-banner-slide {
    height: 480px;
    padding: 50px 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .hero-banner__caption .title {
    font-size: 32px;
    /*color: #ffffff;*/
    margin-bottom: 20px;
  }
  .hero-banner-slider .slick-dots {
    bottom: 20px;
  }
  .hero-banner-slider .slick-dots li {
    margin: 0 3px;
  }
  .hero-banner-slider .slick-dots li button {
    cursor: pointer;
    width: 10px;
    height: 10px;
    padding: 0;
    border: solid 1px #fff;
  }
  .page-navbar__menu li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    text-align: center;
  }
  .page-navbar__menu .nav-link {
    padding: 14px 10px !important;
    border-bottom: solid 1px #d5d5d5;
  }
  .page-navbar__menu .nav-item .dropdown-menu {
    position: static !important;
    padding: 0;
    -webkit-transform: unset !important;
    -ms-transform: unset !important;
    transform: unset !important;
  }
  .page-navbar__menu .dropdown-item {
    padding: 14px 10px;
  }
  .page-navbar__menu .dropdown-item:hover {
    margin: 0px;
    width: 100%;
  }
  .home-description-section {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .section-title .title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .fuji-introduce-section .section-title {
    margin-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-title .description {
    font-size: 16px;
    margin-bottom: 0px;
  }
  .introduce-card__content_inner {
    padding: 45px 50px;
  }
  .introduce-card__content .title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .introduce-card__content .description {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .btn {
    padding: 6px 20px;
  }
  .fuji-xerox-can-slider .col .fuji-icon-card {
    padding-top: 120px;
    padding-bottom: 50px;
  }
  .fuji-processes-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .systems-badge .badge {
    margin: 0 5px 10px;
  }
  .footer-menu li .nav-link {
    padding: 2px 7px !important;
    font-size: 14px;
  }
  .footer-menu li .nav-link:after {
    display: none;
  }
  .related-post__slide:not(.slick-current) {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .related-post__slider {
    padding-top: 30px;
  }
  .related-post__slide {
    padding: 0 30px;
  }
  .related-post__slide:not(.slick-current) {
    margin-top: 0px;
  }
  .solution-menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .inner-hero-banner .hero-banner-slide {
    padding: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
    height: calc(100vh - 130px);
  }
  .inner-hero-banner .hero-banner-slide .hero-banner__caption {
    display: block;
    margin: 0 -15px;
    background-image: -o-linear-gradient(top, #fff, transparent);
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#fff),
      to(transparent)
    );
    background-image: linear-gradient(180deg, #fff, transparent);
    padding: 50px 0;
  }
  .process-automation__banner.inner-hero-banner
    .hero-banner-slide
    .hero-banner__caption {
    background-image: none;
  }
  .inner-hero-banner .hero-banner__caption .title {
    font-size: 28px;
  }
  .inner-hero-banner .hero-banner__caption .title.text-white-mobile {
    color: #fff !important;
  }
  .solution-menu .nav-item {
    width: 100%;
  }
  .solution-tags {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .related-post__filter {
    padding-top: 15px;
  }
  .related-post__filter_menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .related-post__slider .slick-list {
    padding: 0 !important;
  }
  .row.agreements-row {
    margin-left: -7px;
    margin-right: -7px;
  }
  .row.agreements-row .col {
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 15px;
  }
  .icon-card {
    max-width: 200px;
    margin: auto;
  }
  .icon-card--gray {
    background-color: #01916d;
  }
  .card--related-post .card-body {
    padding: 20px;
  }
  .card--related-post .title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .card--related-post .description {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .related-post__slider .slick-arrow {
    display: none !important;
  }
  .icon-slider .slick-slide {
    height: auto !important;
  }
  .solution-benefits__card {
    max-width: 200px;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
  }
  .solution-benefits__card .icon {
    max-width: 80px;
  }
  .solution-benefits__card .text p {
    font-size: 16px;
  }
  .solution-benefits__btn .btn {
    font-size: 14px;
    font-weight: 500;
  }
  .learn-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .learn-menu .nav-item {
    width: 100%;
  }
  .resource-card .title {
    font-size: 20px;
  }
  .resource-card .description {
    font-size: 14px;
  }
  .resource-card .btn {
    font-size: 14px;
  }
  /*.learn-menu .nav-item:not(:first-child), .solution-menu .nav-item:not(:first-child) {
        display: none;
    }
    .learn-menu.open-menu .nav-item:not(:first-child), .solution-menu.open-menu .nav-item:not(:first-child) {
        display: block;
    }*/
  /*.learn-menu .nav-item .nav-link:after, .solution-menu .nav-item .nav-link:after {
        content: "";
        height: 15px;
        width: 2px;
        background-color: #737373;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
    }
    .learn-menu .nav-item .nav-link.active:after, .solution-menu .nav-item .nav-link.active:after {
        background-color: #fff;
    }
    .learn-menu .nav-item .nav-link:before, .solution-menu .nav-item .nav-link:before {
        content: "";
        height: 2px;
        width: 15px;
        background-color: #737373;
        position: absolute;
        top: 50%;
        right: 14px;
        transform: translateY(-50%);
    }
    .learn-menu .nav-item .nav-link.active:before, .solution-menu .nav-item .nav-link.active:before {
        background-color: #fff;
    }*/

  /*.learn-menu.open-menu .nav-item:first-child .nav-link::after, .solution-menu.open-menu .nav-item:first-child .nav-link::after {
        opacity: 0;
    }*/
  .learn-menu .nav-item .nav-link,
  .solution-menu .nav-item .nav-link {
    border-bottom: none;
    text-align: left;
    padding-left: 15px;
  }
  .learn-menu .nav-item .nav-link {
    background-color: #dcdcdc;
  }
  .icon-card .icon {
    max-width: 80px;
  }
  .icon-card .text {
    font-size: 16px;
  }
  .resource-card .card-body {
    padding: 15px 10px;
  }
  .resource-card .card-body .btn.btn-primary {
    padding: 7px 10px;
    min-width: 100%;
    max-width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
  }
  .learn-section {
    padding-bottom: 30px;
  }
  .solution-benefits__btn .btn {
    margin-bottom: 5px;
  }
  .fujifilm-group-link img {
    max-width: 200px;
  }
  .related-post__filter_menu li {
    text-align: center;
  }
  .top-bar-menu {
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
  }
  .footer-menu-list {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 30px;
  }
}
@media (max-width: 420.98px) {
  .hero-banner-slide {
    height: calc(100vh - 130px);
  }
}
@media (max-width: 330.98px) {
}
/*Responsive End*/

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body {
    display: block;
  }
  .main-header .navbar-brand {
    width: 204px;
  }
  .hero-banner__bg img {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    height: auto;
  }
  .card--related-post {
    overflow: hidden;
  }
  .related-post__img {
    height: auto;
  }
  .resource-card .row.no-gutters {
    display: block;
  }
  .resource-card .card-body {
    display: block;
  }
  .resource-card .resource-card__img {
    float: left;
  }
  .resource-card .resource-card__img ~ .col {
    float: right;
  }
  .fuji-processes-timeline #my-svg {
    height: 355px;
  }
  .resource-card .resource-card__img img {
    position: absolute;
    height: auto;
    left: 50%;
    right: 0;
    top: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.underline {
  text-decoration: underline !important;
}
