@font-face {
  font-family: "Poppins Regular";
  src: url("../fonts/Poppins-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Poppins Light";
  src: url("../fonts/Poppins-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Poppins Medium";
  src: url("../fonts/Poppins-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Poppins MediumItalic";
  src: url("../fonts/Poppins-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Poppins SemiBold";
  src: url("../fonts/Poppins-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Poppins Bold";
  src: url("../fonts/Poppins-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
.intro-slide {
  position: relative;
  min-height: 173px;
  padding: 100px 0 205px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 992px) {
  .intro-slide {
    min-height: 313px;
    padding: 230px 0;
  }
}
.intro-slide:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 73.44%, rgba(0, 0, 0, 0.3) 91.67%), linear-gradient(180deg, rgba(0, 0, 0, 0.3) 7.81%, rgba(0, 0, 0, 0) 25%), linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  background-repeat: no-repeat, no-repeat, no-repeat;
}
.intro-slide .container {
  align-self: stretch;
}
@media only screen and (max-width: 991px) {
  .intro-slide .section-content {
    text-align: center;
  }
}
.intro-slide .section-content .btn {
  min-height: 48px;
}
.intro-slide .main-title {
  font-family: "Poppins Bold", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  line-height: 1.46;
  color: #fff;
}
.intro-slide .main-title span {
  color: #F1CF6D;
}
@media only screen and (max-width: 991px) {
  .intro-slide .main-title {
    font-size: 26px;
    letter-spacing: 0.3px;
  }
}
@media only screen and (min-width: 992px) {
  .intro-slide .main-title {
    font-size: 54px;
    letter-spacing: 0.5px;
  }
  .intro-slide .main-title span {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .intro-slide .btn {
    margin-top: 23px;
    width: 100%;
    max-width: 450px;
  }
  .intro-slide .btn.btn-maindark-bg {
    background: #fff;
    color: #000;
  }
  .intro-slide .btn.btn-maindark-bg path {
    stroke: #F1CF6D;
  }
  .intro-slide .btn.btn-call {
    padding: 10px 16px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .intro-slide .btn {
    margin-top: 42px;
  }
  .intro-slide .btn:not(:last-child) {
    margin-right: 20px;
  }
  .intro-slide .btn.btn-call {
    display: none;
  }
}
.intro-slide .scroll-arrow {
  position: absolute;
  bottom: 62px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.intro-slide .scroll-arrow svg {
  display: block;
  width: 100%;
  height: auto;
}
.intro-slide .scroll-arrow path {
  stroke: #fff;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
@media only screen and (max-width: 991px) {
  .intro-slide .scroll-arrow {
    width: 26px;
  }
}
@media only screen and (min-width: 992px) {
  .intro-slide .scroll-arrow {
    width: 50px;
  }
  .intro-slide .scroll-arrow:hover {
    cursor: pointer;
  }
  .intro-slide .scroll-arrow:hover path {
    stroke: #F1CF6D;
  }
}

.section-logos {
  position: absolute;
  bottom: -180px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .section-logos {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    bottom: -60px;
    position: relative;
  }
}
@media only screen and (max-width: 374px) {
  .section-logos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-logos img:not(:last-child) {
    margin-bottom: 15px;
  }
}
.section-logos img {
  max-height: 156px;
  width: auto;
}
@media only screen and (min-width: 992px) {
  .section-logos img:not(:last-child) {
    margin-right: 25px;
  }
}

@media only screen and (min-width: 992px) {
  .service-list {
    margin: -15px;
  }
  .service-list .item-wrap {
    padding: 15px;
  }
}
.service-list .item {
  padding: 24px 17px 35px;
  border: 1px solid #D0A650;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.service-list .image {
  position: relative;
  width: 100%;
  padding-bottom: 66.0377358491%;
  overflow: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.service-list .title {
  line-height: 1.85;
  color: #2C2C2C;
}
.service-list .content {
  font-family: "Poppins Regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 1.85;
  color: #8F8F8F;
}
.service-list .content p:not(:last-child) {
  margin-bottom: 28px;
}
.service-list .content a:not(.btn) {
  color: #D0A650;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  text-decoration: underline;
}
.service-list .content a:not(.btn):focus, .service-list .content a:not(.btn):visited {
  color: #D0A650;
  outline: none;
}
.service-list .content a:not(.btn):focus, .service-list .content a:not(.btn):active, .service-list .content a:not(.btn):visited, .service-list .content a:not(.btn):hover {
  text-decoration: none;
}
@media only screen and (min-width: 992px) {
  .service-list .content a:not(.btn):hover {
    cursor: pointer;
    color: #D0A650;
    text-decoration: none;
  }
}
@media only screen and (min-width: 992px) {
  .service-list.top {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.service-list.top .item-wrap {
  padding-top: 20px;
  padding-bottom: 35px;
}
@media only screen and (min-width: 992px) {
  .service-list.top .item-wrap {
    padding-top: 50px;
    width: 33.3333%;
  }
}
.service-list.top .item {
  position: relative;
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .service-list.top .item {
    padding-left: 45px;
    padding-right: 45px;
    height: 100%;
  }
}
.service-list.top .image-wrap {
  width: 100%;
  max-width: 106px;
  height: 70px;
  content: "";
  position: absolute;
  top: -35px;
}
@media only screen and (max-width: 991px) {
  .service-list.top .image-wrap {
    left: 17px;
  }
}
@media only screen and (min-width: 992px) {
  .service-list.top .image-wrap {
    left: 45px;
  }
}
.service-list.top .title {
  margin-bottom: 8px;
  font-family: "Poppins SemiBold", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  max-width: 200px;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  display: inline-block;
  flex-grow: 1;
}
.service-list.top .btn-transparent-bg {
  margin-top: 8px;
  border-color: #D0A650;
  color: #D0A650;
  max-width: 170px;
}
.service-list.top .btn-transparent-bg path {
  stroke: #D0A650;
}
@media only screen and (min-width: 992px) {
  .service-list.top .btn-transparent-bg:hover {
    background: #A5823B;
    color: #ffffff;
  }
  .service-list.top .btn-transparent-bg:hover path {
    stroke: #fff;
  }
}

.section {
  padding: 60px 0 0;
}
@media only screen and (max-width: 599px) {
  .section {
    padding: 48px 0 0;
  }
}

.page-content {
  padding-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .page-content {
    padding-bottom: 0;
  }
}

.intro-slide {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.intro-slide:before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}
@media only screen and (max-width: 599px) {
  .intro-slide {
    background-position: 78% 100%;
    padding: 75px 0 120px 0;
    min-height: 230px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 600px) {
  .intro-slide {
    padding: 75px 0 120px 0;
    min-height: 230px;
  }
}
@media only screen and (min-width: 992px) {
  .intro-slide {
    padding: 66px 0 120px 0;
    min-height: 217px;
  }
}
.intro-slide .section-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.intro-slide .main-title {
  text-align: center;
}

@media only screen and (min-width: 992px) {
  .service-list.top .item-wrap {
    width: 50%;
  }
}
.service-list .btn-maindark-bg {
  max-width: 170px;
}

.map-section {
  padding-top: 30px;
}
@media only screen and (min-width: 992px) {
  .map-section {
    padding-top: 65px;
  }
}
.map-section #map {
  height: 44.2708333333vw;
  width: 100%;
}

/*# sourceMappingURL=service-areas-page.css.map */
