#header nav.navigation {
  margin-top: 0 !important;
}
#header nav.navigation li {
  margin-left: 30px;
}
.rowBox .cards {
  background-color: #000000;
  height: 100%;
}
.rowBox .cards img {
  width: 100%;
}
.rowBox .cards h2 {
  padding: 20px;
  margin: 0;
}
.rowBox .cards p {
  padding: 0 20px 20px;
}
.iconBox img {
  width: 100%;
  border-radius: 60px;
  max-width: 300px;
  display: block;
  margin: 0 auto;
}
.iconBox .update__body {
  text-align: center;
}
.iconBox .update__body h4 {
  margin: 10px;
}
.iconBox .dow {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px 0;
}
.iconBox .dow img {
  max-width: 160px;
  border-radius: 0;
  height: 45px !important;
}
.iconBox .content p {
  text-align: left !important;
}
.productImage .title {
  color: #1d1d1d;
}
.productImage .screenshot-gallery__grid img {
  width: 80%;
  display: block;
  margin: 0 auto;
}
.article-box {
  padding-bottom: 200px;
}
.article-box .ourValue {
  padding-top: 100px;
}
.article-box .ourValue h2 {
  text-align: center;
  padding-bottom: 20px;
}
.article-box .ourValue .row {
  align-items: center;
}
.article-box .ourValue img {
  width: 100%;
  max-width: 400px;
  height: 100%;
  max-height: 400px;
  object-fit: cover;
  object-position: top;
  margin: 0 auto;
  display: block;
  border-radius: 10px;
}
.article-box .ourValue .cards p {
  background-color: #f5f5f3;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
}
.article-box .teamBox .topRow {
  margin-top: 50px;
}
.article-box .teamBox h5 {
  margin: 0;
}
.article-box .teamBox span {
  color: #dc9c05;
  margin: 10px 0;
  display: inline-block;
}
.article-box .content {
  text-align: center;
}
.process {
  margin-top: 80px;
  text-align: center;
}
.process .col-md-3 {
  margin-bottom: 20px;
}
.process .cards {
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.process .cards img {
  width: 60px;
}
.process .cards p {
  margin: 10px 0;
  font-weight: bold;
}
.process .cards span {
  color: #6d737a;
}
.process .title {
  text-align: left;
}
.contactBox {
  margin-bottom: 20px;
}
.contactBox h4 {
  margin: 0;
}
#footer a {
  font-size: 18px;
}
#footer a:hover {
  color: #ffffff;
}
#footer h4 {
  color: #ffffff;
}
#footer h5 {
  margin: 20px;
  text-align: center;
}
/*# sourceMappingURL=style.css.map */