/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
@font-face {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("./fonts/Poppins-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins", sans-serif;
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("./fonts/Poppins-LightItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./fonts/Poppins-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins", sans-serif;
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("./fonts/Poppins-BoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("./fonts/Poppins-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins", sans-serif;
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url("./fonts/Poppins-ExtraBoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Karla", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./fonts/Karla-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Karla", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("./fonts/Karla-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Karla", sans-serif;
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("./fonts/Karla-Italic.woff2") format("woff2");
}
/*************************
  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: 2rem 0 6rem;
  z-index: 100;
  background: white;
}

@media screen and (min-width: 1200px) {
  #about-top {
    padding-top: 2rem;
    padding-bottom: 66px;
  }
}
#about-top h1 {
  text-transform: none;
}

@media screen and (min-width: 1200px) {
  #about-top h1 {
    margin-bottom: 95px;
  }
}
#about-top .about-top__image {
  margin-bottom: 20px;
  padding-top: 30px;
}

@media screen and (min-width: 1200px) {
  #about-top .about-top__image {
    margin-bottom: 0;
    padding-top: 0;
  }
}
@media (max-width: 1199px) {
  #about-top .about-top__image .image-holder {
    text-align: center;
    clip-path: none;
  }
}
@media screen and (min-width: 768px) {
  #about-top .about-top__image .image-holder img {
    width: 50%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  #about-top .about-top__image .image-holder img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  #about-top .about-top__image .atty-badge img {
    width: 15%;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  #about-top .about-top__image .atty-badge img {
    width: unset;
    left: 6px;
    top: -188px;
  }
}
#about-top .atty-badge {
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
}

#about-top .atty-badge img {
  position: absolute;
  top: -104px;
  z-index: 5;
  left: 36px;
}

@media (max-width: 1199px) {
  #about-top .atty-badge img {
    left: 50%;
    transform: translateX(-50%);
  }
}
.banner-eagle {
  top: -40px;
}

.banner-eagle .diamond {
  top: -62px;
  height: 51px;
}

.banner-eagle .diamond:before {
  display: none;
}

.banner-eagle .icon-eagle {
  position: absolute;
  left: 50%;
  top: -3px;
  z-index: 10;
  display: block;
  transform: translateX(-50%);
}

@media (max-width: 1199px) {
  .banner-eagle .icon-eagle {
    top: 15px;
    max-width: 87px;
  }
}
#about-three {
  background: linear-gradient(180deg, #FFFFFF 50%, #E8E8E8 100%);
  z-index: 99;
  padding: 124px 0 83px;
}

@media (max-width: 991px) {
  #about-three {
    padding: 50px 0 120px;
    clip-path: polygon(0% 0%, 100% 0, 100% 97.3%, 50% 100%, 0 97.3%);
  }
}
@media (max-width: 767px) {
  #about-three {
    padding: 50px 0 100px;
    clip-path: polygon(0% 0%, 100% 0, 100% 98.3%, 50% 100%, 0 98.3%);
  }
}
@media (min-width: 1200px) {
  #about-three p {
    padding: 0 100px 44px;
  }
}
@media (min-width: 1200px) {
  #about-three h2 {
    margin-bottom: 9px;
  }
}
#about-three li {
  color: #102649;
}

#about-three li a {
  text-decoration: underline;
  color: #102649;
}

#about-three li a:hover {
  color: var(--accent-color);
}

@media (max-width: 991px) {
  #about-three .about-three__items ul {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cta {
    padding: 50px 0;
  }
}
.banner-border {
  z-index: 101;
  margin-top: -37px;
}

@media (min-width: 576px) {
  .banner-border {
    margin-top: -50px;
  }
}
@media (min-width: 768px) {
  .banner-border {
    margin-top: -56px;
  }
}
@media (min-width: 992px) {
  .banner-border {
    margin-top: -41px;
  }
}
@media (min-width: 1200px) {
  .banner-border {
    margin-top: -48px;
  }
}
@media (min-width: 1366px) {
  .banner-border {
    margin-top: -46px;
  }
}
@media (min-width: 1366px) {
  .banner-border {
    margin-top: -51px;
  }
}
@media (min-width: 1620px) {
  .banner-border {
    margin-top: -46px;
  }
}
.about-four {
  padding: 5.2rem 0 3rem;
  position: relative;
}

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

@media (max-width: 1199px) {
  .about-four .heading {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .about-four__items {
    padding-top: 47px;
  }
}
@media (max-width: 1199px) {
  .about-four__items:last-of-type .element-content {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 1199px) {
  .about-four__items .elem-image {
    text-align: center;
    width: 50%;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .about-four__items .elem-image {
    width: 70%;
  }
}
.about-four__items .element-image img {
  clip-path: polygon(0% 0%, 94% 0%, 100% 50%, 94% 100%, 0% 100%);
  position: relative;
  z-index: 1;
}

@media (max-width: 1199px) {
  .about-four__items .element-image img {
    clip-path: none;
  }
}
.about-four__items .element-image-right img {
  clip-path: polygon(6% 0%, 100% 0%, 100% 100%, 7% 100%, 0% 50%);
  position: relative;
  z-index: 1;
}

@media (max-width: 1199px) {
  .about-four__items .element-image-right img {
    clip-path: none;
  }
}
@media (max-width: 1199px) {
  .about-four__items .element-content {
    margin-bottom: 60px;
  }
}
@media (max-width: 1199px) {
  .about-four__items .element-content h3 {
    text-align: center;
    margin-top: 20px;
  }
}
.about-four__items .element-content p:last-of-type {
  margin-bottom: 0;
}

.bottom-content {
  padding-top: 129px;
  padding-bottom: 202px;
}

@media (max-width: 1199px) {
  .bottom-content {
    padding-top: 30px;
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .bottom-content {
    padding-top: 20px;
    padding-bottom: 50px;
  }
}
.bottom-content .connect-row {
  margin-bottom: 46px;
}

@media (min-width: 992px) {
  .bottom-content .connect-row .diamond {
    max-width: 659px;
  }
}
.bottom-content .bottom-left {
  z-index: 2;
}

@media (min-width: 1200px) {
  .bottom-content .bottom-left {
    top: 24px;
  }
}
@media (min-width: 768px) {
  .bottom-content .bottom-left__inner {
    padding: 0px;
  }
}
@media (min-width: 992px) {
  .bottom-content .bottom-left__inner {
    border: 1px solid rgba(0, 0, 0, 0.31);
    background: #fff;
    padding: 46px 30px 16px;
  }
}
@media (min-width: 1200px) {
  .bottom-content .bottom-left__inner {
    padding: 65px 60px 55px 46px;
    margin-left: 7px;
    margin-right: 33px;
  }
}
.bottom-content .bottom-left img {
  border: 2px solid #FFFFFF;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.15);
}

.bottom-content .bottom-left .heading {
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  .bottom-content .bottom-left .heading {
    margin-bottom: 23px;
  }
}
.bottom-content .bottom-left p:last-of-type {
  margin-bottom: 0;
}

.bottom-content .bottom-left .btn {
  margin-top: 39px;
}

.bottom-content .bottom-right .diagonal-border-outline {
  background-color: white;
  border-color: white;
  border-width: 2px;
}

@media (min-width: 992px) {
  .bottom-content .bottom-right {
    position: absolute;
    z-index: 1;
    right: 0;
  }
}
@media (min-width: 992px) {
  .bottom-content .bottom-right img {
    clip-path: polygon(0 0, 100% 0%, 100% 94.3%, 0% 100%);
  }
}
@media (min-width: 1440px) {
  .bottom-content .bottom-right img {
    right: -20px;
  }
}

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