.width--max {
  width: max-content !important;
}

.wrapper--50 {
  width: 50%;
  margin: auto;
}
@media screen and (max-width: 1025px) {
  .wrapper--50 {
    width: 90% !important;
  }
}

.wrapper--60 {
  width: 60%;
  margin: auto;
}
@media screen and (max-width: 1025px) {
  .wrapper--60 {
    width: 90% !important;
  }
}

.wrapper--85 {
  width: 85%;
  margin: auto;
}
@media screen and (max-width: 1025px) {
  .wrapper--85 {
    width: 90% !important;
  }
}

.wrapper--90 {
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 1025px) {
  .wrapper--90 {
    width: 90% !important;
  }
}

.wrapper--95 {
  width: 95%;
  margin: auto;
}
@media screen and (max-width: 1025px) {
  .wrapper--95 {
    width: 90% !important;
  }
}

.bg-color--white {
  background-color: #fff;
}
.bg-color--black {
  background-color: #000;
}
.bg-color--gray {
  background-color: #f4f4f5;
}

.border-radius--30 {
  border-radius: 30px;
}

.padding-bottom--10 {
  padding-bottom: 10px !important;
}
.padding-bottom--15 {
  padding-bottom: 15px;
}
.padding-bottom--20 {
  padding-bottom: 20px !important;
}
.padding-bottom--25 {
  padding-bottom: 25px !important;
}
.padding-bottom--30 {
  padding-bottom: 30px !important;
}

.padding-top--10 {
  padding-top: 10px !important;
}
.padding-top--15 {
  padding-top: 15px;
}
.padding-top--20 {
  padding-top: 20px !important;
}

.width--13 {
  width: 13%;
}
@media screen and (max-width: 1025px) {
  .width--13 {
    width: 100%;
  }
}
.width--25 {
  width: 25%;
}
@media screen and (max-width: 1025px) {
  .width--25 {
    width: 100%;
  }
}
.width--40 {
  width: 40%;
}
@media screen and (max-width: 1025px) {
  .width--40 {
    width: 100%;
  }
}
.width--50 {
  width: 50%;
  margin: auto;
}
@media screen and (max-width: 1025px) {
  .width--50 {
    width: 100%;
  }
}
.width--55 {
  width: 55%;
}
@media screen and (max-width: 1025px) {
  .width--55 {
    width: 100%;
  }
}
.width--65 {
  width: 65%;
  margin: auto;
}
@media screen and (max-width: 1025px) {
  .width--65 {
    width: 100%;
  }
}
.width--80 {
  width: 80%;
}
@media screen and (max-width: 1025px) {
  .width--80 {
    width: 100%;
  }
}
.width--85 {
  width: 85%;
}
@media screen and (max-width: 1025px) {
  .width--85 {
    width: 100%;
  }
}
.width--90 {
  width: 90%;
}
@media screen and (max-width: 1025px) {
  .width--90 {
    width: 100%;
  }
}

.font-color--orange {
  color: #FF3F00;
}
.font-color--black {
  color: #000000;
}
.font-color--white {
  color: #ffffff;
}
.font-color--d-grey {
  color: #747474;
}

.five-item-grid .list-item {
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 50px;
}
@media screen and (max-width: 1500px) {
  .five-item-grid .list-item {
    width: 33%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 1025px) {
  .five-item-grid .list-item {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 667px) {
  .five-item-grid .list-item {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 30px;
  }
}

.ft-size-1, .ft-size-1-25 {
  letter-spacing: normal;
}

@media screen and (max-width: 1599px) and (min-width: 1026px) {
  .ft-size-0-9 {
    font-size: 1.1vw;
  }
}

.software.inner-pages .main-heading-wrapper h1 {
  padding: 0 !important;
}
.software.inner-pages .main-heading-wrapper .wysiwyg-wrapper p {
  padding-bottom: 0 !important;
}

section#whySec .three-item-flex-wrap-container .item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
  border: 1px solid #d0d0d0;
  height: auto;
  border-radius: 16px;
  will-change: transform;
  transition: 0.3s ease-in-out;
}

section#engagement .three-item-flex-wrap-container h4:nth-child(1), section#engagement .three-item-flex-wrap-container h4:nth-child(2) {
  padding-bottom: 10px !important;
}
section#engagement .three-item-flex-wrap-container .wysiwyg-wrapper p {
  color: #747474;
  letter-spacing: -0.36px !important;
  padding-bottom: 0 !important;
}
section#engagement .three-item-flex-wrap-container .wysiwyg-wrapper p strong {
  color: #000000;
}
section#engagement .three-item-flex-wrap-container .wysiwyg-wrapper p:first-child {
  padding-bottom: 20px !important;
}
section#engagement .three-item-flex-wrap-container .wysiwyg-wrapper p:nth-child(2), section#engagement .three-item-flex-wrap-container .wysiwyg-wrapper p:nth-child(6), section#engagement .three-item-flex-wrap-container .wysiwyg-wrapper p:nth-child(8), section#engagement .three-item-flex-wrap-container .wysiwyg-wrapper p:nth-child(10) {
  padding-bottom: 30px !important;
}
section#engagement .three-item-flex-wrap-container .wysiwyg-wrapper p:nth-child(2) {
  height: 12.5vw;
}
@media screen and (max-width: 1600px) {
  section#engagement .three-item-flex-wrap-container .wysiwyg-wrapper p:nth-child(2) {
    height: 23vw;
  }
}
@media screen and (max-width: 1025px) {
  section#engagement .three-item-flex-wrap-container .wysiwyg-wrapper p:nth-child(2) {
    height: auto !important;
  }
}
section#engagement .three-item-flex-wrap-container .wysiwyg-wrapper p:nth-child(8) {
  height: 4.719vw;
}
@media screen and (max-width: 1600px) {
  section#engagement .three-item-flex-wrap-container .wysiwyg-wrapper p:nth-child(8) {
    height: 7vw;
  }
}
@media screen and (max-width: 1025px) {
  section#engagement .three-item-flex-wrap-container .wysiwyg-wrapper p:nth-child(8) {
    height: auto !important;
  }
}
section#engagement .three-item-flex-wrap-container .wysiwyg-wrapper ul {
  padding-left: 0 !important;
  padding-bottom: 30px !important;
  display: block !important;
}
section#engagement .three-item-flex-wrap-container .wysiwyg-wrapper ul:nth-child(4) {
  height: 14.323vw;
}
@media screen and (max-width: 1600px) {
  section#engagement .three-item-flex-wrap-container .wysiwyg-wrapper ul:nth-child(4) {
    height: 23vw;
  }
}
@media screen and (max-width: 1025px) {
  section#engagement .three-item-flex-wrap-container .wysiwyg-wrapper ul:nth-child(4) {
    height: auto !important;
  }
}
section#engagement .three-item-flex-wrap-container .wysiwyg-wrapper ul:nth-child(6) {
  height: 11.719vw;
}
@media screen and (max-width: 1600px) {
  section#engagement .three-item-flex-wrap-container .wysiwyg-wrapper ul:nth-child(6) {
    height: 15vw;
  }
}
@media screen and (max-width: 1025px) {
  section#engagement .three-item-flex-wrap-container .wysiwyg-wrapper ul:nth-child(6) {
    height: auto !important;
  }
}
section#engagement .three-item-flex-wrap-container .wysiwyg-wrapper ul li {
  color: #747474;
  font-weight: 400;
  font-size: 0.9vw;
  font-family: "Poppins", sans-serif;
  letter-spacing: -0.36px !important;
  display: flex;
  padding-bottom: 10px;
}
@media screen and (max-width: 1025px) {
  section#engagement .three-item-flex-wrap-container .wysiwyg-wrapper ul li {
    font-size: 14px !important;
  }
}
section#engagement .three-item-flex-wrap-container .wysiwyg-wrapper ul li:after {
  top: 14px;
}
@media screen and (max-width: 1025px) {
  section#engagement .three-item-flex-wrap-container .wysiwyg-wrapper ul li:after {
    top: 11px;
  }
}
section#engagement .three-item-flex-wrap-container .item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
  height: auto;
  border-radius: 16px;
  will-change: transform;
  transition: 0.3s ease-in-out;
  background-color: #ffffff;
}
section#engagement .three-item-flex-wrap-container .item .base-black-btn {
  width: 215px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1025px) {
  section#engagement .three-item-flex-wrap-container .item .base-black-btn {
    width: 100% !important;
  }
}
@media screen and (max-width: 1600px) {
  section#engagement .three-item-flex-wrap-container .item:nth-child(4) .wysiwyg-wrapper p:first-child, section#engagement .three-item-flex-wrap-container .item:nth-child(5) .wysiwyg-wrapper p:first-child {
    height: 9vw;
  }
}
@media screen and (max-width: 1025px) {
  section#engagement .three-item-flex-wrap-container .item:nth-child(4) .wysiwyg-wrapper p:first-child, section#engagement .three-item-flex-wrap-container .item:nth-child(5) .wysiwyg-wrapper p:first-child {
    height: auto !important;
  }
}
section#engagement .three-item-flex-wrap-container .item:nth-child(4) .wysiwyg-wrapper p:nth-child(2), section#engagement .three-item-flex-wrap-container .item:nth-child(5) .wysiwyg-wrapper p:nth-child(2) {
  height: 12.5vw;
}
@media screen and (max-width: 1600px) {
  section#engagement .three-item-flex-wrap-container .item:nth-child(4) .wysiwyg-wrapper p:nth-child(2), section#engagement .three-item-flex-wrap-container .item:nth-child(5) .wysiwyg-wrapper p:nth-child(2) {
    height: 25vw;
  }
}
@media screen and (max-width: 1025px) {
  section#engagement .three-item-flex-wrap-container .item:nth-child(4) .wysiwyg-wrapper p:nth-child(2), section#engagement .three-item-flex-wrap-container .item:nth-child(5) .wysiwyg-wrapper p:nth-child(2) {
    height: auto !important;
  }
}
section#engagement .three-item-flex-wrap-container .item:nth-child(4) .wysiwyg-wrapper p:nth-child(8), section#engagement .three-item-flex-wrap-container .item:nth-child(5) .wysiwyg-wrapper p:nth-child(8) {
  height: 3vw;
}
@media screen and (max-width: 1600px) {
  section#engagement .three-item-flex-wrap-container .item:nth-child(4) .wysiwyg-wrapper p:nth-child(8), section#engagement .three-item-flex-wrap-container .item:nth-child(5) .wysiwyg-wrapper p:nth-child(8) {
    height: 7vw;
  }
}
@media screen and (max-width: 1025px) {
  section#engagement .three-item-flex-wrap-container .item:nth-child(4) .wysiwyg-wrapper p:nth-child(8), section#engagement .three-item-flex-wrap-container .item:nth-child(5) .wysiwyg-wrapper p:nth-child(8) {
    height: auto !important;
  }
}
section#engagement .three-item-flex-wrap-container .item:nth-child(4) .wysiwyg-wrapper ul:nth-child(4), section#engagement .three-item-flex-wrap-container .item:nth-child(5) .wysiwyg-wrapper ul:nth-child(4) {
  height: 12.3vw;
}
@media screen and (max-width: 1600px) {
  section#engagement .three-item-flex-wrap-container .item:nth-child(4) .wysiwyg-wrapper ul:nth-child(4), section#engagement .three-item-flex-wrap-container .item:nth-child(5) .wysiwyg-wrapper ul:nth-child(4) {
    height: 23vw;
  }
}
@media screen and (max-width: 1025px) {
  section#engagement .three-item-flex-wrap-container .item:nth-child(4) .wysiwyg-wrapper ul:nth-child(4), section#engagement .three-item-flex-wrap-container .item:nth-child(5) .wysiwyg-wrapper ul:nth-child(4) {
    height: auto !important;
  }
}
section#engagement .three-item-flex-wrap-container .item:nth-child(4) .wysiwyg-wrapper ul:nth-child(6), section#engagement .three-item-flex-wrap-container .item:nth-child(5) .wysiwyg-wrapper ul:nth-child(6) {
  height: 7.3vw;
}
@media screen and (max-width: 1600px) {
  section#engagement .three-item-flex-wrap-container .item:nth-child(4) .wysiwyg-wrapper ul:nth-child(6), section#engagement .three-item-flex-wrap-container .item:nth-child(5) .wysiwyg-wrapper ul:nth-child(6) {
    height: 15vw;
  }
}
@media screen and (max-width: 1025px) {
  section#engagement .three-item-flex-wrap-container .item:nth-child(4) .wysiwyg-wrapper ul:nth-child(6), section#engagement .three-item-flex-wrap-container .item:nth-child(5) .wysiwyg-wrapper ul:nth-child(6) {
    height: auto !important;
  }
}
@media only screen and (min-width: 1025px) {
  section#engagement .three-item-flex-wrap-container .item {
    gap: 1vw;
    border-radius: 1vw;
  }
}
section#engagement .three-item-flex-wrap-container b, section#engagement .three-item-flex-wrap-container strong {
  font-weight: 500;
}

section#trustedCompany .hm-trusted-company .itemcompany {
  border: 1px solid #d0d0d0;
  border-radius: 30px;
}
section#trustedCompany .hm-trusted-company .itemcompany span.star {
  display: inline-block;
  align-items: center;
  margin: auto;
}
section#trustedCompany .hm-trusted-company .itemcompany span.star img {
  width: 2vw;
  display: inline-block;
}
section#trustedCompany .linehr hr {
  height: 85px !important;
  border: 1px solid #747474;
  margin: 0 !important;
}
@media screen and (max-width: 1025px) {
  section#trustedCompany .linehr hr {
    display: none !important;
  }
}
section#trustedCompany .linehr:last-child {
  display: none;
}

section#testimornialRepeater .tesytmornailwrap {
  border-radius: 15px;
  border-left: 1px solid #FF3F00;
  box-shadow: 0 4px 4px 4px rgba(0, 0, 0, 0.04);
}

section#BlockCount .itemResult:nth-child(1) {
  width: 16%;
}
@media screen and (max-width: 1025px) {
  section#BlockCount .itemResult:nth-child(7) {
    padding-bottom: 0 !important;
  }
}
@media screen and (max-width: 1025px) {
  section#BlockCount .itemResult {
    width: 100% !important;
  }
}
section#BlockCount .linehr hr {
  height: 100px !important;
  border: 1px solid #747474;
  margin: 0 !important;
}
@media screen and (max-width: 1025px) {
  section#BlockCount .linehr hr {
    display: none !important;
  }
}
section#BlockCount .linehr:last-child {
  display: none;
}

section#BattleTested .five-item-grid .list-item img {
  height: 275px;
  border-radius: 30px 30px 0 0;
}
@media screen and (max-width: 1025px) {
  section#BattleTested .five-item-grid .list-item img {
    height: 275px;
  }
}
section#BattleTested .five-item-grid .list-item .descBox {
  border-radius: 0 0 30px 30px;
  border: 1px solid #D9D9D9;
  background: #FFF;
}

section#StkSeeng .wrapper--60 {
  border: 1px solid #D9D9D9;
}
section#StkSeeng .wysiwyg-wrapper p {
  padding-bottom: 0 !important;
}
section#StkSeeng .width--55 {
  width: 53%;
  margin: auto 0;
}
@media screen and (max-width: 1025px) {
  section#StkSeeng .width--55 {
    width: 100%;
  }
}

section#FAQ .hm-faq .item {
  border-bottom: 1px solid #D9D9D9;
}
section#FAQ .hm-faq .item:last-child {
  border-bottom: none;
}
section#FAQ .hm-faq .item .wysiwyg-wrapper p {
  color: #747474;
}
section#FAQ .hm-faq .item .wysiwyg-wrapper ul {
  padding-left: 0 !important;
}
section#FAQ .hm-faq .item .wysiwyg-wrapper ul li {
  font-size: 0.9vw;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.3px;
}
@media screen and (max-width: 1025px) {
  section#FAQ .hm-faq .item .wysiwyg-wrapper ul li {
    font-size: 14px !important;
  }
}
section#FAQ .hm-faq .item .wysiwyg-wrapper ul li:after {
  top: 14px;
}
@media screen and (max-width: 1025px) {
  section#FAQ .BlockFAQ.width--85, section#FAQ .BlockFAQ .hm-faq {
    width: 85% !important;
  }
}

section#SoftProject .hm-soft-project .item {
  border-radius: 30px;
  border: 1px solid #D9D9D9;
  background: #FFF;
}
section#SoftProject .hm-soft-project .item img {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

@media screen and (max-width: 1025px) {
  section#TableDetails .width--85 {
    width: 85% !important;
  }
}
@media screen and (max-width: 1025px) {
  section#TableDetails .border-radius--30 {
    border-radius: 0 !important;
  }
}
section#TableDetails .hm-table-details table {
  margin-bottom: 0 !important;
}
section#TableDetails .hm-table-details table td {
  border-right: 1px solid #D9D9D9;
  vertical-align: middle;
  text-align: center;
}
section#TableDetails .hm-table-details table td:last-child {
  border-right: none;
}
@media screen and (max-width: 1025px) {
  section#TableDetails .hm-table-details table td {
    min-width: 250px !important;
  }
}
section#TableDetails .hm-table-details table tr:last-child {
  border-bottom: 1px solid transparent;
}

section#buildSteps .hm-build-steps .wysiwyg-wrapper p {
  padding-bottom: 0 !important;
  color: #747474;
}
@media screen and (max-width: 1025px) {
  section#buildSteps .width--65.m-auto, section#buildSteps .width--85.m-auto {
    width: 90% !important;
  }
}

section#production-software .outcomebox {
  border-radius: 15px;
  border-left: 1px solid #FF3F00;
  box-shadow: 0 4px 4px 4px rgba(0, 0, 0, 0.04);
}
section#production-software .v-line {
  border: 1px solid #D9D9D9;
  width: 1px;
  height: 265px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10%;
}
@media screen and (max-width: 1025px) {
  section#production-software .v-line {
    width: 100% !important;
    height: 1px !important;
    margin: 1% 4% !important;
  }
}
@media screen and (max-width: 800px) {
  section#production-software .v-line {
    margin: 2% 4% !important;
  }
}
@media screen and (max-width: 667px) {
  section#production-software .v-line {
    margin: 4% !important;
  }
}
@media screen and (max-width: 1025px) {
  section#production-software .wrapblocksoftware.width--85 {
    width: 90% !important;
  }
}
@media screen and (max-width: 667px) {
  section#production-software .wrapblocksoftware {
    border-radius: 0 !important;
  }
  section#production-software .wrapblocksoftware .pad-5--r {
    padding-right: 30px !important;
  }
  section#production-software .wrapblocksoftware .pad-5--l {
    padding-left: 30px !important;
  }
}
@media screen and (max-width: 1025px) {
  section#production-software .prosof_description {
    width: 85% !important;
    margin: auto !important;
  }
}

@media screen and (max-width: 1599px) and (min-width: 1026px) {
  section#engagement .three-item-flex-wrap-container .wysiwyg-wrapper ul li,
  section#FAQ .hm-faq .item .wysiwyg-wrapper ul li,
  section#TableDetails .hm-table-details table td {
    font-size: 1.2vw;
  }
  section#StkSeeng .wrapper--60 {
    width: 75% !important;
  }
  section#trustedCompany .width--13 {
    width: 20%;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1026px) {
  section#BlockCount .wrapResults {
    flex-wrap: wrap !important;
  }
  section#BlockCount .itemResult {
    width: 47% !important;
    padding-bottom: 20px !important;
  }
  section#BlockCount .itemResult .tab-padding-bottom--10.mobile-padding-bottom--10 {
    padding-bottom: 10px !important;
  }
  section#BlockCount .linehr {
    display: none !important;
  }
}
@media screen and (max-width: 1025px) {
  .tab-flex-column {
    flex-direction: column;
  }
  .tab-flex-column-reverse {
    flex-direction: column-reverse;
  }
  .tab-margin-bottom--15 {
    margin-bottom: 15px !important;
  }
  .base-gray-btn {
    max-width: max-content !important;
    padding: 10px !important;
  }
  .ani-up {
    opacity: 1;
    transform: translateY(0);
    transition: none !important;
  }
  .tab-padding-bottom--10 {
    padding-bottom: 10px !important;
  }
  .tab-padding-bottom--30 {
    padding-bottom: 30px !important;
  }
  .tab-padding-bottom--25 {
    padding-bottom: 25px !important;
  }
  .mrg-2--b {
    margin-bottom: 30px !important;
  }
  .tab-d-flex {
    display: flex !important;
  }
  .tab-text-center {
    text-align: center !important;
  }
  .tab-width--80 {
    width: 80% !important;
  }
  .three-item-flex-wrap-container, .three-item-flex-wrap-container .item {
    width: 100% !important;
  }
}
@media screen and (max-width: 667px) {
  .mobile-flex-column {
    flex-direction: column;
  }
  .mobile-flex-colum-reverse {
    flex-direction: column-reverse;
  }
  .mobile-margin-bottom--15 {
    margin-bottom: 15px !important;
  }
  .mobile-padding-bottom--10 {
    padding-bottom: 10px !important;
  }
  .mobile-padding-bottom--30 {
    padding-bottom: 30px !important;
  }
  .mobile-padding-bottom--25 {
    padding-bottom: 25px !important;
  }
  .mobile-d-flex {
    display: flex !important;
  }
}
/*# sourceMappingURL=software.min.css.map */
