@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans@1&amp;display=swap");
.wrapper {
  box-sizing: border-box;
}

.bg-grey {
  background-color: #e9ecef;
}

.bg-colored {
  background-color: #875a7b;
}

.bg-white {
  background-color: #ffffff;
}

ul {
  font-family: "Open Sans", sans-serif;
}

p {
  font-family: "Open Sans", sans-serif;
}

.hero-education {
  background-image: url("../images/industries/education/hero-education.jpg");
  background-repeat: no-repeat;
  background-position-x: right;
  background-size: cover;
}
@media (max-width: 767.98px) {
  .hero-education {
    margin: 0rem 0 0rem;
    background-position-x: left;
  }
}
@media (max-width: 767.98px) {
  .hero-education {
    background-position: right 15% top 0%;
  }
  .hero-education::after {
    content: "";
    position: absolute;
    height: 85vh;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    opacity: 0.65;
  }
}

.hero-container {
  height: 85vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-container .hero-container__header {
  font-family: "Montserrat", sans-serif;
  font-size: 2.8rem !important;
  font-weight: 400;
  margin-top: 2rem;
}
@media (max-width: 767.98px) {
  .hero-container .hero-container__header {
    font-size: 2.4rem !important;
    z-index: 1;
  }
}
.hero-container .hero-container__lead {
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
}
@media (max-width: 767.98px) {
  .hero-container .hero-container__lead {
    z-index: 1;
  }
}

.overview-container {
  background-color: #e9ecef;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 30px;
}

.img-shadow {
  box-shadow: -20px 20px 80px 0px rgba(0, 0, 0, 0.08);
}

.feature-section {
  padding: 4rem 0;
}

.feature-section-mb-0 {
  padding: 5rem 0 0;
}

.feature-section-mt-2 {
  padding: 2rem 0 5rem;
}

.feature-header {
  font-family: "Montserrat", sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 35px;
}

.feature-subheader {
  font-family: "Montserrat", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 18px;
  margin-top: 10px;
}

.feature-header-sm {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 35px;
}

.feature-subheader-sm {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
}

.feature-lead {
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 28px;
}

.feature-text {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 24px;
}

.feature-image {
  width: 100% !important;
  height: auto !important;
  box-shadow: -20px 20px 80px 0px rgba(0, 0, 0, 0.08);
  margin: 2rem 0;
}

.advanced-feature-section {
  border-bottom: 1px solid #d2d4d7;
  margin: 1.5rem 0;
}

.no-border {
  border: none !important;
}

.advanced-lead-image {
  width: 100% !important;
  height: auto !important;
}

@media (max-width: 768px) {
  .points-container {
    margin-top: -5% !important;
  }
}

.p-width-75 {
  width: 75%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .p-width-75 {
    width: 100%;
  }
}

.call-to-action {
  padding-top: 2rem;
  padding-left: 0;
  margin-left: -20px;
}
@media (max-width: 767.98px) {
  .call-to-action {
    z-index: 1;
  }
}

.btn-action {
  border-radius: 30px;
  height: 55px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  font-weight: 400;
  margin-top: 1rem;
  float: left;
  font-size: 14px;
  padding: 17px;
  letter-spacing: 1px;
  transition: all 0.5s;
  margin: 0 1rem;
  outline: none !important;
}

a.btn-action:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.8;
}

.btn-whatsapp {
  color: #fff;
  background-color: #25d366;
}

.btn-chat {
  background-color: #282f33;
  color: #fff;
}

.btn-moreinfo {
  background: #00a09d;
  color: #fff;
}

a.btn-action i {
  margin-right: 5px;
  font-style: normal;
  font-size: 20px;
}

.call-to-action.action-body {
  justify-content: flex-start;
}

.call-to-action.action-body .btn-action {
  margin-right: 1rem;
  border-radius: 5px;
}

@media (max-width: 992px) {
  .call-to-action {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .btn-action {
    border-radius: 30px;
    height: 42px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    font-weight: 500;
    margin-top: 1rem;
    float: left;
    font-size: 12px;
    padding: 17px;
    letter-spacing: 1px;
    transition: all 0.5s;
  }
}
@media (max-width: 450px) {
  a.btn-action i {
    margin-right: 5px;
    font-style: normal;
    font-size: 14px;
  }
  .call-to-action {
    flex-direction: column;
  }
  .btn-action {
    width: 100%;
  }
}
.infographic-image {
  width: 80% !important;
  height: auto !important;
  margin-left: -4%;
}
@media (max-width: 768px) {
  .infographic-image {
    width: 100% !important;
    margin-left: auto !important;
  }
}

.divider {
  background-color: #875a7b;
  border: 3px solid #875a7b;
  width: 30px;
}

.bullet-point-text {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.subhead-level-1 {
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-weight: 600;
  font-size: 2.15rem;
  line-height: 41px;
}

.subhead-level-2 {
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 35px;
}

.subhead-level-3 {
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 35px;
}

.subhead-level-4 {
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 35px;
}

.description {
  font-family: "Open Sans", sans-serif;
  color: #707070;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
}

ul {
  font-family: "Open Sans", sans-serif;
}

ul.list-lined {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 2rem 0;
}
ul.list-lined li {
  margin-right: 2rem;
  margin-top: 2rem;
}
@media (max-width: 567px) {
  ul.list-lined {
    display: block;
    padding-left: 40px;
  }
}

.carousel-control-btn {
  background-color: #000;
  padding: 10px;
  border-radius: 5px;
}
@media (max-width: 567px) {
  .carousel-control-btn {
    margin-bottom: 0rem;
  }
}

.highlights-icon-container {
  height: 80px;
  width: 80px;
  border: 1px solid #5c5b80;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1.5rem 0;
}
.highlights-icon-container .highlights-icon {
  width: 32px;
  height: 32px;
}

.highlights-header {
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 23px;
  max-width: 300px;
}

.adjust-icon-height {
  margin-bottom: 4rem !important;
}
@media (max-width: 992px) {
  .adjust-icon-height {
    margin-bottom: auto !important;
  }
}

.bg-whycybro {
  background-image: url("../images/whycybro.jpg");
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .bg-whycybro {
    background-image: none;
  }
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-6 {
  width: 50%;
}