@charset "UTF-8";
header {
  background-color: #000;
  padding: 40px 0;
}
@media (max-width: 767px) {
  header {
    padding: 20px 0;
  }
}
header img {
  width: 140px;
  height: auto;
}
@media (max-width: 767px) {
  header img {
    width: 80px;
  }
}
header ul.menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 75px;
}
header ul.menu a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 38px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
}
header ul.menu a:hover {
  color: #f1dc10;
  text-decoration: none;
}
header ul.menu .sub-menu {
  position: absolute;
  display: none;
  background-color: #000;
  padding: 20px;
  border-radius: 5px;
  top: 100%;
  left: 0;
  z-index: 100;
  max-width: none;
  width: 409px;
  text-align: left;
}
header ul.menu .sub-menu a {
  text-transform: none;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  padding: 10px 0;
  display: block;
}
header ul.menu .sub-menu a:hover {
  color: #f1dc10;
  text-decoration: none;
}
header ul.menu li.current-menu-item a {
  color: #f1dc10;
}
header ul.menu li.menu-item-has-children {
  position: relative;
}
header ul.menu li.menu-item-has-children > a:after {
  content: "▼";
  font-size: 0.7em;
  transform: scale(1, 0.5) translate(6px, 0px);
  display: inline-block;
}
header ul.menu li.menu-item-has-children:hover .sub-menu {
  display: block;
}
@media (max-width: 1549px) {
  header ul.menu {
    gap: 50px;
  }
}
@media (max-width: 1199px) {
  header ul.menu {
    gap: 30px;
  }
  header ul.menu a {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  header ul.menu {
    gap: 20px;
  }
  header ul.menu a {
    font-size: 25px;
  }
}
header .mobile-menu-button {
  margin-left: auto;
  display: inline-block;
}
header .mobile-menu-button span {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  margin-bottom: 5px;
}

body.home header {
  position: absolute;
  width: 100%;
  background-color: transparent;
  z-index: 99;
}

#mobile-menu-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6666666667);
  z-index: 999998;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}
#mobile-menu-backdrop.active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

#mobile-menu {
  position: fixed;
  top: 0;
  left: 100%;
  width: 90%;
  height: 100%;
  background-color: #000;
  z-index: 999999;
  transition: left 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#mobile-menu .mobile-menu-close {
  position: absolute;
  top: 40px;
  right: 30px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
#mobile-menu .mobile-menu-close span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  margin-bottom: 5px;
  transform: rotate(45deg);
}
#mobile-menu .mobile-menu-close span:last-child {
  transform: rotate(-45deg);
}
@media (min-width: 768px) {
  #mobile-menu {
    display: none !important;
  }
}
#mobile-menu.active {
  left: 10%;
}
#mobile-menu li {
  margin: 5px 0;
}
#mobile-menu li a {
  text-transform: none;
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  padding: 0;
  display: block;
}
#mobile-menu li .sub-menu {
  margin: 0 0 20px;
  padding: 0;
}
#mobile-menu li .sub-menu a {
  font-size: 14px;
}

@media (min-width: 1550px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1500px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .e-con-inner {
    max-width: 540px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .e-con-inner {
    max-width: 720px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .e-con-inner {
    max-width: 960px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .e-con-inner {
    max-width: 1140px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
img {
  max-width: 100%;
  height: auto;
}

html,
body,
body p {
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
}

h1,
h2,
h3,
h4 {
  font-family: "Roboto Condensed", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  position: relative;
  margin-bottom: 0.3em !important;
}
h1:after,
h2:after,
h3:after,
h4:after {
  content: "";
  position: absolute;
  top: 100%;
  bottom: 0;
  left: 0;
  width: 160px;
  height: 20px;
  background-color: #f1dc10;
}
h1.no-underline:after,
h2.no-underline:after,
h3.no-underline:after,
h4.no-underline:after {
  content: none !important;
}

h3,
h4 {
  margin-bottom: 0.2em !important;
}
h3:after,
h4:after {
  top: calc(100% + 5px);
  height: 10px;
}

h4 {
  font-size: 32px;
}

.white-underline h1:after,
.white-underline h2:after,
.white-underline h3:after,
.white-underline h4:after {
  background-color: #fff;
}

.no-underline h1:after,
.no-underline h2:after,
.no-underline h3:after,
.no-underline h4:after {
  content: none !important;
}

.ef-yellow {
  color: #f1dc10;
}

.elementor-button {
  max-width: 100% !important;
}
.elementor-button span {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: 36px !important;
  min-width: 300px;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 767px) {
  .elementor-button span {
    font-size: 24px !important;
    min-width: 200px !important;
    max-width: 100% !important;
  }
}

.btn,
button[type=submit],
html body form.wpforms-form button[type=submit].wpforms-submit {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: 36px !important;
  min-width: 300px;
  text-transform: uppercase;
  text-align: center;
  border-radius: 3px;
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  padding: 12px 24px;
  text-align: center;
  transition: all 0.3s;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: #f1dc10 !important;
  color: #000000 !important;
  height: auto !important;
  max-width: 100% !important;
}
.btn:hover, .btn:active,
button[type=submit]:hover,
button[type=submit]:active,
html body form.wpforms-form button[type=submit].wpforms-submit:hover,
html body form.wpforms-form button[type=submit].wpforms-submit:active {
  background: #f1dc10 !important;
  color: #000000 !important;
}
.btn:before, .btn:after,
button[type=submit]:before,
button[type=submit]:after,
html body form.wpforms-form button[type=submit].wpforms-submit:before,
html body form.wpforms-form button[type=submit].wpforms-submit:after {
  content: none !important;
}
@media (max-width: 767px) {
  .btn,
  button[type=submit],
  html body form.wpforms-form button[type=submit].wpforms-submit {
    font-size: 24px !important;
    min-width: 200px !important;
    max-width: 100% !important;
  }
}

.square-image {
  aspect-ratio: 1/1;
  overflow: hidden;
}
.square-image img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

html body .wpforms-container form.wpforms-form label {
  font-weight: bold;
  display: block;
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 4px;
}
html body .wpforms-container form.wpforms-form input[type=text],
html body .wpforms-container form.wpforms-form input[type=email],
html body .wpforms-container form.wpforms-form input[type=tel],
html body .wpforms-container form.wpforms-form input[type=number],
html body .wpforms-container form.wpforms-form input[type=date],
html body .wpforms-container form.wpforms-form input[type=time],
html body .wpforms-container form.wpforms-form input[type=url],
html body .wpforms-container form.wpforms-form input[type=search],
html body .wpforms-container form.wpforms-form select,
html body .wpforms-container form.wpforms-form textarea {
  width: 100%;
  max-width: 650px;
  border: 1px solid #000000;
  border-radius: 2px;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1;
  height: auto;
  background: #fff;
  outline: none !important;
  box-shadow: none !important;
  transition: all 0.2s;
}
html body .wpforms-container form.wpforms-form input[type=text]:active, html body .wpforms-container form.wpforms-form input[type=text]:focus,
html body .wpforms-container form.wpforms-form input[type=email]:active,
html body .wpforms-container form.wpforms-form input[type=email]:focus,
html body .wpforms-container form.wpforms-form input[type=tel]:active,
html body .wpforms-container form.wpforms-form input[type=tel]:focus,
html body .wpforms-container form.wpforms-form input[type=number]:active,
html body .wpforms-container form.wpforms-form input[type=number]:focus,
html body .wpforms-container form.wpforms-form input[type=date]:active,
html body .wpforms-container form.wpforms-form input[type=date]:focus,
html body .wpforms-container form.wpforms-form input[type=time]:active,
html body .wpforms-container form.wpforms-form input[type=time]:focus,
html body .wpforms-container form.wpforms-form input[type=url]:active,
html body .wpforms-container form.wpforms-form input[type=url]:focus,
html body .wpforms-container form.wpforms-form input[type=search]:active,
html body .wpforms-container form.wpforms-form input[type=search]:focus,
html body .wpforms-container form.wpforms-form select:active,
html body .wpforms-container form.wpforms-form select:focus,
html body .wpforms-container form.wpforms-form textarea:active,
html body .wpforms-container form.wpforms-form textarea:focus {
  /*box-shadow: 0 0 2px 1px $yellow !important;*/
  border-color: #f1dc10 !important;
}

.links-inherit-colour a {
  color: inherit !important;
}

.yellow-underline {
  width: 160px;
  height: 10px;
  background-color: #f1dc10;
}
.yellow-underline.yellow-underline-height-15 {
  height: 15px;
}
.yellow-underline.yellow-underline-height-20 {
  height: 20px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

#locations-map {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  #locations-map {
    margin-top: 30px;
    height: 450px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 60px !important;
  }
  h1:after {
    height: 10px !important;
  }
  h2 {
    font-size: 42px !important;
  }
  h2:after {
    height: 10px !important;
  }
  h3 {
    font-size: 32px !important;
  }
  h3:after {
    height: 5px !important;
  }
  h4 {
    font-size: 28px !important;
  }
  h4:after {
    height: 5px !important;
  }
  p {
    font-size: 22px !important;
  }
}
.all-services-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.all-services-container .service-item {
  background-color: #F5F5F5;
  display: flex;
  gap: 0;
}
.all-services-container .service-item .service-featured-image {
  width: 500px;
  min-width: 500px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .all-services-container .service-item .service-featured-image {
    width: 300px;
    min-width: 300px;
  }
}
.all-services-container .service-item .service-featured-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.all-services-container .service-item .service-content {
  padding: 30px 40px;
}
.all-services-container .service-item .service-content h2 {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 0.6em !important;
}
.all-services-container .service-item .service-content h2:after {
  height: 5px;
}
.all-services-container .service-item .service-description {
  margin-bottom: 30px;
}
.all-services-container .service-item .service-description,
.all-services-container .service-item .service-description p,
.all-services-container .service-item .service-description li {
  font-size: 24px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .all-services-container .service-item {
    flex-direction: column;
  }
  .all-services-container .service-item .service-featured-image {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .all-services-container .service-item .service-featured-image img {
    position: static;
    aspect-ratio: 16/9;
  }
  .all-services-container .service-item .service-content {
    padding: 15px;
  }
  .all-services-container .service-item .service-content h2 {
    font-size: 32px !important;
  }
  .all-services-container .service-item .service-description,
  .all-services-container .service-item .service-description p,
  .all-services-container .service-item .service-description li {
    font-size: 20px;
  }
}

body.single-service .service-header {
  position: relative;
  padding: 40px 0 60px;
}
body.single-service .service-header .service-header-bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
body.single-service .service-header .service-header-bg.with-dark-overlay:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
body.single-service .service-header h1 {
  font-size: 64px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  z-index: 1;
  width: 1000px;
  max-width: 100%;
  margin-bottom: 0.6em !important;
}
body.single-service .service-header .service-subtitle {
  font-size: 40px;
  font-weight: 400;
  color: #FFFFFF;
  width: 550px;
  max-width: 100%;
  position: relative;
  z-index: 1;
}
body.single-service .service-main {
  padding: 40px 0 20px;
}
body.single-service .service-main h2 {
  font-size: 64px;
  margin-bottom: 50px !important;
  margin-top: 60px !important;
}
body.single-service .service-main h2:first-child {
  margin-top: 0 !important;
}
body.single-service .service-main,
body.single-service .service-main p {
  font-size: 24px;
}
body.single-service .service-cta {
  padding: 0 0 60px;
}

footer {
  background-color: #181818;
  padding: 40px 0 80px;
  color: #fff;
}
footer img {
  width: 163px;
  height: auto;
}
footer .footer-text {
  margin: 10px auto 0;
  text-align: center;
  color: #fff;
  font-size: 20px;
}
footer .footer-menu {
  margin: 40px auto 0;
  width: 1000px;
  max-width: 100%;
  overflow-x: scroll;
  padding-bottom: 10px;
}
footer .footer-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
footer .footer-menu ul li {
  white-space: nowrap;
}
footer .footer-menu ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  text-transform: uppercase;
}