/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/* Additional Mixins */
.uppercase-title {
  font-family: var(--secondary-font), sans-serif;
  color: #2b2b2b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.15rem;
  text-align: center;
}

#about-top {
  padding: 40px 0;
}

@media screen and (min-width: 1200px) {
  #about-top {
    padding: 40px 0;
  }
}
#about-top .about-banner {
  padding: 45px 80px;
}

@media (max-width: 991px) {
  #about-top .about-banner {
    padding: 45px 20px 20px;
  }
}
#about-top .entry-content {
  padding-top: 23px;
}

@media screen and (min-width: 1200px) {
  #about-top h1 {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  #about-one {
    margin-left: 27px;
    margin-right: 27px;
  }
}
#about-one .container {
  border-radius: 40px;
  border: 1px solid #B5CDD2;
  background: #EBF9FC;
  padding-top: 40px;
  padding-bottom: 76px;
}

@media (max-width: 991px) {
  #about-one .container {
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  #about-one .row-top {
    padding-left: 26px;
    padding-right: 26px;
  }
}
#about-one .row-top ul {
  padding-left: 2.8rem;
}

@media (min-width: 992px) {
  #about-one .row-top ul {
    padding-top: 12px;
    margin-bottom: 60px;
  }
}
@media (max-width: 991px) {
  #about-one .row-top ul:first-of-type {
    margin-bottom: 0 !important;
  }
}
#about-one .row-top ul li {
  padding-left: 30px;
  color: #09203E;
  font-family: var(--secondary-font), sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  #about-one .row-top ul li {
    font-size: 22px;
  }
}
#about-one .row-top ul li:before {
  top: 23px;
}

#about-one .row-bottom {
  justify-content: space-between;
}

@media (min-width: 1200px) {
  #about-one .row-bottom .col-xl-6 {
    max-width: 590px;
  }
}
@media (min-width: 1200px) {
  #about-one .row-bottom .col-xl-6:first-child {
    max-width: 534px;
  }
}
.about-two {
  padding-bottom: 15px;
}

@media (min-width: 1200px) {
  .about-two {
    padding-top: 77px;
  }
}
@media (max-width: 991px) {
  .about-two {
    padding-bottom: 30px;
  }
}
.about-two .image-holder img {
  border-radius: 40px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .about-two .image-holder {
    max-width: 50%;
  }
}
.about-two .cta {
  margin-top: -20px;
}

#about-three {
  background: url("../images/about-section-3.png") no-repeat scroll center center transparent;
  padding-bottom: 62px;
}

@media (max-width: 767px) {
  #about-three {
    margin-left: 27px;
    margin-right: 27px;
  }
}
#about-three .container {
  border-radius: 40px;
  border: 1px solid #DFE9EB;
  padding: 100px 130px 80px;
  background: url("../images/about-section-3-bg.png") no-repeat scroll center center transparent;
  background-size: cover;
}

@media (max-width: 991px) {
  #about-three .container {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  #about-three .container {
    padding: 40px 27px;
  }
}
#about-three .container .entry-content h2,
#about-three .container .entry-content p,
#about-three .container .entry-content li {
  color: #fff;
}

#about-three .container .entry-content ul {
  padding-left: 1.5rem;
  padding-top: 36px;
  padding-bottom: 31px;
}

@media (max-width: 991px) {
  #about-three .container .entry-content ul {
    padding-bottom: 15px;
  }
}
#about-three .container .entry-content ul li {
  padding-left: 30px;
  font-weight: 700;
}

.about-four {
  padding: 54px 0 26px;
  position: relative;
  border: 1px solid #E9E9E9;
}

@media (max-width: 991px) {
  .about-four {
    padding-top: 20px;
  }
}
.about-four .container {
  position: unset;
}

.about-four h2 {
  margin-bottom: 12px;
}

.about-four p {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .about-four p {
    margin-bottom: 25px;
  }
}
.about-four__content ol {
  margin-bottom: 25px;
  clear: both;
  list-style: none;
  padding-left: 30px;
}

.about-four__content ol:first-of-type {
  counter-reset: li;
  /* Only reset counter on the first <ol> */
}

@media (max-width: 991px) {
  .about-four__content ol {
    padding-left: 0;
  }
  .about-four__content ol:first-child {
    margin-bottom: 0;
  }
}
.about-four__content ol li {
  position: relative;
  padding: 20px 18px 14px 92px;
  counter-increment: li;
  color: #454545;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}

@media (max-width: 767px) {
  .about-four__content ol li {
    padding: 19px 10px 14px 69px;
  }
}
.about-four__content ol li strong {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  font-family: 4;
  font-family: var(--secondary-font), sans-serif;
  color: #09203E;
}

@media (max-width: 767px) {
  .about-four__content ol li strong {
    font-size: 22px;
    padding-top: 10px;
    line-height: 33px;
  }
}
.about-four__content ol li:before {
  content: counter(li);
  display: inline-block;
  position: absolute;
  top: 18px;
  left: 7px;
  text-align: center;
  background-color: #ededed;
  border-radius: 0;
  height: 64px;
  width: 64px;
  color: #fff;
  font-family: var(--secondary-font), sans-serif;
  background: url("../images/ol-number.svg") no-repeat scroll center center transparent;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  padding-top: 10px;
}

@media (max-width: 767px) {
  .about-four__content ol li:before {
    left: 0;
    background-size: 70%;
    top: 5px;
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .about-four__content ol li:last-child {
    padding-bottom: 0;
  }
}
.about-four__left {
  position: relative;
  margin-bottom: 80px;
}

@media screen and (min-width: 1200px) {
  .about-four__left {
    position: unset;
    height: auto;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .about-four__left figure img {
    top: 0;
    z-index: 2;
    width: 50%;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    overflow: hidden;
    object-fit: cover;
    background-position: right -80px top 0;
  }
}
@media screen and (min-width: 1440px) {
  .about-four__left figure img {
    object-position: right top;
  }
}
@media (max-width: 767px) {
  .cta {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .cta-image {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 575px) {
  .cta-image {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 575px) {
  .cta-image img {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .cta-text {
    padding: 30px 24px 29px 22px;
  }
  .cta-text .cta-label {
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 9px;
  }
}
@media (max-width: 767px) and (max-width: 575px) {
  .cta-text .cta-label {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .cta-text .cta-number {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  .cta-text {
    padding: 5px 15px 5px 15px;
  }
  .cta-text .cta-label {
    font-size: 16px;
  }
  .cta-text .cta-number {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .image-cta {
    margin-top: 35px;
  }
}

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