body {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-size: 18px;
}
a,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
}
.navbar-light .navbar-toggler-icon {
  background-image: url(../../../assets/images/burger-menu.svg) !important;
}
img {
  max-width: 100%;
}
.bg-black {
  background-color: #000;
}
.bg-white {
  background-color: #fff;
}
.w-80 {
  width: 80% !important;
}
.txt_white {
  color: #fff !important;
}
.btn-warning {
  background-color: var(--carrot-orange);
  border-color: var(--carrot-orange);
  color: #fff;
  /*text-shadow:0 0 1px #000000, 0 0 1px #000000;*/
  -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.btn-outline-warning {
  border-color: var(--carrot-orange);
  color: var(--carrot-orange);
  -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.btn-danger {
  background-color: var(--red);
}
.btn-dark {
  background-color: var(--jaguar);
  color: var(--white);
}
.btn-link {
  font-size: 16px;
  color: var(--carrot-orange);
  text-align: left;
}
.btn-link i {
  font-size: 32px;
}
.btn-link:hover {
  color: var(--white);
  text-decoration: none;
}
.btn-outline-secondary {
  border-color: var(--dim-grey);
  color: var(--white);
  font-weight: 500;
  font-size: 22px;
}
.btn-outline-secondary:hover {
  background-color: var(--carrot-orange);
}
.btn-warning:focus {
  color: #212529;
}
.bg-dark {
  background: var(--jaguar) !important;
}
.bg-eclipse {
  background: var(--eclipse) !important;
}
.bg-payne-grey {
  background: var(--payne-grey);
}
.bg-dark-tangerine {
  background: var(--dark-tangerine);
}
.bg-dark-rusian {
  background: var(--black-rusian);
}
.bg-banner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.9;
}
section#why-choose-us .pt-5 {
  padding-top: 1rem !important;
}
/* .bg-banner-erp{
    height:calc(100vh - 120px);
    max-height: 700px;
    background-position: center -90px;
    background-size: cover;
} */
.bg-banner-erp {
  height: 100%;
  /* max-height: 700px; */
  background-size: cover;
}
.bg-banner,
.bg-banner-partner {
  /* min-height:calc(100vh - 120px); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.comparison-banner {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.comparison2-banner {
  height: calc(100vh - 65px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
#cookieConsent {
  background-color: #ffc107;
  min-height: 26px;
  font-size: 14px;
  color: #494949;
  line-height: 26px;
  padding: 8px 0 8px 30px;
  font-weight: 700;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 9999;
  width: 100%;
}
#cookieConsent a {
  color: #fff;
  text-decoration: none;
}
#closeCookieConsent {
  float: right;
  display: inline-block;
  cursor: pointer;
  height: 20px;
  width: 20px;
  font-size: 28px;
  margin-right: 20px;
}
#closeCookieConsent:hover {
  color: #fff;
}
#cookieConsent a.cookieConsentOK {
  background-color: #f1d600;
  color: #000;
  display: inline-block;
  border-radius: 5px;
  padding: 0 20px;
  cursor: pointer;
  float: right;
  margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
  background-color: #e0c91f;
}
.title {
  font-size: 39.5px;
  letter-spacing: 0;
  color: var(--black-rusian);
}
#main-banner p {
  color: var(--black-rusian) !important;
}
#main-banner p.perbandingancolor {
  color: var(--white) !important;
}
section#main-banner .btn {
  /* margin-inline-end: 10px; */
  /* width: 230px; */
  margin-bottom: 5px;
}
.title-yellow {
  font-size: 48px;
  color: var(--dark-tangerine);
  font-weight: 700;
  line-height: 30px;
}
.section-title {
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: var(--black-rusian);

  position: relative;
}

@media (min-width: 769px) and (max-width: 1200px) {
  footer .section-title {
    font-size: 22px !important;
  }
}
.thankyou h1.title {
  font-size: 42px;
  color: #fea110;
  margin-top: 125px;
  font-weight: 700;
  padding-bottom: 10px;
}
.thankyou p.subtitle {
  padding-bottom: 25px;
}
.thankyou img.iconthanks {
  position: absolute;
  left: 0;
  right: 0;
  margin: 35px auto;
}
.list-product h1.section-title,
section#blog-section h1.section-title,
section#contact-form h1.section-title,
section#featured-client h1.section-title,
section#industry-served h1.section-title,
section#partners-commitment h1.section-title,
section#product-integration h1.section-title,
section#solution h1.section-title,
section#testimonial-section h1.section-title,
section#why-choose-us h1.section-title {
  color: var(--azure);
}
h2.section-title,
h3.section-title {
  color: var(--azure);
}
/* #crm-feature h2.section-title.mb-lg-5.pb-2.line-center.text-center{
    padding-top: 100px;
} */
#hrm-basic h2.section-title.mb-lg-5.pb-2.line-center.text-center {
  padding-top: 100px;
}
.line-left::after,
.line-sm::after {
  content: "";
  width: 100px;
  border-bottom: 2px solid var(--dark-tangerine);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.underline {
  content: "";
  width: 100px;
  border-bottom: 2px solid var(--dark-tangerine);
  margin-top: -8px;
}
.underline-right {
  content: "";
  width: 100px;
  border-bottom: 2px solid var(--dark-tangerine);
  float: right;
  margin-bottom: 10px;
}
.underline-left {
  content: "";
  width: 100px;
  border-bottom: 2px solid var(--dark-tangerine);
  float: left;
  margin-bottom: 10px;
}
.line-left::after {
  margin: 0 auto 0 0;
}
.line-sm::after {
  width: 40px;
}
.section-content {
  font-size: 1rem;
  font-weight: 400;
  color: var(--white);
}
.tagline {
  font-weight: 400;
  font-size: 25px;
  color: var(--alice-blue);
}
.logo-featured {
  width: 120px;
  height: 120px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 10px 0;
}
.logo-featured img:last-child {
  position: absolute;
  top: 0;
  left: 50%;
  display: none;
  transform: translateX(-50%);
}
.img_first,
.img_hover {
  width: 120px;
  transition: 0.5s linear;
}
.feat-img:hover,
.feat-img:hover .img_hover {
  width: 120px;
}
.carousel-indicators li {
  width: 12px !important;
  height: 12px !important;
  border-radius: 100%;
}
.carousel-indicators .active {
  background-color: var(--dark-tangerine);
}
.navbar {
  height: 82px;
  -webkit-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  -ms-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}
.nav-link {
  padding: 1rem;
}
.navbar-nav .nav-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  position: relative;
}
.show .nav-link {
  color: var(--carrot-orange) !important;
}
.navbar-nav .nav-item > span {
  position: absolute;
  right: 0;
  color: var(--alice-blue);
  font-size: 1.3rem;
  top: 20px;
  cursor: pointer;
}
.navbar-nav .nav-item > span:before {
  display: block;
  font-family: fontawesome;
  content: "\f196";
}
.navbar-nav .nav-item.aktif > span:before {
  content: "\f147";
}
.navbar-dark .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link {
  color: #fff !important;
  font-weight: 500;
  font-size: 14px;
  position: relative;
  width: 100%;
}
.new-nav {
  background-color: #fff !important;
}
.new-nav.shadow {
  box-shadow: 0 1px 10px 1px;
}
.new-nav .navbar-nav .nav-link {
  font-family: Poppins, sans-serif;
  color: #0b6bb6 !important;
  font-weight: 400;
  font-size: 1rem;
  position: relative;
  width: 100%;
}
.new-nav .navbar-nav li a button.btn {
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  position: relative;
  width: 100%;
}
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .active > .nav-link {
  color: var(--dark-tangerine);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: var(--dark-tangerine) !important;
}
.navbar-dark .navbar-nav .nav-link.btn-warning:focus,
.navbar-dark .navbar-nav .nav-link.btn-warning:hover,
.navbar-light .navbar-nav .nav-link.btn-warning:focus,
.navbar-light .navbar-nav .nav-link.btn-warning:hover {
  background-color: var(--alice-blue);
  color: var(--dark-tangerine) !important;
  text-shadow: unset !important;
}
.navbar-nav .active > .nav-link::after {
  content: none;
}
.navbar-nav {
  height: calc(100vh - 82px);
  overflow: auto;
  position: relative;
  padding: 1.5rem 3rem 3rem;
}
.navbar-collapse {
  /* background-color:var(--jaguar); */
  margin-left: -3rem;
  margin-right: -3rem;
  padding-left: 3rem;
  padding-right: 3rem;
}
.dropdown-toggle::after {
  display: unset;
  margin-left: unset;
  vertical-align: unset;
  border: none;
}
.dropdown-menu {
  border-radius: 0;
  border: none;
  background-color: var(--jaguar);
}
.dropdown-menu .dropdown-item {
  color: var(--white);
  padding-left: 0.5rem;
  padding-bottom: 0;
}
.dropdown-menu .border-right {
  border-color: transparent !important;
}

.dropdown-menu .dropdown-item:active,
.dropdown-menu .dropdown-item:hover {
  background-color: #444;
  color: var(--dark-tangerine);
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.dropdown-menu strong span {
  font-size: 16px;
  color: var(--alice-blue);
  position: relative;
}
.dropdown-menu strong span:after {
  display: block;
  content: "";
  width: 110%;
  position: absolute;
  left: -5%;
  border-bottom: 2px solid var(--carrot-orange);
  bottom: -5px;
}
.dropdown-menu ul {
  padding: 5px 0 10px;
  list-style: none;
}
.dropdown-menu a {
  color: var(--alice-blue);
}
.dropdown-menu a:focus,
.dropdown-menu a:hover {
  color: var(--dark-tangerine);
}
.menu-dropdown {
  width: 100%;
}
.content-slide {
  font-size: 14px;
  color: var(--white);
}
.person {
  color: var(--white);
  font-size: 18px;
  position: relative;
  padding-bottom: 10px;
}
.person::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  border-bottom: 1px solid var(--grey);
}
.jabatan {
  color: var(--white);
  font-size: 16px;
}
.list-link {
  color: #b9b9b9;
  font-weight: 300;
  font-size: 14px;
  cursor: pointer;
}
.list-link:hover {
  color: var(--dark-tangerine);
}
.rounded-top {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}
.icon-text {
  font-size: 18px;
  color: var(--dark-tangerine);
  font-weight: 700;
}
.icon-content {
  font-size: 12px;
  color: var(--white);
  font-weight: 400;
}
.mask-hover {
  width: 100%;
  /* height:50%; */
  background-size: 100% 200%;
  background-image: linear-gradient(
    to top,
    var(--dark-tangerine) 50%,
    transparent 50%
  );
  -webkit-transition: background-position 0.5s;
  -moz-transition: background-position 0.5s;
  -o-transition: background-position 0.5s;
  -ms-transition: background-position 0.5s;
  transition: background-position 0.5s;
}
.mask-hover:hover {
  background-position: 0 100%;
}
.mask-gradient {
  height: 100%;
}
.mask-gradient::after {
  content: "";
  background-image: linear-gradient(transparent, #000);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
}
.image-class {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.icon-bottom,
.icon-top {
  align-items: center;
  display: flex;
  color: var(--carrot-orange);
}
.icon-bottom-industry,
.icon-top-industry {
  width: 100%;
  color: var(--white);
}
.icon-bottom-industry img,
.icon-top-industry img {
  height: max-content;
  width: max-content;
  width: 65px;
}
.icon-hover {
  position: relative;
  display: flex;
  align-items: center;
  height: 60px;
  width: 100%;
  cursor: pointer;
}
.icon-hover div.icon-bottom,
.icon-hover div.icon-bottom-industry {
  opacity: 1;
}
.icon-hover div {
  position: absolute;
  left: 0;
  opacity: 0;
  font-size: 16px;
}
main.wfh-content {
  background-image: url(../images/bgloop2x.png);
  background-repeat: repeat-y;
  background-position: center;
  background-size: cover;
}
.new-nav .wfh-navbar {
  background-color: #fff;
}
.accordion a.contenttab::after {
  content: "\f078";
  font-family: FontAwesome;
  position: absolute;
  right: 15px;
  color: var(--carrot-orange);
}
.accordion a.contenttab[aria-expanded="true"]:after {
  content: "\f077";
  color: var(--carrot-orange);
}
.accordion a.nocontenttab {
  background: #fff 0 0 no-repeat padding-box;
  box-shadow: 0 3px 6px #00000029;
  border-radius: 0 30px 30px 0;
  margin-bottom: 5px;
  padding: 10px 20px;
  color: #404040;
}
.accordion a.contenttab.collapsed {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-size: 14px;
  background: #fff 0 0 no-repeat padding-box;
  box-shadow: 0 3px 6px #00000029;
  border-radius: 0 30px 30px 0;
  margin-bottom: 5px;
  padding: 10px 20px;
  cursor: pointer;
  color: #404040;
  border-top: unset;
  width: 365px;
}
.accordion a.contenttab {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-size: 14px;
  background: #0c6cb6 0 0 no-repeat padding-box;
  box-shadow: 0 3px 6px #00000029;
  border-radius: 0 30px 30px 0;
  margin-bottom: 5px;
  padding: 10px 20px;
  cursor: pointer;
  color: #fff;
  border-top: unset;
  width: 365px;
}
.accordion a.contenttab:hover {
  color: var(--carrot-orange);
}
.accordion a.contenttab::before,
.accordion a.nocontenttab::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
  height: 41px;
  background: #ffb300 0 0 no-repeat padding-box;
}
.accordion .thecontent .card-body {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 5px;
  background: #fff 0 0 no-repeat padding-box;
  box-shadow: 0 3px 6px #00000029;
  border-radius: 0 0 30px 0;
  border-right: 1px solid #aaa;
  border-left: 1px solid #aaa;
}
.accordion a.btn-link:not(.collapsed) {
  border-bottom: unset;
  border-top: unset;
  text-decoration: none;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.boxlayer h1.section-title {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #0b6bb6;
}
.boxlayer p.section-subtitle {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #404040;
  padding: 15px 0;
}
.boxlayer p.section-content {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #404040;
  padding: 15px 0;
}
.wfh-banner h1.section-title {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #0b6bb6;
}
.wfh-banner p.section-content {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #404040;
}
.wfh-banner a.skroll {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}
.wfh-banner a.skroll:hover {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: var(--carrot-orange);
}
.boxlayer .sectionbox {
  margin-bottom: 170px;
}
.boxlayer .sectionbox .imagebox {
  text-align: center;
  height: 100%;
}
.boxlayer .sectionbox .imagebox img {
  width: 672px;
}
#featurebox .boxlayer ul.nav {
  margin-top: 50px;
  margin-bottom: 50px;
}
#featurebox .boxlayer .nav-pills .nav-link.active,
#featurebox .boxlayer .nav-pills .show > .nav-link {
  color: #fff;
  background: #0b6bb6 0 0 no-repeat padding-box;
  border-radius: 27px;
}
#featurebox .boxlayer .nav-pills .nav-link {
  background: #eaeaea 0 0 no-repeat padding-box;
  border-radius: 27px;
  margin: 0 10px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 16px;
}
.pricelistlayer {
  padding-bottom: 6rem;
  text-align: center;
}
.pricelistlayer h1.section-title {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #0b6bb6;
  margin-bottom: 2rem;
}
.pricelistlayer p.section-subtitle {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #404040;
}
.pricelistlayer .package-content {
  background: #fff 0 0 no-repeat padding-box;
  box-shadow: 0 12px 8px #00000029;
  border-radius: 5px;
  text-align: center;
  padding: 40px 20px;
  height: 350px;
}
.pricelistlayer .package-content .packagerange {
  padding: 20px 0;
}
.pricelistlayer .package-content .packagerange input.range {
  width: 25px;
  position: relative;
  top: 5px;
}
.pricelistlayer .package-content .packagerange span.perbulan {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #404040;
  margin-right: 10px;
}
.pricelistlayer .package-content .packagerange span.pertahun {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #404040;
  margin-left: 10px;
}
.pricelistlayer .package-content p.package {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #0b6bb6;
}
.pricelistlayer .package-content h1.package-price {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #404040;
}
.pricelistlayer .package-content p.timing {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #b1b1b1;
}
.pricelistlayer .package-content a.btn {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}
.pricelistlayer .package-content a.btn:hover {
  color: var(--carrot-orange);
}
.pricelistlayer .package-content a.btngratis {
  margin-top: 70px;
}
.pricelistlayer .package-content a.btnpremium {
  margin-top: 10px;
}
.pricelistlayer .package-content ul.packagelist {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.34px;
  color: #404040;
  list-style: none;
  line-height: 2;
  margin-top: 10px;
  margin-left: -35px;
}
.carakerjalayer {
  padding-bottom: 6rem;
  margin-top: 100px;
}
.carakerjalayer::after {
  content: "";
  height: 360px;
  width: 100%;
  background: #0b6bb6 0 0 no-repeat padding-box;
  position: absolute;
  margin-top: -264px;
  z-index: -1;
}
.carakerjalayer h1.section-title {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #0b6bb6;
  margin-bottom: 2rem;
}
.carakerjalayer .carousel .carousel-indicators {
  bottom: -60px;
}
.carakerjalayer .carousel .carousel-indicators li {
  margin-right: 10px;
  margin-left: 10px;
}
.carakerjalayer .carousel .carousel-control-next {
  right: -35px;
  top: 199px;
  width: 50px;
  height: 50px;
  background: var(--carrot-orange);
  border-radius: 50%;
  opacity: 1;
}
.carakerjalayer .carousel .carousel-control-prev {
  left: -35px;
  top: 199px;
  width: 50px;
  height: 50px;
  background: var(--carrot-orange);
  border-radius: 50%;
  opacity: 1;
}
.benefitslayer {
  padding-bottom: 6rem;
  padding-top: 6rem;
  text-align: center;
}
.benefitslayer h1.section-title {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #0b6bb6;
  margin-bottom: 2rem;
}
.benefitslayer p.section-subtitle {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #404040;
}
.benefitslayer .package-benefits {
  background: #fff 0 0 no-repeat padding-box;
  box-shadow: 0 3px 6px #00000029;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  margin-top: 150px;
}
.benefitslayer .package-benefits img.img-fluid {
  width: 200px;
  height: 200px;
  margin-top: -100px;
}
.benefitslayer .package-benefits h3.benefits-title {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #404040;
  padding-top: 25px;
  padding-bottom: 10px;
}
.benefitslayer .package-benefits p.benefits-desc {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #404040;
  padding: 0 20px;
}
.clientslayer {
  padding-bottom: 3rem;
  padding-top: 1rem;
  text-align: center;
}
.clientslayer h1.section-title {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #0b6bb6;
  margin-bottom: 3rem;
}
.clientslayer .imagebox img {
  width: 132px;
}
#subscribes {
  background: #0b6bb6 0 0 no-repeat padding-box;
  border: 1px solid #707070;
}
.subscribeslayer {
  padding-bottom: 6rem;
  padding-top: 6rem;
  text-align: center;
}
.subscribeslayer h1.section-title {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  margin-bottom: 3rem;
}
.subscribeslayer p.section-subtitle {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  margin-bottom: 3rem;
}
.subscribeslayer a.btn {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}
.subscribeslayer a.btn:hover {
  color: var(--carrot-orange);
}
.footerlayer {
  padding-bottom: 6rem;
  padding-top: 4rem;
}
.footerlayer .sectionone img {
  width: 190px;
  margin-bottom: 20px;
}
.footerlayer .sectionone p.section-content {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #424242;
}
.footerlayer .sectionfour p {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #424242;
}
.footerlayer .sectionfour p a.sosmed {
  font-size: 36px;
}
.footerlayer .sectiontwo ul {
  list-style: none;
}
.footerlayer .sectiontwo ul li {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #0b6bb6;
}
.footerlayer .sectionthree ul {
  list-style: none;
}
.footerlayer .sectionthree ul li {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #0b6bb6;
}
.footerlayer .copyright {
  text-align: center;
  position: relative;
  top: 40px;
}
.footerlayer .copyright p {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #0b6bb6;
}
.footerlayer p.socials i.fa-instagram {
  margin: 0 15px;
}
.wfh-banner .showmobile {
  display: none;
}
.wfh-banner .hidemobile {
  display: block;
}
.boxlayer .sectionbox .showmobile {
  display: none;
}
.boxlayer .sectionbox .hidemobile {
  display: block;
}
section#featured-client .bg-banner {
  height: 1250px;
  object-position: bottom;
}
section#featured-client .position-absolute {
  top: 0;
  bottom: 0;
}
section#featured-client .bg-banner:before {
  display: none;
}
section#industry-served .bg-banner {
  height: 900px;
  object-position: bottom;
}
section#industry-served .position-absolute {
  top: 0;
  bottom: 0;
}
section#industry-served .margin-top {
  margin-top: 55px !important;
}
section#why-choose-us .margin-top {
  margin-top: 80px !important;
  margin-bottom: 40px !important;
  padding: 0 65px;
}
section#testimonial-section .bg-banner {
  height: 720px;
  background-position: top;
}
section#testimonial-section .position-absolute {
  top: 0;
  bottom: 0;
}
section#testimonial-section .margin-top {
  margin-top: 30px !important;
}
section#blog-section .margin-top {
  margin-top: 10px !important;
}
section#industry-header p.section-content {
  font-size: 20px;
}
section#industry-header p.content-reverse {
  color: #fff;
}
section#industry-header h1.section-title {
  font-size: 40px;
  color: var(--carrot-orange) !important;
}
section#industry-header h2.section-content {
  color: var(--white) !important;
  font-size: 24px;
}
section#construction-erp {
  background: #f1f1f1;
  padding: 50px 0;
}
section#product-benefits .product-benefits,
section#product-benefits .product-benefits-thumbnail {
  margin: 0 !important;
  padding-top: 50px;
}
section#nineteen .contents {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 50px;
}
section#nineteen .contents h1.section-title {
  color: #fff !important;
}
section#nineteen .contents p.section-content {
  color: #fff !important;
  margin-top: 50px;
}
section#nineteen .ninetin {
  margin: 0 !important;
  padding-top: 50px;
}
.accordion-faq {
  border-bottom: 1px solid;
}
section#contact-form h1.section-title,
section#main-product .col-md-12.margin-bottom {
  margin-bottom: 25px;
}
section#contact-form h1.section-title {
  margin-top: 1rem;
}
section#contact-form .contact-ki-maa-ki h1.section-title {
  margin-top: 13rem !important;
}
section#contact-form .grants-bg h1.section-title {
  margin-top: 15rem !important;
}
section#contact-form button#sendMessageBtn {
  margin-right: 0 !important;
}
section#main-product .main-product-detail {
  padding: 40px;
}
section#main-product .col-lg-4.col-md-6.mb-5.margin-bottom {
  margin-bottom: 55px !important;
}
section#testimonial-section .underline {
  margin-top: -20px;
}
section#wfh-erp {
  background: #f1f1f1;
  padding: 50px 0;
}
section#crm-solution .crm-solution h1.section-title {
  color: #fff;
}
section#crm-solution .crm-solution .crm-solution-content h4 {
  color: #fff;
}
section#crm-solution .crm-solution p.section-content {
  color: #fff;
}
.wfh-erp p.section-content {
  font-weight: 400;
  color: var(--black);
}
.clients {
  background: #f1f1f1;
  padding: 50px 50px;
}
.clients h1.section-title {
  color: #707070;
  text-align: right;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 2.16px;
  position: absolute;
  right: 110px;
  top: 20px;
}
.clients .margin-title {
  margin-bottom: 120px;
}
.clients img.img-first {
  width: 160px;
}
.clients img.img-first:hover {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}
.office-indonesian-desktop,
.office-singapore-desktop,
.office-surabaya-desktop {
  display: block;
}
.office-indonesian-mobile,
.office-singapore-mobile,
.office-surabaya-mobile {
  display: none;
}
.product-integration .integration-desktop {
  display: block;
}
section#wfh-feature {
  background: #fff;
}
section#wfh-feature h1.section-title {
  padding-top: 100px;
  color: var(--black-rusian);
}
section#wfh-feature p.section-content {
  font-weight: 400;
  color: var(--black);
}
section#wfh-feature .wfh-feature-content h3 {
  width: 215px;
  font-weight: 600;
  font-size: 20px;
}
section#wfh-feature .featurebox {
  background: #fff 0 0 no-repeat padding-box;
  box-shadow: 0 3px 6px #00000029;
  border-radius: 10px;
  padding: 20px 0;
  margin: 30px 0;
}
section#wfh-feature .featurebox h2.section-title {
  text-align: center;
  font-size: 28px;
  letter-spacing: 1.44px;
  color: #fea110;
  margin-bottom: 60px;
  margin-top: 30px;
}
section#edg-overview {
  background: #f1f1f1;
}
section#edg-overview h1.section-title {
  padding-top: 100px;
  color: var(--black-rusian);
}
section#edg-overview p.section-content {
  font-weight: 400;
  color: var(--black);
}
section#edg-overview .edg-feature-content h3 {
  width: 300px;
  font-weight: 600;
  font-size: 20px;
}
section#edg-overview .edg-feature-content ul {
  list-style: none;
  /* margin-left:-3rem */
  padding-left: 0;
}
@media only screen and (min-width: 768px) {
  section#edg-overview .edg-feature-content ul {
    padding-left: 24px;
    padding-right: 24px;
  }
}
section#edg-overview .edg-feature-content ul li {
  color: #212123;
  font-weight: 400;
  font-size: 16px;
}
section#edg-overview .edg-feature-content {
  background: #fff 0 0 no-repeat padding-box;
  box-shadow: 0 3px 6px #00000029;
  border-radius: 10px;
  padding: 50px 0;
  margin: 30px 0;
  height: 390px;
}
section#edg-overview .edg-feature-content h2.section-title {
  text-align: center;
  font-size: 28px;
  letter-spacing: 1.44px;
  color: #fea110;
  margin-bottom: 60px;
  margin-top: 30px;
}
section#edg-erp {
  background: #212123;
}
section#edg-erp h1.section-title {
  padding-top: 100px;
  color: var(--white);
}
section#edg-erp p.section-content {
  font-weight: 400;
  color: var(--white);
}
section#edg-erp .mainicons {
  height: 60px;
  width: 100%;
  margin-bottom: 50px;
}
section#edg-erp .mainicons div.icon-bottom,
section#edg-erp .mainicons div.icon-bottom-industry {
  opacity: 1;
}
section#edg-erp .mainicons div {
  opacity: 0;
  font-size: 16px;
}
section#edg-erp .icon-bottom,
section#edg-erp .icon-top {
  align-items: center;
  display: block;
  text-align: center;
  color: var(--white);
}
section#edg-erp .mainicons:hover .icon-bottom,
section#edg-erp .mainicons:hover .icon-bottom-industry {
  opacity: 0;
  transition: all 0.9s;
}
section#edg-erp .mainicons:hover .icon-top,
section#edg-erp .mainicons:hover .icon-top-industry {
  opacity: 1;
  font-weight: 700;
  color: var(--white);
  transition: all 0.2s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
section#edg-erp .mainicons:hover .icon-top-industry {
  transition: rippleDrop 2s linear;
  color: var(--carrot-orange);
}
section#edg-erp .marginzeromobile {
  margin-top: 50px;
}
section#edg-erp a {
  pointer-events: none;
}
section.faq {
  background: #fff;
}
section#about {
  background: #fff !important;
}
section#building-future {
  background: #fff !important;
}
section#partners-benefit {
  background: #fff !important;
}
section#crm-feature {
  background: #f1f1f1;
}
/* section#crm-feature h1.section-title{
    padding-top:100px
} */
section#crm-feature .margintitle {
  margin-top: 90px !important;
}
section#crm-feature .crm-feature-content-grants h3 {
  width: 300px;
  font-weight: 600;
  font-size: 20px;
}
section#crm-feature .featurebox {
  background: #fff 0 0 no-repeat padding-box;
  box-shadow: 0 3px 6px #00000029;
  border-radius: 10px;
  padding: 20px 0;
  margin: 30px 0;
}
section#crm-feature .featurebox h2.section-title {
  text-align: center;
  font-size: 28px;
  letter-spacing: 1.44px;
  color: #fea110;
  margin-bottom: 60px;
  margin-top: 30px;
}
section#crm-feature .crm-feature-content-grants {
  background: #fff 0 0 no-repeat padding-box;
  padding: 50px 0;
  margin: 30px 0;
  height: 300px;
}
section#crm-feature .shadowfirst .crm-feature-content-grants {
  /* box-shadow:0 3px 6px #00000029; */
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
section#crm-feature .shadowend .crm-feature-content-grants {
  box-shadow: 2px 2px 0 0 #00000029;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
section#crm-feature .shadowcenter .crm-feature-content-grants {
  box-shadow: 0 2px 0 #00000029;
}
section#crm-feature .labeltext {
  background: #fea110 0 0 no-repeat padding-box;
  box-shadow: 0 3px 6px #00000029;
  border-radius: 0 0 10px 10px;
  margin-top: -50px;
  padding-top: 15px;
  text-align: center;
  align-items: center;
}
section#crm-feature .labeltext p {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}
section#crm-feature .removepadding {
  padding-right: 0;
  padding-left: 0;
}
#discover-career
  .career-form
  input#searchtext
  #discover-career
  .career-form
  select#searchDepartment,
#discover-career .career-form select#searchLocation {
  width: 100%;
}
#discover-career .career-form button {
  width: 145px;
}
#discover-career .career-form button img.firstshow {
  width: 24px;
  display: block;
  position: absolute;
}
#discover-career .career-form button img.secondshow {
  display: none;
}
#discover-career .career-form button:hover img.firstshow {
  display: none;
}
#discover-career .career-form button:hover img.secondshow {
  position: absolute;
  width: 24px;
  display: block;
}
#discover-career .career-form input#searchtext::placeholder {
  color: #aaa !important;
}
section#discover-career {
  background: #f1f1f1;
}
.discover-career h1.section-title {
  color: var(--black-rusian);
  padding-top: 50px;
}
.discover-career h2.section-title {
  color: var(--black-rusian);
  margin-bottom: 15px;
}
.discover-career .career-form {
  padding: 20px;
  background: #2a2a30 0 0 no-repeat padding-box;
  box-shadow: 0 3px 6px #00000029;
}
.discover-career .career-item {
  display: flex;
  color: var(--jaguar);
  border: 1px solid #ddd;
  padding: 1.5rem;
  background: #fff 0 0 no-repeat padding-box;
  transition: all 0.25s ease;
}
.discover-career .career-item:hover {
  background-color: var(--dark-tangerine);
  box-shadow:
    0 14px 28px rgba(255, 255, 255, 0.075),
    0 10px 10px rgba(255, 255, 255, 0.075);
  transform: scale3d(1.025, 1.025, 1);
}
.discover-career .career-item:hover .career-module-detail-description p {
  color: var(--white);
}
.discover-career .career-item:hover .career-module-detail-description h5 {
  color: var(--white);
}
.discover-career
  .career-item:hover
  .career-module-detail-description
  p.icons
  i {
  color: var(--white);
}
.discover-career .career-item .career-module-detail-description p {
  color: var(--jaguar);
  font-weight: 500;
  font-size: 1rem;
}
.discover-career .career-item .career-module-detail-description p.icons i {
  color: var(--dark-tangerine);
}
.discover-career .career-item .career-module-detail-description h5 {
  color: var(--jaguar);
  font-weight: 700;
}
.discover-career .career-item-black {
  display: flex;
  color: var(--white);
  border: 1px solid #ddd;
  padding: 1.5rem;
  background: #2a2a30 0 0 no-repeat padding-box;
  transition: all 0.25s ease;
  height: 250px;
}
.discover-career .career-item-black:hover {
  background-color: var(--dark-tangerine);
  box-shadow:
    0 14px 28px rgba(255, 255, 255, 0.075),
    0 10px 10px rgba(255, 255, 255, 0.075);
  transform: scale3d(1.025, 1.025, 1);
}
.discover-career .career-item-black:hover .career-module-detail-description p {
  color: var(--white);
  display: block;
}
.discover-career .career-item-black:hover .career-module-detail-description h5 {
  color: var(--white);
}
.discover-career .career-item-black .career-module-detail-description p {
  color: var(--white);
  font-weight: 500;
  font-size: 1rem;
  display: none;
}
.discover-career .career-item-black .career-module-detail-description h5 {
  color: var(--white);
  font-weight: 700;
}
.discover-career .noresults {
  text-align: center;
}
.discover-career .noresults img {
  margin-bottom: 20px;
}
.discover-career .noresults p {
  color: #858585;
  font-weight: 500;
  font-size: 20px;
}
.discover-career .removepadding {
  padding-right: 0;
  padding-left: 0;
}
#invoice-solution {
  background: #f1f1f1;
}
.invoice-solution {
  color: var(--black-rusian);
}
.invoice-solution .underline {
  margin-bottom: unset;
}
.invoice-solution .borderbox {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.invoice-solution h1.section-title {
  padding-top: 50px;
  color: var(--black-rusian);
}
.invoice-solution .sub-title {
  margin-top: 10px;
  margin-bottom: 20px;
}
.invoice-solution .crm-solution-content h4 {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--black-rusian);
}
.invoice-solution [class*="-content"] {
  font-weight: 400;
  font-size: 16px;
  color: var(--black-rusian);
  text-align: center;
  margin-top: 30px;
}
#hrm-advanced,
#hrm-basic {
  background: #fff;
}
#hrm-advanced h1.section-title,
#hrm-basic h1.section-title {
  padding-top: 60px;
}
#product-header-description {
  display: block;
}
.grants-bg {
  background-image: url(../images/govermentgrants-banner-new.jpg) !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.cf-contact-form .hbspt-form {
  max-width: 100%;
  background-color: #fff !important;
  padding: 20px !important;
  border-radius: 5px;
}
section#careershead {
  height: 200px;
  background: #2a2a30 0 0 no-repeat padding-box;
}
section#careershead a.navback {
  font-weight: 400;
  font-size: 18px;
  color: #f9fbfb;
}
section#careershead h1.section-title {
  font-weight: 700;
  font-size: 40px;
  color: #fea110;
}
section#jobsdetail {
  background: #f9fbfb 0 0 no-repeat padding-box;
}
section#jobsdetail .jobsdetail {
  padding: 50px 0;
}
section#jobsdetail .contentdetail p.maindesc {
  font-weight: 400;
  font-size: 18px;
  color: #2a2a30;
  margin-bottom: 50px;
}
section#jobsdetail
  .contentdetail
  h3.requirements
  section#jobsdetail
  .contentdetail
  h3.jobdesctitle,
section#jobsdetail .contentdetail h3.responsibilities {
  font-weight: 700;
  font-size: 24px;
  color: #2a2a30;
  text-align: left;
  margin-top: 20px;
}
section#jobsdetail .contentdetail ul {
  list-style: square;
  margin-bottom: 50px;
  padding-left: 20px;
}
section#jobsdetail .contentdetail ul li,
section#jobsdetail .formapply label.form-check-label {
  font-weight: 400;
  font-size: 18px;
  color: #2a2a30;
}
section#jobsdetail .formapply {
  background: #f9fbfb 0 0 no-repeat padding-box;
  box-shadow: 0 3px 6px #00000029;
  padding: 50px 50px;
  margin-top: -160px;
}
section#jobsdetail .formapply input.custominput {
  background: #ebebeb 0 0 no-repeat padding-box;
}
section#jobsdetail .formapply input::placeholder {
  color: #aaa !important;
}
section#jobsdetail .formapply button {
  background: #fea110 0 0 no-repeat padding-box;
  width: 100%;
}
section#jobsdetail .formapply input:focus {
  border: 1px solid #fea110;
}
@-webkit-keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
.benefits {
  background: #3f3f3f;
  padding: 50px 50px;
}
.benefits h1.section-title {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 2.16px;
  margin-top: 60px;
}
.benefits h2.section-title {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 1.8px;
}
.benefits p.section-content {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.96px;
  margin-top: 35px;
}
.benefits img.img-first {
  width: 150px;
}
.benefits .margin-benefits {
  margin: 40px 0;
}
.benefits .ornamentschool {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  overflow: hidden;
  left: 0;
  right: 0;
  width: 100%;
  margin-top: -50px;
}
.benefits img.moduleducation {
  float: right;
  margin-top: 120px;
}
.differents {
  background: #3f3f3f;
  padding: 50px 50px;
}
.differents .box-title {
  background: #fc9f10;
}
.differents-title {
  background: #fc9f10;
  padding: 50px 50px;
}
.differents h2.section-title {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 1.8px;
}
.differents p.section-content {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.96px;
}
.differents-title .box-title h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 2.16px;
  text-align: right;
}
.differents .margin-differents {
  margin: 40px 0;
}
.section-title {
  width: 100% !important;
}
.includes-title {
  background: #fc9f10;
  padding: 50px 50px;
}
.includes-title .box-title h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 2.16px;
  text-align: right;
}
.includes-content {
  background: #3f3f3f;
  padding-top: 50px;
  padding-bottom: 150px;
}
.includes-content .image-box {
  width: 100%;
  text-align: right;
  padding-right: 50px;
}
.includes-content .image-box img.img-first {
  max-width: 530px;
}
.showdesktopicon {
  display: none;
}
.showdesktoptext {
  display: none !important;
}
.solution-mobile {
  display: none !important;
}
.solution-desktop {
  display: block;
}
.icon-hover:hover .icon-bottom,
.icon-hover:hover .icon-bottom-industry {
  opacity: 0;
  transition: all 0.9s;
}
.icon-hover:hover .icon-top,
.icon-hover:hover .icon-top-industry {
  opacity: 1;
  font-weight: 700;
  color: var(--white);
  transition: all 0.9s;
}
.icon-hover:hover .icon-top-industry {
  transition: rippleDrop 2s linear;
  color: var(--carrot-orange);
}
@keyframes rippleDrop {
  100% {
    transform: scale(2);
    opacity: 1;
  }
}
#fly {
  word-break: break-word;
  right: 0;
  width: unset;
  bottom: 5vh;
  display: flex;
  z-index: 9;
}
#fly i {
  font-size: 30px;
  color: var(--white);
}
#fly .fly-panel p {
  font-size: 18px;
  color: var(--white);
  display: none;
}
#fly .fly-panel {
  cursor: pointer;
  margin-top: 50px;
  padding: 3rem 0;
}
#fly .fly-panel .panel_button {
  background-color: var(--carrot-orange);
}
#fly .fly-content {
  background-color: #fff;
  display: none;
  align-items: center;
  overflow: hidden;
  height: 330px;
  padding: 20px 30px;
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  border-radius: 20px 0 0 20px;
}
#fly .fly-content .fly_content-inner {
  display: flex;
  align-items: center;
  width: unset;
  height: 100%;
}
#fly .fly-content .fly-box {
  margin: auto;
}
#fly .fly-content .fly-box p {
  font-weight: 400;
  font-size: 16px;
  display: none;
}
#fly .fly-content .fly-box p.flyphone {
  display: block;
}
#fly .fly-content .fly-box h5 {
  font-size: 14px;
}
#fly .fly-content .fly_content-inner .fly-title {
  margin-top: 20px;
}
#fly .fly-content .fly_content-inner .fly-unit {
  height: 35%;
}
#fly .fly-content .fly_content-inner .fly-footer {
  height: 20%;
  margin: auto;
}
#fly .fly-content .fly_content-inner .fly-footer .fly-box {
  margin-top: 10px;
}
.contact-detail {
  width: 410px;
}
.contact-detail h5 {
  color: var(--dark-tangerine);
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}
.contact-detail-description {
  text-align: left;
  display: flex;
}
.contact-detail-description i {
  color: var(--dark-tangerine);
  font-size: 18px;
}
.contact-detail-description i.fa {
  margin-right: 18px;
}
.contact-detail-description p {
  color: var(--white);
  font-size: 18px;
  font-weight: 400;
  display: block;
}
.main-tour {
  top: 0;
  bottom: 0;
}
.title-tour {
  font-size: 24px;
  color: var(--dark-tangerine);
  font-weight: 400;
}
.desc-tour {
  color: var(--white);
  font-weight: 400;
  font-size: 14px;
}
.box-tour {
  height: 100px;
  width: 100px;
  border: 1px solid var(--dim-grey);
}
.form-control {
  font-size: 12px;
}
.form-group {
  margin-bottom: 0.5rem;
}
.dropdown-menu {
  padding: 0.5rem;
}
.site-content #about {
  padding-top: 50px;
}
header.navi-transparent {
  position: absolute;
  left: 0;
  right: 0;
}
.col-xl-3.col-lg-12.py-1.d-flex {
  transition: ease all 0.3s;
}
.col-xl-3.col-lg-12.py-1.d-flex:hover {
  background: #444;
}
nav.navbar.navbar-expand-xl.navbar-light.bg-dark.fixed-top.px-lg-5.py-0.fixed-top.header-white {
  background: 0 0 !important;
}
section#main-banner,
section#product-header {
  /* margin-top:-67px; */
  background: #2b2b29;
}

section.main-banner {
  background: #2b2b29;
}
section.main-banner .layer-industry {
  opacity: 0.2;
}
section#main-banner .fixed-content {
  top: 0;
  bottom: 0;
  right: 40px;
}
section#main-banner .normalizetext {
  text-align: center;
}
section#main-banner .normalizetext h1 span.text-thin {
  font-weight: 400;
  font-weight: 400;
}
.bg-transparent {
  background: 0 0;
}
/* div#navbarSupportedContent{
    background:0 0
} */
.dropdown-menu {
  top: 67px important;
}
img.zoom {
  max-width: 100%;
  height: auto;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.transition2 {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.btn-warning:hover {
  border-color: #d39e00;
  background: #fff !important;
  color: #d39e00;
  text-shadow: unset;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn-outline-warning:hover {
  background-color: var(--alice-blue);
  color: var(--dark-tangerine);
  border-color: var(--carrot-orange);
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
section#product-section {
  margin-bottom: -27px;
}
.construction-erp .tab-content .nav-tabs .nav-link {
  border-left: 1px solid var(--white);
  border-top: 1px solid var(--white);
  border-right: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
}
.Do-it-center {
  text-align: left;
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
img.zoom2 {
  max-width: 100%;
  height: auto;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.transition4 {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.main-product {
  padding: 5rem 0 6rem 0 !important;
}
.container.row.w-100.m-0.mt-5.justify-content-center.align-items-start {
  margin: auto !important;
}
section#solution .icon-content {
  display: contents;
}
section#solution .normalizesection {
  height: 480px;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.4, 0.4, 0.4);
    transform: scale3d(0.4, 0.4, 0.4);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
.select-custom:after {
  content: "\f078";
  font-family: FontAwesome;
  font-size: 18px;
  color: #aaa;
  -webkit-text-stroke: 1px background-color;
  right: 16px;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  position: absolute;
  pointer-events: none;
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.4, 0.4, 0.4);
    transform: scale3d(0.4, 0.4, 0.4);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
.show > .dropdown-menu-custom.dropdown-menu {
  display: block;
  max-height: 900px;
  visibility: visible;
  opacity: 1;
}
.dropdown-menu-custom.dropdown-menu {
  display: block;
  max-height: 0;
  visibility: hidden;
  transition: all 0.25s ease-in-out;
  overflow: visible;
  opacity: 0;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu-custom.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
}
.dropdown-menu-custom.dropdown-menu > li > a:hover:after {
  text-decoration: underline;
  transform: rotate(-90deg);
}
.dropdown-menu-custom {
  margin-top: 0;
  background-color: var(--jaguar);
  border-radius: 0;
  overflow: visible;
  top: calc(100% - 1px);
  left: -1px;
}
.dropdown-menu-custom .dropdown-item {
  padding: 0;
}
.dropdown-item-submenu {
  padding: 1rem 3rem;
  display: flex;
  align-items: center;
  background-color: var(--jaguar);
  border-top: 1px solid var(--grey);
  border-bottom: 1px solid var(--grey);
  border-right: 1px solid var(--grey);
  transition: all 0.25s ease;
}
.dropdown-item-submenu h5 {
  transition: all 0.25s ease;
}
.dropdown-item-submenu:hover {
  border-bottom: 3px solid var(--dark-tangerine);
  position: relative;
}
.dropdown-item-submenu:after {
  content: "";
  transition: all 0.5s ease;
  opacity: 0;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
}
.dropdown-item-submenu:hover:after {
  content: "";
  opacity: 1;
  width: 20px;
  height: 10px;
  border-top: solid 10px var(--dark-tangerine);
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  position: absolute;
  bottom: -13px;
  left: 50%;
  opacity: 1;
}
.dropdown-item-submenu:hover h5 {
  color: var(--dark-tangerine);
}
.dropdown-item-submenu.active {
  border-bottom: 3px solid var(--dark-tangerine);
  position: relative;
}
.dropdown-item-submenu.active h5 {
  color: var(--dark-tangerine);
  font-size: 1.25rem;
}
.dropdown-item-submenu.active:after {
  content: "";
  width: 20px;
  height: 10px;
  border-top: solid 10px var(--dark-tangerine);
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  position: absolute;
  bottom: -13px;
  left: 50%;
  opacity: 1;
}
.dropdown-item-submenu:last-child {
  border-right-width: 0;
}
.dropdown-item-submenu img {
  width: 35px;
  height: 35px;
  margin-right: 1rem;
}
.dropdown-item-submenu h5 {
  color: #fff;
  margin-bottom: 0;
}
.section-subtitle {
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.px-30px {
  padding-right: 30px;
  padding-left: 30px;
}
.page-gap-bottom {
  margin-bottom: 6rem;
}
.dropdown .dropdown-title {
  color: #fff;
  text-align: center;
  border-bottom: 1px solid var(--carrot-orange);
  margin-bottom: 1rem;
}
.nav-item.dropdown {
  display: flex;
  justify-content: center;
}
.section-spacing {
  margin-bottom: 6rem;
}
.form-control {
  height: calc(1.5em + 1em + 2px);
}
.contact-form-container form {
  max-width: 100%;
}
.contact-form-container .hbspt-form {
  max-width: 480px;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
}
.forcewhiteform .hbspt-form {
  background-color: var(--black-rusian) !important;
}
.product-form .hbspt-form {
  background: 0 0;
  padding-left: 0;
}
.col-2 {
  max-width: 19.666667% !important;
}
.erp-banner {
  /* margin-top:17px!important */
}
.wfh-banner {
  margin-top: 35px !important;
}
.squaresixbox {
  margin-top: 275px;
}
.squareeightbox {
  margin-top: 275px;
}
.erp-banner .pl-lg-5.col-md-5 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.slide-in-left {
  -webkit-animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    both;
  animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.slide-in-left-delay {
  -webkit-animation: slide-in-left 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    both;
  animation: slide-in-left 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.slide-in-right {
  -webkit-animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    both;
  animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.slide-in-right-delay {
  -webkit-animation: slide-in-right 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    both;
  animation: slide-in-right 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-bottom {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1)
    both;
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.fade-in-top {
  -webkit-animation: fade-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: fade-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.dropdown-item.active {
  color: var(--carrot-orange);
  background-color: transparent;
}
.fade-in-right {
  -webkit-animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
#fly {
  top: 30%;
}
div#home {
  background: #fff;
}
div#profile {
  background: #fff;
}
div#messages {
  background: #fff;
}
div#settings {
  background: #fff;
}
.wfh-content small {
  color: #999;
}
.section-article h3 {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  section#crm-feature .featurebox h2.section-title {
    text-align: center;
    font-size: 24px;
    letter-spacing: 1.44px;
    color: #fea110;
    margin-bottom: 60px;
    margin-top: 30px;
  }
}

/* SEO Fix for Googlebot */
body.is-googlebot .skroll,
body.is-googlebot .slide-bottom,
body.is-googlebot .fade-in-bottom,
body.is-googlebot .slide-in-left,
body.is-googlebot .slide-in-right,
body.is-googlebot .fade-in-top,
body.is-googlebot .fade-in-right,
body.is-googlebot [data-parallax] {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
  animation: none !important;
  transition: none !important;
}

/* Fix FOUC for hero banner */
#main-banner {
  /* min-height: 100vh; */
  height: 800px;
  max-height: 1080px;
  overflow: hidden;
}

#main-banner > .container-fluid {
  height: 100%;
}

#hashmicroVideo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: -7px;
}

@media (max-width: 767px) {
  #main-banner {
    min-height: 800px;
    height: auto;
    max-height: 850px;
  }
}
