.overlay {
  position: relative;
  z-index: 1;
}
.overlay::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}

.background {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right 20%;
}

@media (max-width: 800px) {
  .background {
    background-position: 45% 20%;
  }
}
.clear,
.group {
  display: block;
  clear: both;
}
.clear::after,
.group::after {
  clear: both;
}

.clear::before, .clear::after {
  display: table;
  content: "";
}

.group::before, .group::after {
  display: table;
  content: "";
}

a {
  outline: none;
  text-decoration: none;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
  line-height: normal;
  vertical-align: middle;
}

/* Fonts */
body,
input,
textarea,
select,
h1, h2, h3, h4, h5, h6 {
  font-family: Verdana, Geneva, sans-serif;
}

/* Reset */
* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.6em;
}

body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.6em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px 0;
  line-height: normal;
  font-weight: normal;
  text-transform: uppercase;
}

h4,
h5,
h6 {
  font-family: Verdana, Geneva, sans-serif;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.8rem;
}

h3 {
  font-size: 1.6rem;
}

h4 {
  font-size: 1.4rem;
}

h5 {
  font-size: 1.2rem;
}

h6 {
  font-size: 1.1rem;
}

.heading {
  margin: 0 0 20px 0;
  font-size: 22px;
  line-height: normal;
  font-weight: normal;
  text-transform: uppercase;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.heading.nospace {
  margin: 0;
}

address {
  font-style: normal;
  font-weight: normal;
}

.wrapper {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
  word-wrap: break-word;
}

/*
The "center-horizontal" class is a generic class used to centre a containing element horizontally
It should be used in conjunction with a second class or ID
*/
.center-horizontal {
  display: block;
  margin: 0 auto;
}

/* HTML 5 Overrides
--------------------------------------------------------------------------------------------------------------- */
address,
article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
  margin: 0;
  padding: 0;
}

#header #logo {
  margin: 30px 0 30px 0;
}
#header #logo img {
  max-width: 200px;
}
#header #logo h1 {
  margin: 0;
  padding: 0;
  font-size: 22px;
  text-transform: uppercase;
}
#header #mainav {
  margin-top: 30px;
}

#news h4 {
  margin: 30px 0 20px 0;
  text-transform: uppercase;
  font-size: 1.2rem;
}

.container img {
  border-radius: 5px;
  overflow: hidden;
}

/* TODO: Move to flexbox */
#pageintro {
  padding: 180px 0;
}
#pageintro article {
  display: block;
  max-width: 75%;
  margin: 0 auto;
  text-align: center;
}
#pageintro .heading, #pageintro #news h3, #news #pageintro h3 {
  margin-bottom: 20px;
  font-size: 3rem;
}
#pageintro p:first-of-type {
  margin: 0 0 20px 0;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 5px;
}
#pageintro footer {
  margin-top: 50px;
}
@media screen and (min-width: 750px) {
  #pageintro article {
    margin-left: -4vw;
  }
}
@media screen and (max-width: 750px) {
  #pageintro article {
    margin-left: 5vw;
  }
}

#faq .heading, #faq #news h3, #news #faq h3 {
  margin-bottom: 20px;
  font-size: 3rem;
  text-align: center;
}
#faq p.question {
  margin: 30px 0 20px 0;
  text-transform: uppercase;
  font-size: 1.2rem;
}

#news p.caption {
  margin: 30px 0 20px 0;
  text-transform: uppercase;
  font-size: 1.2rem;
}

.container {
  padding: 80px 0;
}
.container .heading, .container #news h3, #news .container h3 {
  margin-bottom: 20px;
  font-size: 3rem;
  text-align: center;
}

.sectiontitle {
  display: block;
  max-width: 55%;
  margin: 0 auto 80px;
  text-align: center;
}
.sectiontitle * {
  margin: 0;
}

.services {
  margin-bottom: 80px;
}
.services > li > ul li {
  margin-bottom: 10px;
}
.services > li:last-child {
  margin-bottom: 0;
}
.services > li > ul li:last-child {
  margin-bottom: 0;
}
.services > li > ul li i {
  margin-right: 8px;
}

.clients li:last-child {
  margin-bottom: 0;
}
.clients li a {
  display: inline-block;
  max-width: 100%;
}

.meta li {
  display: inline-block;
  font-size: 0.8rem;
}
.meta li::after {
  margin-left: 5px;
  content: "|";
}
.meta li:last-child::after {
  margin: 0;
  content: "";
}

.team {
  margin-bottom: 80px;
}
.team figure {
  display: block;
  position: relative;
  max-width: 320px;
}
.team figure figcaption {
  padding-top: 15px;
  text-align: center;
}
.team figure figcaption * {
  margin: 0;
}
.team figure figcaption .heading, .team figure figcaption #news h3, #news .team figure figcaption h3 {
  margin-bottom: 8px;
  font-size: 1.2rem;
}
.team figure figcaption em {
  display: block;
  font-size: 0.8rem;
  font-style: normal;
}
.team figure figcaption footer {
  margin-top: 15px;
}
.team figure figcaption footer .faico li {
  margin: 0 1px;
}
.team figure figcaption footer .faico li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
}
.team > figure:last-child {
  margin-bottom: 0;
}

.latest {
  margin-bottom: 80px;
}
.latest article {
  max-width: 320px;
}
.latest > article:last-child {
  margin-bottom: 0;
}

#footer {
  padding: 80px 0;
}
#footer hr,
#footer .borderedbox,
#footer .linklist li {
  border-color: rgba(0, 0, 0, 0.1);
}
#footer .heading, #footer #news h3, #news #footer h3 {
  margin-bottom: 50px;
  font-size: 1.2rem;
}
#footer .linklist li {
  display: block;
  clear: both;
}
#footer .linklist li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
#footer .linklist li::before {
  display: table;
  content: "";
}
#footer .linklist li::after {
  display: table;
  content: "";
  clear: both;
}
#footer .contact.linklist li {
  position: relative;
  padding-left: 40px;
}
#footer .contact.linklist li:last-child {
  position: relative;
  padding-left: 40px;
}
#footer .contact li * {
  margin: 0;
  padding: 0;
  line-height: 1.6;
}
#footer .contact li i {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  font-size: 16px;
  text-align: center;
}

#copyright {
  padding: 20px 0;
}
#copyright * {
  margin: 0;
  padding: 0;
}

nav ul,
nav ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

#mainav {
  line-height: normal;
}
#mainav .drop::after,
#mainav li li .drop::after {
  position: absolute;
  font-family: "FontAwesome";
  font-size: 10px;
  line-height: 10px;
}
#mainav ul {
  text-transform: uppercase;
}
#mainav ul ul {
  z-index: 9999;
  position: absolute;
  width: 180px;
  text-transform: none;
}
#mainav ul ul ul {
  left: 180px;
  top: 0;
}
#mainav li {
  display: inline-block;
  position: relative;
  margin: 0 15px 0 0;
  padding: 0;
}
#mainav li:last-child {
  margin-right: 0;
}
#mainav li li {
  width: 100%;
  margin: 0;
}
#mainav li a {
  display: block;
  padding: 30px 0;
}
#mainav li li a {
  border: solid;
  border-width: 0 0 1px 0;
}
#mainav .drop {
  padding-left: 15px;
}
#mainav li li a,
#mainav li li .drop {
  display: block;
  margin: 0;
  padding: 10px 15px;
}
#mainav .drop::after,
#mainav li li .drop::after {
  content: "\f0d7";
}
#mainav .drop::after {
  top: 35px;
  left: 5px;
}
#mainav li li .drop::after {
  top: 15px;
  left: 5px;
}
#mainav ul ul {
  visibility: hidden;
  opacity: 0;
}
#mainav ul li:hover > ul {
  visibility: visible;
  opacity: 1;
}
#mainav form {
  display: none;
  margin: 0;
  padding: 0;
}
#mainav form select {
  display: block;
  cursor: pointer;
  outline: none;
  width: 100%;
  padding: 5px;
  border: 1px solid;
}
#mainav form select option {
  display: block;
  cursor: pointer;
  outline: none;
  margin: 5px;
  padding: 0;
  border: none;
}

.pagination {
  display: block;
  width: 100%;
  text-align: center;
  clear: both;
}
.pagination li {
  display: inline-block;
  margin: 0 2px 0 0;
}
.pagination li:last-child {
  margin-right: 0;
}
.pagination a,
.pagination strong {
  display: block;
  padding: 8px 11px;
  border: 1px solid;
  background-clip: padding-box;
  font-weight: normal;
}

#backtotop {
  z-index: 999;
  display: inline-block;
  position: fixed;
  visibility: hidden;
  bottom: 20px;
  right: 20px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  text-align: center;
  opacity: 0.2;
  color: #FFFFFF;
  background-color: var(--main-accent-color);
}
#backtotop i {
  display: block;
  width: 100%;
  height: 100%;
  line-height: inherit;
}
#backtotop.visible {
  visibility: visible;
  opacity: 0.5;
}
#backtotop:hover {
  opacity: 1;
}

table,
th,
td {
  border: 1px solid;
  border-collapse: collapse;
  vertical-align: top;
}

table,
th {
  table-layout: auto;
}

table {
  width: 100%;
  margin-bottom: 15px;
}

th {
  padding: 5px 8px;
}

td {
  padding: 5px 8px;
  border-width: 0 1px;
}

.faico {
  margin: 0;
  padding: 0;
  list-style: none;
}
.faico li {
  display: inline-block;
  margin: 8px 5px 0 0;
  padding: 0;
  line-height: normal;
}
.faico li:last-child {
  margin-right: 0;
}
.faico a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 18px;
  text-align: center;
  color: #FFFFFF;
  background-color: #000000;
}

body {
  color: #7A7A7A;
  background-color: #FFFFFF;
}

a {
  color: var(--text-color-bg-light);
}
a:active, a:focus {
  background: transparent;
}
a:hover {
  font-weight: bold;
}

hr,
.borderedbox {
  border-color: #D7D7D7;
}

label span {
  color: #FF0000;
  background-color: inherit;
}

input:focus,
textarea:focus,
*:required:focus {
  border-color: var(--main-accent-color);
}

.overlay {
  color: #FFFFFF;
  background-color: inherit;
}
.overlay::after {
  color: inherit;
  background-color: rgba(0, 0, 0, 0.8);
}
.overlay.light::after {
  background-color: rgba(0, 0, 0, 0.55);
}

.btn {
  color: #FFFFFF;
  background-color: var(--main-accent-color);
  border-color: var(--main-accent-color);
}
.btn.inverse:hover {
  color: #FFFFFF;
  background-color: var(--main-accent-color);
  border-color: var(--main-accent-color);
}
.btn:hover, .btn.inverse {
  color: inherit;
  background-color: transparent;
  border-color: inherit;
}

.imgover {
  color: #FFFFFF;
}
.imgover:hover::before {
  background: rgba(0, 0, 0, 0.55);
}
.imgover:hover::after {
  color: #FFFFFF;
}

.row0 {
  color: #FFFFFF;
}
.row0 a {
  color: #FFFFFF;
}

.container-bg-light {
  color: #7A7A7A;
  background-color: #FFFFFF;
}
.container-bg-dark {
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.1);
}

#topbar ul li:first-child a {
  color: var(--main-accent-color);
}

#header #logo a {
  color: inherit;
}

#pageintro {
  color: #FFFFFF;
}

.services a {
  color: #FFFFFF;
}
.services a:hover {
  color: var(--main-accent-color);
}
.services > li > ul li:hover i {
  color: #FFFFFF;
}
.services > li > ul li i {
  color: var(--main-accent-color);
}

/* Navigation */
#mainav li a {
  color: inherit;
}
#mainav li li a {
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 0, 0, 0.2);
}
#mainav .active li a {
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 0, 0, 0.2);
}
#mainav form select {
  color: #FFFFFF;
  background-color: #000000;
}

table,
th,
td {
  border-color: #D7D7D7;
}

th {
  color: #FFFFFF;
  background-color: #373737;
}

tr {
  color: inherit;
  background-color: #FBFBFB;
}
tr:nth-child(even) {
  color: inherit;
  background-color: #F7F7F7;
}

table a {
  background-color: inherit;
}

/* Media Queries */
@-ms-viewport {
  width: device-width;
}
/* Max Wrapper Width - Laptop, Desktop etc. */
@media screen and (min-width: 978px) {
  .center-horizontal {
    max-width: 978px;
  }
}
/* Mobile Devices */
@media screen and (max-width: 992px) {
  .center-horizontal {
    max-width: 90%;
  }
  #header {
    padding: 30px 0;
  }
  #header #logo {
    margin-top: 3px;
  }
  #mainav ul {
    display: none;
  }
  #mainav form {
    display: block;
  }
  #mainav form select {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
    color: #333;
    outline: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23999' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px;
  }
  #copyright p:first-of-type {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 750px) {
  .imgl,
  .imgr {
    display: inline-block;
    float: none;
    margin: 0 0 10px 0;
  }
  .float-left,
  .float-right {
    display: block;
    float: none;
  }
  .group .group > *:last-child {
    margin-bottom: 0;
  }
  .clear .clear > *:last-child,
  .clear .group > *:last-child {
    margin-bottom: 0;
  }
  .group .clear > *:last-child {
    margin-bottom: 0;
  }
  .half,
  .third,
  .two-thirds {
    display: block;
    float: none;
    width: auto;
    margin: 0 0 30px 0;
    padding: 0;
  }
  #header {
    text-align: center;
  }
  #header #logo {
    margin: 0 0 15px 0;
  }
  #pageintro article {
    max-width: none;
    text-align: left;
  }
  #pageintro .heading, #pageintro #news h3, #news #pageintro h3 {
    font-size: 2rem;
  }
  .sectiontitle {
    max-width: none;
  }
  .services + footer {
    text-align: left;
  }
}
/* Other
  --------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 650px) {
  .scrollable {
    display: block;
    width: 100%;
    margin: 0 0 30px 0;
    padding: 0 0 15px 0;
    overflow: auto;
    overflow-x: scroll;
  }
  .scrollable table {
    margin: 0;
    padding: 0;
    white-space: nowrap;
  }
  .inline li {
    display: block;
    margin-bottom: 10px;
  }
  .pushright li {
    margin-right: 0;
  }
  .font-x2 {
    font-size: 1.4rem;
  }
  .font-x3 {
    font-size: 1.6rem;
  }
}
.linklist.contact li {
  display: flex;
  align-items: center;
}
.linklist.contact li i {
  margin-right: 8px; /* Space between icon and text */
  flex-shrink: 0; /* Prevents the icon from shrinking */
}
.linklist.contact li address, .linklist.contact li a {
  flex: 1; /* Allows the content to take remaining space */
}

/* Navigation & Mobile Menu */
#mainav {
  line-height: normal;
}

/* Hamburger Menu Button */
.hamburger {
  display: none;
  padding: 10px;
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
}

.hamburger-box {
  position: relative;
  width: 30px;
  height: 24px;
  display: inline-block;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  position: absolute;
  width: 30px;
  height: 3px;
  background-color: #333;
  border-radius: 3px;
  transition: all 0.3s ease;
}

.hamburger-inner {
  top: 50%;
  transform: translateY(-50%);
}

.hamburger-inner::before {
  content: "";
  top: -8px;
  left: 0px;
}

.hamburger-inner::after {
  content: "";
  bottom: -8px;
  left: 0px;
}

/* Hamburger Animation */
.hamburger.is-active .hamburger-inner {
  transform: rotate(45deg);
  opacity: 0;
}

.hamburger.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  opacity: 0;
}

/* Mobile Menu */
@media screen and (max-width: 768px) {
  .hamburger {
    display: block;
    position: relative;
    z-index: 1000;
  }
  #mainav ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    text-align: center;
  }
  #mainav.active ul {
    display: block;
  }
  #mainav li {
    display: block;
    margin: 0;
    padding: 0;
  }
  #mainav li a {
    padding: 12px 20px;
    border-bottom: 1px solid #eee;
  }
  #mainav li:last-child a {
    border-bottom: none;
  }
}
/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #111; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}
.sidenav li {
  list-style: none;
}
.sidenav .sidenav-wrapper div:first-child {
  padding-left: 1em;
}
.sidenav .sidenav-wrapper div:last-child {
  padding-right: 2.5em;
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left 0.5s;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}
.d-flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.d-flex.justify-content-center {
  justify-content: center;
}
.d-flex.justify-content-between {
  justify-content: space-between;
}
.d-flex .flex-col-small {
  flex: 1 0 33.333%;
  box-sizing: border-box;
}
.d-flex .flex-col-large {
  flex: 2 0 66.666%;
  box-sizing: border-box;
}
.d-flex.gap-1 {
  gap: 1rem;
}
.d-flex.gap-1 .flex-col-small {
  flex-basis: calc(33.333% - 1rem);
}
.d-flex.gap-1 .flex-col-large {
  flex-basis: calc(66.666% - 1rem);
}
.d-flex.gap-2 {
  gap: 2rem;
}
.d-flex.gap-2 .flex-col-small {
  flex-basis: calc(33.333% - 2rem);
}
.d-flex.gap-2 .flex-col-large {
  flex-basis: calc(66.666% - 2rem);
}
.d-flex.gap-3 {
  gap: 3rem;
}
.d-flex.gap-3 .flex-col-small {
  flex-basis: calc(33.333% - 3rem);
}
.d-flex.gap-3 .flex-col-large {
  flex-basis: calc(66.666% - 3rem);
}
@media screen and (max-width: 992px) {
  .d-flex.gap-1, .d-flex.gap-2, .d-flex.gap-3 {
    flex-direction: column;
  }
  .d-flex .flex-col-small,
  .d-flex .flex-col-large {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.m-0 {
  margin: 0;
}
.mb-3 {
  margin-bottom: 3rem;
}

.p-0 {
  padding: 0;
}
@media (width <= 992px) {
  .px-sm-2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (width > 992px) {
  .px-lg-10 {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}

.list-style-none {
  list-style-type: none;
}

/* Default styles for desktop */
.map-container {
  width: 250px; /* Same as your original iframe width */
  overflow: hidden;
}

.map-container iframe {
  width: 100%;
  height: 250px;
}

/* Mobile-specific styles */
@media screen and (max-width: 992px) {
  .third.first {
    width: 100%;
  }
  .map-container {
    width: 100%;
  }
}
:root {
  --main-accent-color: #0051ff;
  --text-color-bg-light: #7A7A7A;
  --text-color-bg-dark: #FFFFFF;
  --bg-color-light: #FFF;
  --bg-color-dark: #0051FF8C;
}

.text-bg-light {
  color: var(--text-color-bg-light);
}

.text-bg-dark {
  color: var(--text-color-bg-dark);
}

.bg-dark {
  background-color: var(--bg-color-dark);
  color: var(--text-color-bg-dark);
}

.bg-light {
  background-color: var(--bg-color-light);
  color: var(--text-color-bg-light);
}

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