/**
* 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);
  color: #2b2b2b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.15rem;
  text-align: center;
}

.home .results-part {
  margin-top: -60px;
}

@media screen and (min-width: 768px) {
  .home .results-part {
    margin-top: -100px;
  }
}
@media screen and (min-width: 1400px) {
  .home .results-part {
    margin-top: -160px;
  }
}
.home .awards-part {
  padding: 10px 0px 35px 0px;
}

@media screen and (min-width: 1400px) {
  .home .awards-part {
    padding: 10px 0px 65px 0px;
  }
}
.home .intro-content {
  background: #030919;
  padding-top: 150px;
  padding-bottom: 35px;
}

@media screen and (min-width: 400px) {
  .home .intro-content {
    padding-top: 250px;
  }
}
@media screen and (min-width: 992px) {
  .home .intro-content {
    padding-top: 500px;
    padding-bottom: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .home .intro-content {
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 767px) {
  .home .intro-content .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.home .intro-content .row {
  justify-content: space-between;
}

.home .intro-content .col-6:first-child {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .home .intro-content .col-6:first-child {
    width: 45%;
  }
}
@media screen and (min-width: 992px) {
  .home .intro-content .col-6:first-child .content {
    display: none;
  }
}
.home .intro-content .col-6:last-child {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .home .intro-content .col-6:last-child {
    width: 50%;
  }
}
.home .intro-content .col-6:last-child .content {
  display: none;
}

@media screen and (min-width: 992px) {
  .home .intro-content .col-6:last-child .content {
    display: initial;
  }
}
.home .intro-content .col-6 h1 {
  text-align: left;
  color: #fff;
  font-size: 32px;
  line-height: 36px;
  max-width: 300px;
}

@media screen and (min-width: 768px) {
  .home .intro-content .col-6 h1 {
    max-width: none;
  }
}
@media screen and (min-width: 992px) {
  .home .intro-content .col-6 h1 {
    font-size: 45px;
    line-height: 55px;
  }
}
@media screen and (min-width: 1200px) {
  .home .intro-content .col-6 h1 {
    font-size: 55px;
    line-height: 65px;
  }
}
@media screen and (min-width: 1400px) {
  .home .intro-content .col-6 h1 {
    font-size: 64px;
    line-height: 70px;
  }
}
.home .intro-content .col-6 p {
  color: #fff;
  margin-bottom: 35px;
}

.home .intro-content .col-6 .cta {
  text-align: center;
  border-radius: 12px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  background: rgba(3, 9, 25, 0.54);
  backdrop-filter: blur(16.5px);
  padding: 34px 0px 34px 0px;
  max-width: 565px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .home .intro-content .col-6 .cta {
    border-radius: 24px;
    backdrop-filter: blur(16.5px);
    background: rgba(3, 9, 25, 0.54);
    border: 2px solid rgba(255, 255, 255, 0.2);
    padding: 40px 0px 40px 0px;
  }
}
@media screen and (min-width: 992px) {
  .home .intro-content .col-6 .cta {
    margin-left: initial;
    margin-right: initial;
  }
}
.home .intro-content .col-6 .cta .cta-label {
  color: #fff;
  text-align: center;
  font-family: var(--main-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .home .intro-content .col-6 .cta .cta-label {
    font-size: 18px;
  }
}
.home .intro-content .col-6 .cta .main-number {
  display: block;
  color: var(--accent-color);
  text-align: center;
  font-family: var(--main-font);
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 42.037px;
  margin-top: 4px;
}

@media screen and (min-width: 768px) {
  .home .intro-content .col-6 .cta .main-number {
    font-size: 48px;
    line-height: 54.349px;
  }
}
.home .intro-content .col-6 .cta .contact-phone {
  color: #fff;
  text-align: center;
  font-family: var(--main-font);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 3px;
  text-transform: uppercase;
  display: block;
}

@media screen and (min-width: 768px) {
  .home .intro-content .col-6 .cta .contact-phone {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 28.468px;
    letter-spacing: 5px;
  }
}
.home .intro-content .col-6 .cta .btn {
  margin-top: 22px;
  padding: 20px 30px;
}

@media screen and (min-width: 768px) {
  .home .intro-content .col-6 .cta .btn {
    margin-top: 22px;
    padding: 25px 35px;
  }
}
@media screen and (min-width: 992px) {
  .home .intro-content .col-6 .cta .btn {
    width: 309px;
  }
}
.home .main-content {
  padding-top: 35px;
  padding-bottom: 0px;
  position: relative;
}

@media screen and (min-width: 992px) {
  .home .main-content {
    padding-top: 50px;
  }
}
.home .main-content {
  z-index: 2;
}

.home .main-content .container {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .home .main-content .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .home .main-content .container {
    padding-left: 0px;
  }
}
.home .main-content .container .left-column {
  position: relative;
  border-radius: 0 24px 24px 0;
  background-size: cover !important;
  background-position: center !important;
}

@media screen and (min-width: 1200px) {
  .home .main-content .container .left-column {
    margin-top: -105px;
    width: 49%;
    box-shadow: 0 0 20px 0 rgba(119, 119, 120, 0.1);
  }
}
.home .main-content .container .left-column .mobile-image {
  display: block;
  text-align: center;
  margin-bottom: 25px;
}

@media screen and (min-width: 992px) {
  .home .main-content .container .left-column .mobile-image {
    display: none;
  }
}
.home .main-content .container .left-column .mobile-image img {
  border-radius: 12px;
  box-shadow: 0 0 20px 0 rgba(119, 119, 120, 0.1);
}

.home .main-content .container .left-column .image-holder {
  text-align: center;
  margin-bottom: 30px;
  display: none;
}

@media screen and (min-width: 992px) {
  .home .main-content .container .left-column .image-holder {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .home .main-content .container .left-column .image-holder {
    display: none;
  }
}
.home .main-content .container .left-column .image-holder img {
  width: 300px;
  height: 274px;
  border-radius: 12px;
  box-shadow: 0 0 20px 0 rgba(119, 119, 120, 0.1);
}

@media screen and (min-width: 768px) {
  .home .main-content .container .left-column .image-holder img {
    width: initial;
    height: initial;
  }
}
.home .main-content .container .right-column {
  padding-top: 0px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 25px;
  max-width: 700px;
}

@media screen and (min-width: 992px) {
  .home .main-content .container .right-column {
    padding-bottom: 100px;
    max-width: 1000px;
  }
}
@media screen and (min-width: 1200px) {
  .home .main-content .container .right-column {
    padding-top: 20px;
    padding-left: 70px;
    max-width: none;
  }
}
.home .main-content .container .right-column h2 {
  margin-bottom: 25px;
}

.home .main-content strong {
  font-size: 21px;
}

.home .main-content p {
  font-family: var(--secondary-font);
}

.home .services {
  position: relative;
  z-index: 1;
  background: linear-gradient(106deg, #1D2E6A 50.15%, #030919 100%);
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .home .services {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media screen and (min-width: 992px) {
  .home .services {
    margin-top: -65px;
    padding-top: 90px;
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 1400px) {
  .home .services {
    padding-top: 150px;
    padding-bottom: 90px;
  }
}
.home .services:before {
  content: url(../images/mb-bottom-circle.svg);
  position: absolute;
  bottom: 0px;
  left: 0;
}

@media screen and (min-width: 768px) {
  .home .services:before {
    content: url(../images/bottom-circle.svg);
  }
}
.home .services:after {
  content: url(../images/mb-top-circle.svg);
  position: absolute;
  top: 0px;
  right: 0;
}

@media screen and (min-width: 768px) {
  .home .services:after {
    content: url(../images/top-circle.svg);
  }
}
.home .services__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.home .services__row .items {
  width: 21.5%;
  position: relative;
}

.home .services__row .items__header {
  padding-top: 12px;
}

.home .services__row .items__body {
  padding-top: 20px;
}

.home .services__row .items__body .title {
  color: #fff;
  font-family: var(--main-font);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  padding-bottom: 12px;
}

@media screen and (min-width: 1400px) {
  .home .services__row .items__body .title {
    font-size: 24px;
  }
}
.home .services__row .items__body .content {
  padding-right: 16px;
}

@media screen and (min-width: 1200px) {
  .home .services__row .items__body .content {
    padding-right: 35px;
  }
}
.home .services__row .items__body .content p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
}

@media screen and (min-width: 1400px) {
  .home .services__row .items__body .content p {
    font-size: 18px;
  }
}
.home .services__row .items:after {
  content: "";
  width: 1px;
  height: 435px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  display: block;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 1200px) {
  .home .services__row .items:after {
    height: 400px;
  }
}
@media screen and (min-width: 1400px) {
  .home .services__row .items:after {
    height: 370px;
  }
}
@media screen and (min-width: 1440px) {
  .home .services__row .items:after {
    height: 343px;
  }
}
.home .services__row .items:last-child:after {
  display: none;
}

.home .services .desktop-version {
  display: none;
}

@media screen and (min-width: 992px) {
  .home .services .desktop-version {
    display: block;
  }
}
.home .services .mobile-version {
  display: block;
}

@media screen and (min-width: 992px) {
  .home .services .mobile-version {
    display: none;
  }
}
.home .services .mobile-version .swiper-slide {
  flex-direction: column;
}

.home .services .mobile-version .swiper-slide .items__header {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .home .services .mobile-version .swiper-slide .items__header img {
    width: 70px;
  }
}
.home .services .mobile-version .swiper-slide .items__body {
  max-width: 260px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.home .services .mobile-version .swiper-slide .items__body .title {
  margin-top: 28px;
  color: #fff;
  text-align: center;
  font-family: var(--main-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
}

.home .services .mobile-version .swiper-slide .items__body .content {
  margin-top: 20px;
}

.home .services .mobile-version .swiper-slide .items__body .content p {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-family: var(--secondary-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .home .services .mobile-version .swiper-pagination {
    margin-top: 0px !important;
  }
}
.home .faqs-home {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(101deg, rgba(40, 168, 200, 0.12) 15.88%, rgba(183, 188, 214, 0.12) 84.71%);
}

@media screen and (min-width: 768px) {
  .home .faqs-home {
    padding-bottom: 30px;
  }
}
.home .faqs-home .col-9 {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (min-width: 768px) {
  .home .faqs-home .col-9 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 992px) {
  .home .faqs-home .col-9 {
    width: 75%;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (min-width: 992px) {
  .home .faqs-home {
    padding-top: 90px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 992px) {
  .home .faqs-home h2 {
    text-align: center;
  }
}
.home .faqs-home .content-text {
  max-width: 797px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 992px) {
  .home .faqs-home .content-text {
    text-align: center;
  }
}
.home .faqs-home #accordionFaqs {
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 992px) {
  .home .faqs-home #accordionFaqs {
    margin-top: 65px;
  }
}
.home .faqs-home #accordionFaqs .accordion-item {
  margin-bottom: 14px;
  border-radius: 12px;
  background: none;
}

.home .faqs-home #accordionFaqs .accordion-item button {
  border-radius: 12px;
  border: 1px solid #D5D5D5;
  background: #fff;
  margin-bottom: 0px;
  color: #030919;
  font-family: var(--main-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  padding-left: 15px;
  padding-top: 18px;
  padding-bottom: 18px;
}

@media screen and (min-width: 992px) {
  .home .faqs-home #accordionFaqs .accordion-item button {
    font-size: 22px;
    line-height: 32px;
    padding-top: 20px;
    padding-bottom: 20px;
    align-items: center;
    padding-left: 25px;
  }
  .home .faqs-home #accordionFaqs .accordion-item button span {
    padding-right: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .home .faqs-home #accordionFaqs .accordion-item button {
    font-size: 24px;
  }
}
.home .faqs-home #accordionFaqs .accordion-item button[aria-expanded=true] {
  padding-top: 30px;
  padding-bottom: 24px;
  align-items: start;
  border-radius: 12px;
  background: #1C2D5A;
  color: #fff;
  align-items: start;
}

.home .faqs-home #accordionFaqs .accordion-item button[aria-expanded=true] span {
  position: relative;
  top: -2px;
}

.home .faqs-home #accordionFaqs .accordion-item button[aria-expanded=true]:after {
  background: none;
  content: url(../images/close-icon.svg);
  transform: initial;
  width: auto;
  height: auto;
  z-index: 9;
  position: relative;
  top: -8px;
}

.home .faqs-home #accordionFaqs .accordion-item button[aria-expanded=false]:after {
  background: none;
  content: url(../images/open-icon.svg);
  transform: initial;
  width: auto;
  height: auto;
  margin-top: 8px;
  z-index: 9;
}

.home .faqs-home #accordionFaqs .accordion-item button:focus {
  box-shadow: none;
}

.home .faqs-home #accordionFaqs .accordion-item .accordion-body {
  color: rgba(3, 9, 25, 0.8);
  font-family: var(--secondary-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
  padding-top: 24px;
  padding-left: 1px;
  padding-bottom: 0px;
  padding-right: 1px;
}

@media screen and (min-width: 992px) {
  .home .faqs-home #accordionFaqs .accordion-item .accordion-body {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-left: 24px;
    padding-bottom: 1px;
    padding-right: 25px;
  }
}
.home .faqs-home #accordionFaqs .accordion-item .accordion-body p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
  .home .faqs-home #accordionFaqs .accordion-item .accordion-body p {
    font-size: 18px;
    line-height: 33px;
  }
}
.home .latest-news {
  background: #fff;
}

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