/* Text Colors */
h2 {
  color: #212529 !important;
}
.text-primary {
  color: #28a745;
}

.text-secondary {
  color: #0284d0;
}

.red {
  color: red !important;
}
.green {
  color: green !important;
}
.blue {
  color: #005ce6 !important;
}
.green-lite {
  color: #19bc7a !important;
}
.burgundy {
  color: #dd1155 !important;
}

.underline {
  text-decoration: underline !important;
}
.bold {
  font-weight: 700;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 50px;
}

.align-left {
  text-align: left !important;
}

/* Button */
.btn {
  display: inline-block;
  background: #19bc7a;
  color: #fff;
  padding: 10px 30px;
  border-radius: 5px;
  cursor: pointer;
}

.btn:hover {
  background: #15a169;
}

.btn-primary,
.bg-primary {
  background: #19bc7a;
  color: #fff;
}

.btn-secondary,
.bg-secondary {
  background: #0284d0;
  color: #fff;
}

.btn-dark,
.bg-dark {
  background: #333;
  color: #fff;
}

.btn-light,
.bg-light {
  background: #f4f4f4;
  color: #333;
}

.btn-outline {
  background: transparent;
}

.md-btn {
  padding: 20px 30px;
  font-size: 1.5rem;
  margin-top: 1.5rem;
  color: #fff;
}

.video {
  background: transparent;
}

.btn.video:hover {
  background: none;
}

.btn.btn-outline:hover {
  background: none;
}

.column.flex-right {
  margin-right: -60px;
}

/* Flex items */
.flex-items {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}

.flex-items > div {
  padding: 30px;
}

/* Flex Columns */
.flex-columns .row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.flex-columns .column {
  flex: 1;
  text-align: center;
}

.flex-columns .science {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 2rem;
}

.flex-columns .column .column-2 {
  display: flex;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  height: 100%;
  padding: 0 30px;
}

.flex-columns .column .column-2 p {
  font-size: 1.3rem;
  font-weight: 600;
  text-transform: capitalize;
  color: rgb(70, 69, 69);
  padding: 0 !important;
  line-height: 1 !important;
}

.flex-columns img {
  width: 50%;
  /* height: 100%; */
  /* object-fit: cover; */
}

.flex-columns h2 {
  font-size: 2rem;
  font-weight: 100;
}

.flex-columns h4 {
  font-size: 1rem;
  margin-bottom: 0.8rem;
}

.flex-columns p {
  margin: 20px 0;
}

/* About: Cases Gallery Section */
.section-padding {
  padding: 20px;
}

.section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  padding: 30px;
}

.section-header h2 {
  font-size: 40px;
  font-weight: 200;
  margin: 15px 0;
}

.cases .row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

.cases .row img {
  flex: 25%;
  width: 25%;
  padding: 4px;
}

.cases .row img:hover {
  opacity: 0.7;
}

/* Blog Section */
.flex-reverse {
  flex-direction: row-reverse;
}

.team img {
  border-radius: 50%;
}
