/**
* 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;
}

@media (max-width: 991px) {
  .home .testimonials-section {
    padding-top: 55px;
    padding-bottom: 26px;
  }
}
.home .results-part {
  background: #E5E5ED;
  position: relative;
  padding: 0px 0 0px;
  margin-top: 20px;
  /*margin-top: -28px;*/
}

@media (max-width: 991px) {
  .home .results-part {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .home .results-part {
    margin-top: -5px;
  }
}
.home .results-part {
  /*  background: transparent; */
}

.home .results-part .half-image {
  background: url(../images/bg-results-home.jpg);
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 95%;
  z-index: 9;
  background-position-x: 1px;
  box-shadow: 0px 8px 30px rgba(1, 1, 20, 0.15);
}

@media (min-width: 1551px) {
  .home .results-part .half-image {
    width: 91%;
  }
}
@media (min-width: 1671px) {
  .home .results-part .half-image {
    width: 87%;
  }
}
@media (min-width: 1901px) {
  .home .results-part .half-image {
    width: 83%;
  }
}
@media (max-width: 1399px) {
  .home .results-part .half-image {
    width: 87%;
  }
}
@media (max-width: 1310px) {
  .home .results-part .half-image {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .home .results-part .half-image {
    width: 100%;
    background-size: cover !important;
  }
}
@media (max-width: 600px) {
  .home .results-part .half-image {
    background: url(../images/mb-results-home.jpg);
  }
}
.home .results-part .half-color {
  background-color: transparent;
  right: 0;
}

.home .results-part .container {
  z-index: 9;
}

.home .results-part .heading-part {
  width: 28%;
  font-family: var(--main-font), sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 32px;
  text-align: left;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  padding-top: 40px;
}

@media (max-width: 1399px) {
  .home .results-part .heading-part {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .home .results-part .heading-part {
    width: 35%;
    padding-bottom: 37px;
  }
}
@media (max-width: 991px) {
  .home .results-part .heading-part {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .home .results-part .heading-part {
    width: 100%;
    padding-top: 25px;
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
  }
}
.home .results-part .heading-part strong {
  font-weight: 600;
  /*color: $white;*/
  color: #c7c7c7;
}

@media (max-width: 767px) {
  .home .results-part .heading-part strong {
    display: block;
  }
}
.home .results-part .heading-part span {
  display: block;
  font-family: var(--main-font), sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-transform: initial;
  padding-top: 15px;
  padding-right: 45px;
}

@media (max-width: 1399px) {
  .home .results-part .heading-part span {
    padding-right: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .home .results-part .heading-part span {
    padding-right: 0px;
    padding-bottom: 0px;
  }
}
.home .results-part .results-slider {
  width: 62%;
  padding-left: 0px;
  padding-top: 44px;
}

@media (max-width: 1199px) {
  .home .results-part .results-slider {
    width: 55%;
    padding-bottom: 23px;
    padding-top: 0px;
  }
}
@media (max-width: 767px) {
  .home .results-part .results-slider {
    width: 100%;
    padding-bottom: 25px;
    padding-top: 0px;
    padding-left: 10px;
  }
}
.home .results-part .results-slider .grid-results .item {
  padding-bottom: 0px !important;
  /*overflow: hidden;*/
  height: 235px;
}

@media (max-width: 1199px) {
  .home .results-part .results-slider .grid-results .item {
    padding-left: 130px;
    padding-right: 130px;
    height: auto;
  }
}
@media (max-width: 991px) {
  .home .results-part .results-slider .grid-results .item {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 55px !important;
    position: relative;
    right: 22px;
  }
}
@media (max-width: 767px) {
  .home .results-part .results-slider .grid-results .item {
    height: auto;
    padding-top: 0px !important;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    right: 0px;
  }
}
.home .results-part .btn {
  padding-left: 32px;
  padding-right: 32px;
  writing-mode: vertical-rl;
  background: #000;
  border-radius: 0px;
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 0px;
  height: 100%;
  font-family: var(--main-font), sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #911630;
  background: #fff;
}

.home .results-part .btn br {
  display: none;
}

@media (max-width: 991px) {
  .home .results-part .btn br {
    display: block;
  }
}
@media (max-width: 767px) {
  .home .results-part .btn br {
    display: none;
  }
}
@media (max-width: 767px) {
  .home .results-part .btn {
    writing-mode: initial;
    position: relative;
    height: auto;
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-top: 23px;
    padding-bottom: 23px;
  }
}
.home .results-part .btn:hover {
  background: #911630;
  color: #fff;
}

.home .results-part .cta-col {
  height: 290px;
  background: transparent;
  position: relative;
  padding: 0px;
  margin: 0px;
  box-shadow: 0px 8px 30px rgba(1, 1, 20, 0.15);
}

@media (max-width: 1399px) {
  .home .results-part .cta-col {
    height: 296px;
  }
}
@media (max-width: 1199px) {
  .home .results-part .cta-col {
    height: auto;
  }
}
@media (max-width: 1023px) {
  .home .results-part .cta-col {
    height: auto;
    box-shadow: 0px;
  }
}
@media (max-width: 991px) {
  .home .results-part .cta-col {
    left: 45px;
  }
}
@media (max-width: 767px) {
  .home .results-part .cta-col {
    left: 0px;
  }
}
.home .main-content {
  background: linear-gradient(180deg, #E5E5ED 0%, rgba(229, 229, 237, 0) 80.12%);
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .home .main-content {
    padding-bottom: 0px;
  }
}
.home .main-content h1 {
  max-width: 550px;
  margin-bottom: 64px;
}

@media (max-width: 1199px) {
  .home .main-content h1 {
    margin-top: 35px;
    border-bottom: 4px solid #911630;
    padding-bottom: 30px;
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .home .main-content h1 {
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.home .main-content strong {
  font-size: 21px;
  font-weight: 600;
}

.home .main-content p {
  font-family: var(--main-font), sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 33px;
  color: #3B3B3B;
}

.home .main-content .world-class {
  padding-top: 40px;
}

.home .main-content .world-class .btn {
  margin-top: 5px;
  padding: 16px 26px;
}

@media (max-width: 991px) {
  .home .main-content .world-class .btn {
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
  }
}
.home .main-content .world-class .btn br {
  display: none;
}

@media (max-width: 499px) {
  .home .main-content .world-class .btn br {
    display: block;
    line-height: 4px;
  }
}
.home .main-content .world-class .image-holder {
  text-align: center;
}

@media (min-width: 1200px) {
  .home .main-content .world-class .image-holder {
    text-align: right;
    position: relative;
    right: -63px;
  }
}
@media (max-width: 991px) {
  .home .main-content .world-class {
    padding-top: 20px;
  }
}
.home .main-content .world-class .pd-l {
  padding-left: 0px;
  padding-top: 16px;
  position: relative;
}

@media (max-width: 1199px) {
  .home .main-content .world-class .pd-l {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.home .main-content .world-class .pd-l:after {
  content: "";
  background: #911630;
  height: 5px;
  width: 102%;
  position: absolute;
  top: 312px;
}

@media (max-width: 1199px) {
  .home .main-content .world-class .pd-l:after {
    display: none;
  }
}
.home .main-content .world-class .pd-r {
  max-width: 835px;
  padding-left: 130px;
  position: relative;
}

@media (max-width: 1399px) {
  .home .main-content .world-class .pd-r {
    padding-right: 70px;
  }
}
@media (max-width: 1299px) {
  .home .main-content .world-class .pd-r {
    padding-left: 70px;
  }
}
@media (max-width: 1199px) {
  .home .main-content .world-class .pd-r {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .home .main-content .world-class .pd-r {
    padding-right: 18px;
    padding-left: 18px;
  }
}
.home .main-content .world-class .pd-r:before {
  content: "";
  background: #911630;
  height: 5px;
  width: 98%;
  position: absolute;
  top: 312px;
  left: 0px;
}

@media (max-width: 1199px) {
  .home .main-content .world-class .pd-r:before {
    display: none;
  }
}
.home .main-content .world-class .pd-r {
  /*
  .button-wrap {
    a {
        margin-top: 2px;
        padding: 16px 26px;
        @include media("<992px") {
          width: 100%;
          font-weight: 600;
          font-size: 16px;
          line-height: 20px;
        }
        br {
          display: none;
          @include media("<500px") {
            display: block;
          }
        }
    }
  }*/
}

.home .main-content .world-class .banner-section-slider .mb {
  display: none;
}

@media (max-width: 1199px) {
  .home .main-content .world-class .banner-section-slider {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .home .main-content .world-class .banner-section-slider .desk {
    display: none;
  }
  .home .main-content .world-class .banner-section-slider .mb {
    display: block;
    filter: drop-shadow(0px 8px 30px rgba(1, 1, 20, 0.15));
  }
}
.home .why-choose-us {
  padding: 72px 0 38px;
  background: #5A5E72 url(../images/why-choose-us-bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
}

@media (min-width: 1561px) {
  .home .why-choose-us {
    background-size: contain;
  }
}
@media (max-width: 767px) {
  .home .why-choose-us {
    padding: 35px 0 15px;
    background: #5A5E72;
  }
}
.home .why-choose-us__heading {
  color: #fff;
  max-width: 665px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
  text-align: center;
}

@media (max-width: 767px) {
  .home .why-choose-us__heading {
    max-width: 335px;
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 34px;
  }
}
@media (max-width: 991px) {
  .home .why-choose-us .desk {
    display: none;
  }
}
.home .why-choose-us .mb {
  display: none;
}

@media (max-width: 991px) {
  .home .why-choose-us .mb {
    display: block;
  }
  .home .why-choose-us .mb .choose-us-wrap {
    background: #fff;
    border-top: 2px solid #911630;
    box-shadow: 0px 8px 30px rgba(1, 1, 20, 0.15);
    padding-bottom: 40px;
  }
  .home .why-choose-us .mb .choose-us-wrap .swiper-slide {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 30px;
  }
  .home .why-choose-us .mb .choose-us-wrap .swiper-slide img {
    margin-bottom: 15px;
  }
  .home .why-choose-us .mb .choose-us-wrap .swiper-slide .title {
    font-family: var(--main-font), sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #00002A;
    max-width: 250px;
    padding-bottom: 15px;
  }
  .home .why-choose-us .mb .choose-us-wrap .swiper-slide .content {
    font-family: var(--main-font), sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #3B3B3B;
    padding-bottom: 5px;
  }
  .home .why-choose-us .mb .bottom-content {
    padding-top: 25px;
  }
  .home .why-choose-us .mb .bottom-content p {
    font-family: var(--main-font), sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 33px;
    color: #fff;
  }
  .home .why-choose-us .mb .why-us-cta .title {
    font-family: var(--main-font), sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #fff;
  }
  .home .why-choose-us .mb .why-us-cta .content {
    text-align: center;
  }
  .home .why-choose-us .mb .why-us-cta .content span {
    font-family: var(--main-font), sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 39px;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    display: block;
    padding-top: 10px;
  }
  .home .why-choose-us .mb .why-us-cta .content a {
    font-family: var(--main-font), sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    color: #fff;
  }
  .home .why-choose-us .mb .why-us-cta .content .btn {
    display: block;
    background: #F7C811;
    font-family: var(--main-font), sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #00002A;
    width: 350px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .home .why-choose-us .mb .why-us-cta .content .btn:hover {
    background: #F8D13A;
  }
}
@media (max-width: 991px) and (max-width: 425px) {
  .home .why-choose-us .mb .why-us-cta .content .btn {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .home .why-choose-us .px-4 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.home .why-choose-us .content {
  margin-left: auto;
  margin-right: auto;
  max-width: 705px;
  padding-bottom: 22px;
}

@media (max-width: 767px) {
  .home .why-choose-us .content {
    padding-bottom: 0px;
  }
}
.home .why-choose-us .content p {
  font-family: var(--main-font), sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 33px;
  color: #fff;
}

.home .why-choose-us .row {
  grid-column-gap: 0px;
  align-items: baseline;
}

@media (max-width: 1399px) {
  .home .why-choose-us .row {
    grid-column-gap: 0px;
  }
}
.home .why-choose-us__item {
  border-top: 2px solid #911630;
  box-shadow: 0px 8px 30px rgba(1, 1, 20, 0.15);
  background-color: #ffffff;
  position: relative;
  padding: 40px 32px 40px;
  /**/
}

.home .why-choose-us__item .title {
  padding-top: 0px;
  text-align: left;
  font-family: var(--main-font), sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #00002A;
}

.home .why-choose-us__item .content {
  padding-top: 12px;
  text-align: left;
  font-family: var(--main-font), sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #3B3B3B;
}

.home .why-choose-us__item-wrapper {
  height: auto;
  width: 33.3%;
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .home .why-choose-us__item-wrapper {
    width: 49%;
  }
}
.home .why-choose-us__item-wrapper:last-child {
  margin-bottom: 0;
  width: 66%;
}

@media (max-width: 1199px) {
  .home .why-choose-us__item-wrapper:last-child {
    width: 49%;
  }
  .home .why-choose-us__item-wrapper:last-child .title {
    font-size: 23px !important;
    line-height: 33px !important;
  }
}
.home .why-choose-us__item-wrapper:last-child .pos-rel img {
  display: none !important;
}

.home .why-choose-us__item-wrapper:last-child .pos-rel .title {
  font-family: var(--main-font), sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 41px;
  text-align: center;
  color: #fff;
  max-width: 665px;
  margin-left: auto;
  margin-right: auto;
}

.home .why-choose-us__item-wrapper:last-child .pos-rel .content {
  padding-top: 25px;
  text-align: center;
}

.home .why-choose-us__item-wrapper:last-child .pos-rel .content span {
  display: block;
  font-family: var(--main-font), sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 39px;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #fff;
}

.home .why-choose-us__item-wrapper:last-child .pos-rel .content a {
  font-family: var(--main-font), sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 48px;
  text-align: center;
  color: #fff;
}

.home .why-choose-us__item-wrapper:last-child .pos-rel .content .btn {
  display: block;
  background: #b58c57;
  font-family: var(--main-font), sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  width: 350px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
}

.home .why-choose-us__item-wrapper:last-child .pos-rel {
  background: none;
  border: 0px;
  box-shadow: none;
}

.home .why-choose-us__item img {
  margin-bottom: 60px;
}

/*# sourceMappingURL=home.css.map*/