/************* inner-page styles     ***************************/
.sub-head {
  color: #85c12b;
  margin-bottom: 10px;
}

.product-properties-section table.table-width {
  width: 50%;
  margin: auto;
}
.product-properties-section table.table-width td {
  border: 1px solid #dee2e6;
}

.oxygen-content p {
  font-size: 16px;
}

.app-head {
  font-size: 18px;
  color: #193ea2;
}

ul.list-font {
  margin-bottom: 25px;
  max-width: 980px;
}
ul.list-font li {
  position: relative;
  font-size: 16px;
  padding-left: 15px;
  line-height: 30px;
}
ul.list-font li::before {
  content: "";
  position: absolute;
  height: 7px;
  width: 7px;
  background-color: #85c12b;
  border-radius: 50px;
  top: 12px;
  left: 0px;
}

.title-style-one.style-two h2 {
  margin-bottom: 25px;
  text-align: center;
}

.mission-section .content-box {
  padding: 20px;
}

.mission-section .content-box h4 {
  margin-bottom: 15px;
}

.mission-section .content-box .text {
  font-size: 14px;
  line-height: 24px;
}

.factory-section .factory-icon {
  padding: 30px;
}

.main-header .header-upper .logo-outer {
  padding: 10px 0px;
}

.main-menu .navigation > li {
  padding: 26px 0px;
}

.projects-section .projects-carousel .image-carousel .content-column .title {
  font-size: 20px;
  font-weight: bold;
}

.om_services {
  background-color: #85c12b;
  padding: 6px;
  border-radius: 15px;
  font-size: 14px;
}
.om_services:hover {
  background-color: #193ea2;
  color: white;
}

.factory-section .factory-icon img {
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.inner-clients-images img {
  margin: 15px auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.contact-info-list a {
  color: white;
}

.flaticon-settings-4:before {
  content: "";
}

.preloader {
  background-image: url(../images/logo.jpg);
}

@media only screen and (max-width: 600px) {
  .product-properties-section table.table-width {
    width: 100%;
  }
}
/************* inner-page styles //     ***************************/

/*# sourceMappingURL=inner-styles.css.map */
