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

.home .main-content {
  background: linear-gradient(180deg, rgba(234, 196, 103, 0.15) 29.12%, rgba(234, 196, 103, 0) 100%);
}

@media screen and (min-width: 992px) {
  .home .main-content {
    padding: 70px 0 135px;
  }
}
@media screen and (min-width: 992px) {
  .home .main-content h2 {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .home .main-content h2 {
    max-width: initial;
    margin-right: initial;
  }
}
@media (max-width: 767px) {
  .home .main-content h2 {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 992px) {
  .home .main-content .entry-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .home .main-content .entry-content {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .home .main-content {
    padding-top: 29px;
    padding-bottom: 0;
  }
}
.home .why-choose-us {
  padding: 0;
  background-color: var(--color-neutral);
  position: relative;
}

@media (max-width: 1199px) {
  .home .why-choose-us {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .home .why-choose-us {
    padding-bottom: 0;
  }
}
.home .why-choose-us .col-left {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 1200px) {
  .home .why-choose-us .col-left {
    padding: 50px 0;
    min-height: 649px;
  }
}
@media screen and (min-width: 1200px) {
  .home .why-choose-us .col-right img {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .home .why-choose-us .col-right img {
    width: 50%;
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 1199px) {
  .home .why-choose-us .col-right .image-holder {
    margin-top: 25px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .home .why-choose-us .col-right .image-holder {
    margin: 26px -20px 0;
  }
}
.home .why-choose-us__heading {
  margin-bottom: 25px;
}

@media screen and (min-width: 1200px) {
  .home .why-choose-us__heading {
    margin-bottom: 50px;
    max-width: 430px;
  }
}
@media (max-width: 767px) {
  .home .why-choose-us__heading {
    text-align: center;
  }
}
@media screen and (min-width: 1440px) {
  .home .why-choose-us .container {
    max-width: 1400px;
  }
}
@media screen and (min-width: 1200px) {
  .home .why-choose-us p {
    max-width: 508px;
  }
}
.home .why-choose-us .btn {
  margin-top: 7px;
}

.home .what-we-do {
  padding: 35px 0 0;
}

@media screen and (min-width: 992px) {
  .home .what-we-do {
    padding: 110px 0 40px;
  }
}
@media screen and (min-width: 992px) {
  .home .what-we-do h2 {
    margin-bottom: 55px;
  }
}
@media screen and (min-width: 1200px) {
  .home .what-we-do .row {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
  }
}
.home .what-we-do p, .home .what-we-do h3 {
  color: #fff;
}

.home .what-we-do__content {
  position: relative;
  background-position: center;
  background-size: cover;
  padding: 30px;
  display: flex;
}

.home .what-we-do__content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%), linear-gradient(0deg, #AB1E38 0%, #AB1E38 100%);
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.home .what-we-do__content svg {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

@media (max-width: 767px) {
  .home .what-we-do__content svg {
    opacity: 1;
  }
}
.home .what-we-do__content-wrapper {
  position: relative;
  z-index: 2;
}

.home .what-we-do__content:hover:before {
  opacity: 1;
}

.home .what-we-do__content:hover svg {
  opacity: 1;
}

@media screen and (min-width: 992px) {
  .home .what-we-do__content {
    min-height: 371px;
    padding: 50px 40px;
    height: 100%;
  }
  .home .what-we-do__content-wrapper {
    max-width: 456px;
    margin-left: auto;
    margin-right: auto;
  }
  .home .what-we-do__content-wrapper h3 {
    margin-bottom: 6px;
  }
}
@media screen and (min-width: 1200px) {
  .home .what-we-do__content {
    padding: 85px 40px 50px;
  }
}
@media (max-width: 991px) {
  .home .what-we-do .col-right {
    margin-top: 20.5px;
  }
}
.home .cant-come-to-us {
  position: relative;
  margin-top: 20px;
}

@media (max-width: 991px) {
  .home .cant-come-to-us {
    margin-top: 36px;
  }
}
@media screen and (min-width: 992px) {
  .home .cant-come-to-us {
    margin-top: 60px;
  }
  .home .cant-come-to-us .container::after {
    width: 615px;
    height: 85px;
    background-color: #fff;
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    clip-path: polygon(0 0, 89% 0, 100% 100%, 0 100%);
  }
}
@media screen and (min-width: 1200px) {
  .home .cant-come-to-us {
    margin-top: 90px;
  }
}
.home .cant-come-to-us .container {
  background-color: #0E2D26;
}

@media screen and (min-width: 992px) {
  .home .cant-come-to-us .container {
    padding-right: 0;
  }
}
.home .cant-come-to-us h2, .home .cant-come-to-us p {
  color: #fff;
  position: relative;
  z-index: 2;
}

.home .cant-come-to-us .col-left {
  padding: 30px;
}

@media (max-width: 1199px) {
  .home .cant-come-to-us .col-left {
    padding-bottom: 43px;
  }
}
@media (max-width: 767px) {
  .home .cant-come-to-us .col-left {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 43px;
  }
}
.home .cant-come-to-us .col-left p {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 992px) {
  .home .cant-come-to-us .col-left p {
    max-width: 505px;
  }
}
@media screen and (min-width: 992px) {
  .home .cant-come-to-us .col-left {
    padding: 85px 67px;
  }
}
@media (max-width: 499px) {
  .home .cant-come-to-us .col-left {
    padding-top: 146px;
  }
  .home .cant-come-to-us .col-left img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width: 992px) {
  .home .cant-come-to-us .col-right {
    min-height: 499px;
  }
  .home .cant-come-to-us .col-right img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    object-fit: cover;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home .cant-come-to-us .col-right img {
    object-position: 4% top;
  }
}
@media screen and (min-width: 992px) {
  .home .cant-come-to-us .btn {
    position: relative;
    bottom: -50px;
    left: 26px;
    z-index: 3;
  }
}
@media (max-width: 1199px) {
  .home .cant-come-to-us .btn {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .home .cant-come-to-us .btn .arrow-icon {
    background-size: contain !important;
  }
}
.home .cant-come-to-us .cant-come-mobile-image {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .home .cant-come-to-us .cant-come-mobile-image {
    margin-bottom: 20px;
  }
}

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