.site-title a {
    margin: -48px 0 0;
    position: relative;
    z-index: 3;
    display: inline-block;
}

.header {
  position: relative;
  z-index: 2000;
}

.editmode .header {
  z-index: 1;
}

.site-title a:hover {
  opacity: 0.6;
}

.site-title:before {
    content: "";
    display: block;
    z-index: 3;
    position: absolute;
    width: 200px;
    height: 150px;
    background-color: #fff;
    border-radius: 100% 100% 0 0;
    top: -52px;
    left: -27px;
}

.site-title {
    position: relative;
    height: 100px;
    top: 10px;
}


.s1-l1, .s1-l2, .s1-l3 {
  font-family: "industry", sans-serif !important;
  text-transform: uppercase !important;
  width: 100% !important;
  z-index: 3 !important;
  text-align: center !important;
  color: #FFF !important;
}

.ls-video-overlay {
  background-image: url(../i/overlay.png);
  z-index: 2;
}

.s1-l1, .s1-l3 {
  color: #eaeaea !important;
  font-weight: 500 !important;
  text-align: center !important;
}

/*
.s1-l1 {
  font-size: clamp(27px, 2.7083333333333335vw, 52px) !important;
}
*/

.s1-l2 {
  color: #fff !important;
  font-weight: 700 !important;
  /* font-size: clamp(40px, 4.947916666666667vw, 80px) !important; */
  line-height: 1 !important;
}

/*
.s1-l3 {
    font-size: clamp(24px, 2.1875vw, 38px) !important;
}
*/

@media (max-width: 767px) {

    .ls-btn {
        transform: scale(1.5) !important;
    }

}

.btn-primary {
    color: #fff !important;
}

.header nav ul li {
    position: relative;
}

.header nav ul li.nav-path-selected a {
  background-color: #d21517;
    color: #fff;
}

.header nav ul li ul {
    background-color: #111;
    width: 225px;
    position: absolute;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
}

.header nav ul li:hover ul {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.header nav ul li ul li {
    display: block;
}

.header nav ul li ul li a {
    color: #fff;
    font-size: 14px;
    border-bottom: 1px solid rgba(255,255,255,0.125);
}

.header nav ul li ul li a:hover {
  background-color: #b10c0e;
}

.header nav ul li ul li:last-child a {
    border-bottom: none;
}

.page-title {
    background-color: #262626;
    position: relative;
    padding: 55px 0;
}

.page-title h1, .page-title p {
    position: relative;
    z-index: 3;
}

.page-title svg {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 110px;
    width: 110px;
    left: 0;
}

.page-title .container {
    position: relative;
}

.page-title h1 {
    text-transform: uppercase;
    font-family: "industry",sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 40px;
    line-height: 1;
    margin-top: 5px;
}

.page-title p {
    color: #aaa;
    font-size: 19px;
    margin: 9px 0 0;
}

.pg-content.pg-contact p i {
    display: block;
    color: #fff;
    background: #d21517;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    line-height: 100px;
    text-align: center;
    font-size: 43px;
    margin: 0 auto 10px;
}

.pg-content.pg-contact p {
    font-size: 20px;
    text-align: center;
}

.mb-3 label, .mb-3 .small {
    display: none;
}

.form-actions {
    float: right;
}


.pg-contact .mb-3 {
    width: 30%;
    display: inline-block;
    margin: 0 7px 10px;
}

.pg-contact form {
    text-align: center;
}

.pg-contact .mb-3:last-child {
    width: 93%;
}

.pg-contact .form-actions {
    margin-right: 45px;
}

.pg-contact .mb-3 textarea {
    height: 100px;
    resize: none;
}

.section-intro {
    text-align: center;
}

.pg-content .section-intro h2 {
    line-height: 0.8;
}

.about-title {
  color: #fff;
  padding: 120px 0;
}

.about-title h1 {
    text-transform: uppercase;
    font-family: "industry",sans-serif;
    letter-spacing: -1px;
    font-size: 70px;
    line-height: 0.8;
}

.about-title h2 {
    font-size: 26px;
    font-weight: 300;
    color: #ffb6b7;
}

.about-title h2:after {
  content: "";
  display: block;
  margin: 15px auto 40px;
  width: 70px;
  height: 4px;
  background-color: #d21517;
}

.about-title p {
    font-size: 20px;
    line-height: 1.5;
    margin: 27px 0 70px;
}

.about-title p:last-child {
    margin: 0;
}

.about-title p a {
    color: #fff;
    font-size: 50px;
}

.about-title p a:hover, .about-title p a:focus {
    opacity: 0.6;
}

.about-philosophy {
    padding: 90px 0;
    color: #eee;
    font-size: 21px;
}

.about-philosophy h2 {
    font-weight: 300;
    color: #fff;
    margin: 0 0 7px;font-size: 53px;
}

.mission {
    background-color: #f7f7f7;
    text-align: center;
    height: 180px;
    display: -webkit-flex;
    display: -ms-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 35px;
}

.mission h2 {
    font-family: "industry",sans-serif;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: -0.5px;
    color: #222;
}

.about-history {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  column-gap: 30px;
}

.about-history p {
    font-size: 18px;
    margin: 0 0 26px;
}

.about-history p:last-child {
    margin: 0;
}

.pg-safety h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 300;
    margin: 0 0 60px;
}

.safety-policy, .safety-commitment {
    background-color: #f7f7f7;
    padding: 40px;
}

.safety-policy h3, .safety-commitment h3 {
    font-family: "industry",sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 25px;
    margin: 0 0 10px;
}

.safety-policy p {
    margin: 0 0 15px;
}

.safety-policy p:last-child {
    margin: 0;
}

body {
    counter-reset: numlist;
}

.safety-commitment ol li {
  position: relative;
  padding: 0 0 0 50px;
  margin: 0 0 25px;
}

.safety-commitment ol li:last-child {
  margin: 0;
}

.safety-commitment ol li:before {
    counter-increment: numlist;
    content: counter(numlist);
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 17px;
    color: #fff;
    display: block;
    text-align: center;
    background-color: #333;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.gallery a {
    display: inline-block;
    background-color: #d21517;
        margin: 6px 8px;
    position: relative;
    width: 300px;
    height: 300px;
}

.gallery {
    text-align: center;
}

.gallery a img {
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
}

.gallery a:hover img,.gallery a:focus img {
    opacity: 0.3;
}

.gallery a i {
    position: absolute;
    z-index: 9;
    top: 0;
    width: 50px;
    height: 50px;
    color: #fff;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    font-size: 50px;
    -webkit-transition: all 0.3s;
    -webkit-transform-origin: center;
    -webkit-transform: scale(0);
    transition: all 0.3s;
    transform-origin: center;
    transform: scale(0);
}

.gallery a:hover i {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.projects-gallery .gallery-item {
    overflow: hidden;
    height: 210px;
}

.inner .pillars {
    background-color: #eee;
}

header nav ul li a.nav-path-selected i {
    -webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    -ms-filter: brightness(0) invert(1);
    -o-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    opacity: 0.6;
}


.service-content h2 {
    text-transform: uppercase;
    font-family: "industry",sans-serif;
    font-weight: 700;
    color: #444;
}

.service-content p, .service-content li {
    font-size: 18px;
}

.service-content p {
    margin: 0 0 30px;
}

.service-content ul li {
    position: relative;
    width: 50%;
    float: left;
    padding-left: 32px;
    margin-bottom: 15px;
}

.service-content ul li i {
    color: red;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 24px;
}

.service-content ul {
    margin: 0 0 30px;
}

.service-content ul:after {
    clear: both;
    content: "";
    display: block;
}

.service-content h3 {
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 4px;
}

.rep-intro p {
    margin: 0;
    font-size: 27px;
    font-weight: 300;
}

.rep-intro {
    margin: 0 0 75px;
    padding: 0 0 75px;
    border-bottom: 1px solid #eee;
}

.need-content p {
    margin: 0;
    font-size: 26px;
}

.need-content {
    background-color: #1ec2ff;
    text-align: center;
    color: #fff;
    padding: 30px;
    border-radius: 6px;
}

.services-intro {
    padding-top: 30px;
}

.services-intro h3 {
    font-weight: 300;
    font-size: 37px;
    letter-spacing: -0.5px;
    color: #d21517;
}

.services-intro p {
    font-size: 20px;
    padding-right: 27px;
    margin: 0 0 30px;
}

.services-intro p:last-child {
  margin: 0;
}


.services-list a {
    background: #d21517;
    display: block;
    margin: 0 0 -3px;
    padding: 7px;
    color: #fff;
    font-weight: 400;
    text-align: center;
}


.services-list a:hover {
  background: #666;
}
.pg-services h4 {
    text-transform: uppercase;
    text-align: center;
    font-weight: 900;
    font-size: 17px;
    letter-spacing: 1px;
    background: #262626;
    color: #fff;
    padding: 14px;
    margin: 0 0 8px;
}

.project-list a {
    display: inline-block;
    background-color: #eee;
    position: relative;
    width: 300px;
    height: 300px;
    margin: 6px 8px;
    text-align: center;
    padding: 0 30px;
    overflow: hidden;
}

.project-list a:before {
    content: "";
    display: block;
    width: 300px;
    height: 300px;
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0; margin: auto;
    background: #d21517;
    opacity: 0;
    z-index: 3;
    transition: all 0.3s;
}

.project-list a span {
    position: absolute;
    font-family: "industry",sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 30px;
    z-index: 4;
    line-height: 1;
    width: calc(100% - 60px);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-top;
    padding-top: 30px;
    transition: all 0.3s;
    top: -290px;
}

.project-list a em {
    position: absolute;
    color: #fff;
    font-size: 30px;
    line-height: 1;
    width: calc(100% - 60px);
    height: 100%;
    display: flex;
    z-index: 4;
    text-align: cneter;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 30px;
    font-weight:300;
    opacity:0.8;
    font-style:normal;text-transform: uppercase; font-size: 13px;letter-spacing:5px;
     transition: all 0.3s;
   bottom: -90px;
}

.project-list a:hover span { top: 0; }
.project-list a:hover em { bottom: 0; }
.project-list a:hover:before { opacity: 0.85; }

.project-list a img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}

.about-project {
    background: #f9f9f9;
    margin: 0 0 20px;
    padding: 30px;
}

.header nav ul li:nth-child(5) ul {
    display: none;
}

.service-content ul {
  margin: 0 0 30px;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 10px 30px;
}

.service-content ul li {
  width: calc(50% - 20px);
}

.service-content ul li i {
    top: 5px;
}

.ccm-page-id-276 .service-content ul li {
    width: 100%;
    margin-bottom: 0px;
}

.service-content .img-caption h3 {
    background: #262626;
    color: #fff;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
    font-size: 19px;
    text-align: center;
    border-top: 8px solid #d21517;
    padding: 25px 20px;
}

.mail-copied {
  background: #0652DD;
  position: fixed;
  bottom: -100px;
  left: 0;
  right: 0;
  max-width: 280px;
  color: #fff;
  font-size: 22px;
  padding: 15px 0;
  line-height: 1;
  text-align: center;
  margin: auto;
  border-radius: 5px;
  transition: all 0.3s;
  opacity: 0;
  transform-origin: bottom center;
  transform: scale(0.8);
  box-shadow: 0 2px 10px rgba(0,0,0,0.3);
  z-index: 99999;
}

.mail-copied.active {
  bottom: 20px;
  transform: scale(1);
  opacity: 1;
}

.banner {
    background: #000 !important;
}

.sr-only {
    background: #000 !important;
    color: #fff !important;
}

#hero.hero-2k25 {
    height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 50px 30px;
}

#hero.hero-2k25:after {
    content: '';
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 5;
}

#hero.hero-2k25 .video-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    overflow: hidden;
    z-index: 1;
}

#hero.hero-2k25 .video-bg img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

#hero.hero-2k25 .video-bg iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 177vw;
    height: 177vh;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

#hero.hero-2k25 .hh-mobile {
    display: none;
}

#hero.hero-2k25 .hero-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 10;
    max-width: 100%;
}

#hero.hero-2k25 .hero-content h1,
#hero.hero-2k25 .hero-content h1 + p {
    font-family: "industry", sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

#hero.hero-2k25 .hero-content h1 {
    font-family: "industry", sans-serif;
    font-weight: 700;
    font-size: clamp(35px, 3.9583333333333335vw, 76px);
    line-height: 1;
    width: clamp(533.3333333333334px, 41.666666666666664vw, 800px);
    max-width: 100%;
    margin: 0 0 15px;
}

#hero.hero-2k25 .hero-content h1 + p {
    line-height: 1.3;
    font-weight: 500;
    font-size: clamp(18px, 1.875vw, 36px);
    width: clamp(666.6666666666666px, 52.083333333333336vw, 1000px);
    max-width: 100%;
}

#hero.hero-2k25 .hero-content a {
    width: max-content;
    display: block;
    margin: clamp(26.666666666666668px, 2.0833333333333335vw, 40px) 0 0;
}
.pg-privacy p:not(:last-of-type) { margin: 0 0 clamp(20px, 1.5625vw, 30px); }
.pg-privacy p:last-of-type + ul { margin-top: clamp(20px, 1.5625vw, 30px); }
.pg-privacy h2:not(:first-of-type) {margin: clamp(26.666666666666668px, 2.0833333333333335vw, 40px) 0 clamp(15px, 1.0416666666666667vw, 20px);}
.pg-privacy h2 + h3 { margin: clamp(15px, 1.0416666666666667vw, 20px) 0; }
.pg-privacy h3 { margin: clamp(26.666666666666668px, 2.0833333333333335vw, 40px) 0 clamp(15px, 1.0416666666666667vw, 20px); }
.pg-privacy h4 { margin: 0 0 clamp(6.666666666666667px, 0.5208333333333334vw, 10px); }
.pg-privacy p + h3 { margin-top: 0; }
.pg-privacy ul { margin-bottom: clamp(13.333333333333334px, 1.0416666666666667vw, 20px); list-style: disc; padding-left: 20px; }
.pg-privacy ul li { margin: 0 0 clamp(13.333333333333334px, 1.0416666666666667vw, 20px); }

.home-services {
    padding: clamp(40px, 4.166666666666667vw, 80px) 0;
}

.home-services .row:not(:first-of-type) {
    margin-top: clamp(40px, 4.166666666666667vw, 80px);
}

.home-services .content-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-services .content-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.home-services .content-text h2 {
    font-family: "industry",sans-serif;
    color: #141414;
    font-weight: 500;
    text-transform: uppercase;
    font-size: clamp(31px, 2.0833333333333335vw, 40px);
    line-height: 1.1;
    position: relative;
    padding: clamp(19.333333333333332px, 1.5104166666666667vw, 29px) 0 0;
}

.home-services .content-text h2:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: clamp(48px, 3.9583333333333335vw, 76px);
    height: clamp(2px, 0.3125vw, 6px);
    background-color: #d21517;
}

.home-services .content-text p {
    font-size: clamp(17px, 1.1458333333333333vw, 22px);
    color: #4b4b4b;
    line-height: 1.75;
    margin: 0 0 35px;
}

@media (min-width: 768px) {
    .content-text.ct-left { padding-right: 50px; }
    .content-text.ct-right { padding-left: 50px; }
}

@media (max-width: 767px) {
    html.ccm-toolbar-visible .ccm-page {
        margin-top: 0 !important;
    }
    #hero.hero-2k25 {
        height: auto;
        margin-top: 80px;
    }
    #hero.hero-2k25 .hero-content h1,
    #hero.hero-2k25 .hero-content h1 + p {
        width: 100%;
    }
    #hero.hero-2k25 .hh-desktop {
        display: none;
    }
    #hero.hero-2k25 .hh-mobile {
        display: block;
    }
    .home-services .content-img {
        order: -1 !important;
        margin: 0 0 20px;
    }
    .home-services .content-img img {
        height: 200px;
    }
    .home-services .content-text * {
        text-align: center;
    }
    .home-services .content-text p {
        width: 100%;
    }
    .home-services .content-text h2:after {
        right: 0;
        margin: 0 auto;
    }
}