* {
    padding: 0;
    margin: 0;
    font-family: "Roboto";
    font-weight: 300 !important;
}

.container-fluid {
    overflow-x: hidden;
}

h1 {
    font-size: 33px;
    line-height: 50px;
    text-transform: uppercase;
}

h2 {
    font-size: 32px;
    text-transform: uppercase;
}

h3 {
    font-size: 28px;
    text-transform: uppercase;
}

h4 {
    font-size: 25px;
    text-transform: uppercase;
}

h5 {
    font-size: 20px;
}

p {
    font-size: 16px;
    white-space: pre-line;
    font-weight: 400 !important;
}

p a,
p a:active,
p a:hover {
    text-decoration: none;
    color: #ec1c24;
}

.btn {
    padding: 10px 35px;
    min-width: 125px;
    border-radius: 0;
}

.btn-primary,
.btn-primary:active,
.btn-primary:hover,
.btn-primary:focus {
    background-color: #ec1c24;
    border: none;
    box-shadow: none;
}

.row-bg{
    background:#f6f6f6;
}
.bold {
    font-weight: bold !important;
}

.light {
    font-weight: 300 !important;
}

.normal-text {
    text-transform: none;
}

.content-padding-left {
    padding-left: 10rem;
}

.content-padding-right {
    padding-right: 10rem;
}

#header {
    width: 100%;
    height: 110px;
    background-image: url('../img/header-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.header-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
}

.header-logo {
    width: 150px;
}

.header-nav a {
    font-weight: bold !important;
    font-size: 16px;
    color: #3a3a3a;
    text-decoration: none;
    margin-left: 50px;
}

.header-nav a.active,
.header-nav a:hover {
    color: #ec1c24;
}

#footer {
    width: 100%;
    background-color: #ec1c24;
    color: white;
}

.footer-tel {
    font-size: 22px;
    font-weight: bold !important;
    color: white !important;
    text-decoration: none !important;
}

.footer-email {
    font-size: 30px;
    color: white !important;
    text-decoration: none !important;
}

.footer-link:hover {
    text-decoration: underline;
}

.footer-bg{
    height:100%;
    padding:10px 20px;
    vertical-align: middle;
    text-align: center;
    background:#ec1c24 url('../img/compass-artwork.png') no-repeat center right;
}
.footer-bg img{
    width: 100%;
    max-width: 700px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    margin:2em auto;

}

.whatsapp-btn {
    max-width: 200px;
    margin-left: 10px;
}

.banner-slider-wrapper {
    position: relative;
}

.banner-slider-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}

.banner-slider-overlay-container {
    height: 100%;
    background-color: rgba(133, 9, 14, 0.5);
}

.overlay-content {
    height: 50%;
    width: 100%;
    color: white;
}

.text-center-start {
    padding: 1rem;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
}

.black-box {
    background-color: #323232;
    color: white;
}

.red-text {
    color: #ec1c24;
}

.grey-text {
    color: #7c7c7c;
}

.white-text {
    color: white !important;
}

.large-text {
    line-height: normal;
    font-size: 142px;
    color: #ec1c24;
    opacity: 0.6;
    margin-bottom: -30px;
}

.banner-black-box {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 1rem 5rem;
}

.alt-list-wrapper .alt-list:nth-child(odd) {
    background-color: #f7f7f7;
}

.alt-list {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
}

.alt-list-img-box {
    width: 244px;
}

.alt-list-text-box {
    width: calc(100% - 244px);
    padding-left: 2rem;
    padding-right: 2rem;
}

.alt-list-img {
    max-height: 175px;
    width: auto;
}

.full-width-fix {
    width: calc(100% + 10rem) !important;
}

.hover-underline:hover {
    text-decoration: underline !important;
}

.icons {
    font-size: 25px;
}

.full-map-wrapper {
    height: 50vh;
}

.gallery-wrapper {
    cursor: pointer;
}

.gallery-wrapper:hover .gallery-overlay {
    display: flex;
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    color: white;
    padding: 10px;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    display: none;
}

.gallery-plus {
    font-size: 50px;
    margin: 0;
    font-family: 'Bodoni Moda', serif;
}

.lightbox-cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    background-color: rgba(0, 0, 0, .75)
}

.lightbox-wrapper {
    width: 50vw;
    height: auto;
    display: flex;
    flex-flow: column;
    margin: 50px auto;
}

#lightbox-title {
    color: white;
    text-align: center;
    margin-top: 15px;
}

.lightbox-nav {
    position: absolute;
    color: white;
    font-size: 50px;
    top: calc(50% - 50px);
}

#lightbox-prev {
    left: -50px;
}

#lightbox-next {
    right: -50px;
}

.no-text-decoration {
    text-decoration: none !important;
}

.lightbox-nav,
.close-lightbox-btn {
    cursor: pointer;
}

.sidebar-btn {
    font-size: 35px;
    margin-left: 15px;
    margin-right: 15px;
}

#mobile-sidebar {
    position: fixed;
    height: 100%;
    width: 75vw;
    top: 0;
    right: -75vw;
    background-color: white;
    z-index: 2;
    transition: all 0.5s ease;
    padding-top: 100px;
}

#mobile-sidebar.show {
    right: 0;
    transition: all 0.5s ease;
}

.fix-body {
    overflow: hidden;
}

.body-cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1;
    background-color: rgba(0, 0, 0, .25)
}

.sidebar-links {
    width: 100%;
    padding: 15px 15px;
    margin-bottom: 5px;
}

.sidebar-links.active {
    background-color: #ec1c24;
}

.sidebar-links a {
    color: black !important;
    text-decoration: none !important;
    display: inline-flex;
    width: 100%;
}

.sidebar-links.active>a{
    color: white !important;
}

.service-title{
    color:#ec1c24
}
.service-desc{
    width:96%;
}

.service-desc p{
    color:#3a3a3a;
    font-size:16px !important;
    white-space: pre-line;
    font-weight: 400 !important;
}

@media only screen and (max-width: 1024px) {
    .body-wrapper{
        padding-top:100px;
    }
    #header {
        height: 100px;
        background-size: cover;
        position: fixed;
        z-index: 3;
        box-shadow: 0 2px 5px 0 #8d8d8d
    }

    .full-width-fix {
        width: 100% !important;
    }

    .content-padding-left {
        padding-left: 0;
    }

    .content-padding-right {
        padding-right: 0;
    }

    .slick-list,
    .slick-track {
        height: 100%;
    }

    .banner-slider-wrapper {
        /* height: 50vh; */
        height: auto;
    }

    .banner-slider {
        /* height: 50vh; */
        height: auto;
    }

    .banner-slider img {
        height: 100%;
        object-fit: cover;
    }

    .overlay-content {
        /* height: 100%; */
        height: 50%;
    }

    .banner-black-box {
        width: 100%;
        height: auto;
        background-color: rgba(0, 0, 0, 0.6);
        padding: 1rem 2rem;
    }

    .alt-list-text-box {
        width: 100%;
        text-align: center;
        margin-top: 1rem;
    }

    .half-height-banner-mobile {
        height: 50vh !important;
    }

    .mobile-content-paddding {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 920px) {}

@media only screen and (max-width: 768px) {
    #header {
        height: 100px;
        background-size: cover;
        position: fixed;
        z-index: 3;
        box-shadow: 0 2px 5px 0 #8d8d8d
    }

    .header-logo {
        height: 80px;
        width: auto;
    }

    .alt-list {
        flex-flow: column;
        padding: 1rem 2rem;
    }

    .alt-list-img {
        max-height: none;
        width: 100%;
    }

    .lightbox-wrapper {
        width: 85vw;
    }

    .lightbox-nav {
        position: absolute;
        color: white;
        font-size: 25px;
        top: calc(50% - 25px);
    }

    #lightbox-prev {
        left: -25px;
    }

    #lightbox-next {
        right: -25px;
    }

}

@media only screen and (max-width: 575px) {}

@media only screen and (max-width: 425px) {}


.hamburger{
  --bar-w: 28px;     /* full width of top/bottom bars */
  --bar-h: 4px;      /* thickness */
  --gap: 6px;        /* space between bars */
  --radius: 2px;     /* rounded ends */
  --color: #111;     /* bar color */
  --mid-scale: .65;  /* middle bar initial width ratio */

  border: 0;
  background: transparent;
  padding: 10px;
  display: inline-flex;
  flex-direction: column;
  justify-content: right;
  gap: var(--gap);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.hamburger .bar{
  width: var(--bar-w);
  height: var(--bar-h);
  background: var(--color);
  border-radius: var(--radius);
  transition: width .22s ease, transform .22s ease, opacity .22s ease;
  /* Prevent blurriness on some screens */
  transform: translateZ(0);
}

/* Middle bar starts shorter */
.hamburger .bar--mid{
  width: calc(var(--bar-w) * var(--mid-scale));
  align-self: flex-end;
}

/* Animate to full length on hover/focus */
.hamburger:hover .bar--mid,
.hamburger:focus-visible .bar--mid{
  width: var(--bar-w);
  /*align-self: stretch;*/
}
.hamburger.is-active .bar--mid{ width: var(--bar-w); }

/* Respect reduced motion preferences */
@media (prefers-reduced-motion: reduce){
  .hamburger .bar{ transition: none; }
}