/* About --------------------------------------------------------------------------------------------------------*/
.about-sec-box {
  padding: 60px 0 40px;
}
.about-sec-box .section-title {
  text-align: left;
}
.about-sec-box .section-title:after, .about-sec-box .section-title::before {
  margin-left: 25px;
}
.about-sec-box .col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about-sec-box .col.img-wrap {
  position: relative;
  padding: 0;
  border-radius: 5px;
  overflow: hidden;
  align-self: flex-start;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}
.about-sec-box .col.img-wrap .about-sec-content-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px;
}
.about-sec-box .col.img-wrap .about-sec-content-overlay .about-sec-small-heading {
  color: #fff;
}
.about-sec-box .col.img-wrap .about-sec-content-overlay .about-sec-big-heading {
  padding-bottom: 0;
  color: #fff;
}
.about-sec-box .col.img-wrap .about-sec-content-overlay .about-sec-big-heading a {
  color: #fff;
}
.about-sec-box .col .about-body-left, .about-sec-box .col .about-body-right {
  align-self: center;
}

.about-sec-side-img {
  width: 100%;
  object-fit: cover;
  display: block;
}

.about-sec-content {
  font-size: 1.0625rem;
  line-height: 1.75rem;
  padding-bottom: 20px;
}

.about-sec-list-box {
  overflow: auto;
  margin: 0 -15px 5px;
  padding-left: 15px;
}

.about-sec-list-outer {
  display: flex;
  flex-flow: wrap;
  overflow: auto;
  width: max-content;
  padding-right: 10px;
}

.about-sec-list {
  margin: 0px 5px 5px 0;
  font-weight: 400;
}

.about-sec-list-anchor {
  color: #E55302;
  font-size: 0.875rem;
  padding: 12px 14px;
  border: 1px solid rgba(54, 66, 74, 0.2);
  display: inline-block;
  background: #fff;
  font-weight: 700;
  text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.about-sec-list-anchor:hover {
  color: #fff;
  background-color: #E55302;
}

.about-sec-small-heading {
  font-weight: 400;
  font-size: 0.875rem;
  text-align: center;
  font-weight: 600;
  padding-bottom: 6px;
}

.about-sec-big-heading {
  color: #E55302;
  font-size: 2.125rem;
  line-height: 2.625rem;
  font-weight: 600;
  padding-bottom: 20px;
  text-align: center;
}

.about-sec-big-heading-link {
  color: #E55302;
}
.about-sec-big-heading-link:hover {
  color: #E55302;
}

.about-sec-small-heading-text-right {
  font-weight: 400;
  text-align: left;
  padding-top: 16px;
}

/* Responsive Media Queries --------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) {
  .about-sec-box {
    padding: 40px 0;
  }
  .about-sec-row-reverse {
    flex-direction: row-reverse;
  }
  .about-sec-content {
    padding-bottom: 40px;
  }
  .about-sec-list-box {
    overflow: visible;
    margin: 0px;
    padding-left: 0;
  }
  .about-sec-list-outer {
    overflow: visible;
    width: auto;
    padding-right: 0;
  }
  .about-sec-big-heading {
    padding-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  .about-body-left {
    padding-right: 25px;
  }
  .about-body-right {
    padding-left: 25px;
  }
}
@media (max-width: 768px) {
  .about-sec-box .col {
    display: block;
  }
  .about-sec-box .col.img-wrap::before {
    content: none;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .about-sec-box .col.img-wrap {
    display: flex;
    flex-direction: column-reverse;
  }
  .about-sec-box .col.img-wrap::before {
    content: none;
  }
  .about-sec-box .col.img-wrap .about-sec-content-overlay {
    position: relative;
  }
  .about-sec-box .col.img-wrap .about-sec-content-overlay .about-sec-big-heading {
    color: #E55302;
  }
  .about-sec-box .col.img-wrap .about-sec-content-overlay .about-sec-big-heading .about-sec-big-heading-link {
    color: #E55302;
  }
  .about-sec-box .col.img-wrap .about-sec-content-overlay .about-sec-small-heading {
    color: #36424A;
  }
}

/*# sourceMappingURL=about-box.css.map */