@font-face {
  font-family: 'Myriad Pro Bold';
  src: url("../fonts/MyriadPro-Bold.eot");
  src: url("../fonts/MyriadPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Bold.woff2") format("woff2"), url("../fonts/MyriadPro-Bold.woff") format("woff"), url("../fonts/MyriadPro-Bold.ttf") format("truetype"), url("../fonts/MyriadPro-Bold.svg#MyriadPro-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Myriad Pro';
  src: url("../fonts/MyriadPro-Regular.eot");
  src: url("../fonts/MyriadPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Regular.woff2") format("woff2"), url("../fonts/MyriadPro-Regular.woff") format("woff"), url("../fonts/MyriadPro-Regular.ttf") format("truetype"), url("../fonts/MyriadPro-Regular.svg#MyriadPro-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
.myriad-pro {
  font-family: 'Myriad Pro'; }

@font-face {
  font-family: 'Myriad Pro Condensed';
  src: url("../fonts/MyriadPro-Cond.eot");
  src: url("../fonts/MyriadPro-Cond.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Cond.woff2") format("woff2"), url("../fonts/MyriadPro-Cond.woff") format("woff"), url("../fonts/MyriadPro-Cond.ttf") format("truetype"), url("../fonts/MyriadPro-Cond.svg#MyriadPro-Cond") format("svg");
  font-weight: normal;
  font-style: normal; }
.medium-pro-condensed {
  font-family: 'Myriad Pro Condensed'; }

@font-face {
  font-family: 'Myriad Pro Bold Condensed';
  src: url("../fonts/MyriadPro-BoldCond.eot");
  src: url("../fonts/MyriadPro-BoldCond.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-BoldCond.woff2") format("woff2"), url("../fonts/MyriadPro-BoldCond.woff") format("woff"), url("../fonts/MyriadPro-BoldCond.ttf") format("truetype"), url("../fonts/MyriadPro-BoldCond.svg#MyriadPro-BoldCond") format("svg");
  font-weight: bold;
  font-style: normal; }
.myriad-pro-bold-condensed {
  font-family: 'Myriad Pro Bold Condensed'; }

.orange {
  color: #cd4239; }

.gray {
  color: #6d6e71; }

.white {
  color: #fff; }

.bg-white {
  background-color: #fff; }

.bg-orange {
  background-color: #cd4239; }

.bg-gray {
  background-color: #6d6e71; }

.bg-medium-gray {
  background-color: #cacbcb; }

.bg-light-gray {
  background-color: #e9e9ea; }

.fs-10 {
  font-size: 10px; }

.fs-12 {
  font-size: 12px; }

.fs-14 {
  font-size: 14px; }

.fs-16 {
  font-size: 16px; }

.fs-18 {
  font-size: 18px; }

body {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column; }

.bg-cover {
  display: none;
  background-color: #cd4239;
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 100; }

main {
  flex: 1; }

header {
  width: 100%;
  height: 140px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  padding: 0;
  position: fixed;
  top: 0;
  z-index: 99; }
  header .tel-bar {
    background-image: url("../images/tel-bar.jpg");
    background-size: contain;
    background-repeat: repeat; }
  header p {
    color: white; }
  header .logo {
    max-width: 150px;
    min-width: 150px;
    margin-top: -10px; }
  header .nav-toggle, header .closeBtn {
    display: none; }
    @media screen and (max-width: 767px) {
      header .nav-toggle, header .closeBtn {
        display: block;
        position: absolute;
        top: 55px;
        right: 2%; } }
  header nav {
    float: right;
    margin-top: 50px; }
    header nav ul li {
      display: inline-block;
      list-style-type: none;
      margin-left: 25px;
      font-size: 18px; }
      header nav ul li a {
        text-decoration: none;
        font-weight: bold;
        color: #6d6e71; }
        header nav ul li a:hover {
          color: #cd4239; }
      header nav ul li .active-nav-link {
        color: #cd4239 !important;
        font-weight: bold; }
    @media screen and (max-width: 768px) {
      header nav {
        display: none; } }

.nav-mobile {
  display: none; }
  @media screen and (max-width: 767px) {
    .nav-mobile {
      width: 100%;
      height: 100vh;
      position: relative;
      z-index: 102; }
      .nav-mobile ul {
        margin-left: -40px; }
        .nav-mobile ul li {
          display: block;
          list-style-type: none;
          color: #fff;
          text-align: center;
          font-size: 24px; }
          .nav-mobile ul li a {
            color: #fff;
            text-decoration: none; }
          .nav-mobile ul li .active-nav-link {
            text-decoration: underline; }
      .nav-mobile .closeBtn {
        border: solid 2px #fff;
        border-radius: 35px;
        width: 35px;
        height: 35px;
        position: absolute;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        /* remove h2 default margin */
        line-height: 1;
        /* prevent font offset */ } }

.scroll-lock {
  overflow: hidden;
  position: fixed;
  width: 100%; }

.hero-swiper {
  height: 25vh;
  /* fallback */
  height: calc(var(--vh, 1vh) * var(--hero-multiplier, 25));
  width: 100%;
  position: relative;
  top: 140px; }
  @media (orientation: landscape) and (max-height: 500px) {
    .hero-swiper {
      display: none; } }

.hero-slide {
  background-size: cover;
  background-position: center;
  position: relative; }

.hero-content {
  position: absolute;
  bottom: 20%;
  left: 10%;
  color: #fff;
  max-width: 500px; }

.hero-content h1 {
  font-size: 3rem; }

.hero-content p {
  font-size: 1.2rem; }

.swiper-button-next,
.swiper-button-prev {
  color: #fff; }

.swiper-pagination-bullet-active {
  background: #fff; }

.hero-swiper .swiper-button-prev,
.hero-swiper .swiper-button-next {
  top: 50%;
  transform: translateY(-50%); }

button.case-study, button.about-des {
  border-radius: 10px; }

button.case-study:hover, button.about-des:hover {
  cursor: pointer;
  background-color: #cd4239 !important;
  color: #fff; }

button.case-study:active, button.about-des:active {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95); }

a.btn {
  text-decoration: none; }

.ibew-content {
  max-width: 700px;
  width: 100%;
  bottom: 10%;
  /*@media screen and (max-width: 500px) {
      bottom: 30%;
  }*/ }
  @media screen and (max-width: 725px) {
    .ibew-content {
      bottom: 20%;
      width: 80%;
      max-width: 600px; } }
  @media screen and (max-width: 582px) {
    .ibew-content h2 {
      font-size: 20px !important; } }
  @media screen and (max-width: 500px) {
    .ibew-content h2 {
      font-size: 18px !important; } }
  @media screen and (max-width: 340px) {
    .ibew-content h2 {
      font-size: 14px !important; } }
  .ibew-content .ibew-logo {
    float: left;
    width: 250px;
    margin-right: 25px; }
    @media screen and (max-width: 725px) {
      .ibew-content .ibew-logo {
        width: 190px; } }
    @media screen and (max-width: 500px) {
      .ibew-content .ibew-logo {
        width: 125px; } }
    @media screen and (max-width: 340px) {
      .ibew-content .ibew-logo {
        width: 90px; } }

.seamless-transitions {
  bottom: 20%; }

.vsBtn {
  position: relative;
  overflow: hidden;
  margin: 25px auto;
  width: 100%;
  color: #cd4239;
  background: none;
  padding: 10px 2%;
  font-family: "Myriad Pro Bold", Arial, Helvetica, sans-serif;
  font-size: 100%;
  border: 3px solid #cd4239;
  border-radius: 10px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  z-index: 1; }
  .vsBtn:hover {
    color: #fff;
    border: 3px solid #cd4239; }
  .vsBtn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #cd4239;
    z-index: -1;
    transition: width 0.3s ease;
    border-radius: 6px; }
  .vsBtn:hover::before {
    width: 100%; }

.table-article {
  overflow-x: scroll; }

table {
  width: 100%; }
  @media screen and (max-width: 395px) {
    table {
      min-width: 400px; } }
  table th {
    border-right: solid 2px #e9e9ea;
    width: 20%;
    padding: 0px 2%;
    text-align: center; }
    table th:nth-child(3) {
      width: 40% !important; }
    table th:nth-child(4) {
      border-right: none; }
  table td {
    font-family: 'Myriad Pro Condensed';
    padding: 5px 2%;
    border-right: solid 2px #e9e9ea; }

.swipe-message {
  display: none; }
  @media screen and (max-width: 394px) {
    .swipe-message {
      display: block; } }

/**********************************************
About page
***********************************************/
.about-section {
  margin-top: 175px;
  position: absolute; }

#past-projects {
  scroll-margin-top: 120px; }

/*************************************************
Services page
**************************************************/
.image-overlay {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }

.image-overlay h4 {
  position: absolute;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7); }

.check-list ul {
  list-style: none;
  padding-left: 0; }

.check-list li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 0.5rem; }

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 18px;
  height: 18px;
  background: url("../images/checkmark.png") no-repeat center;
  background-size: contain; }

/****************************************
Contact Page
*****************************************/
form input,
form select,
form textarea {
  max-width: 100%; }

.form-control:focus {
  border-color: #cd4239;
  /* your color */
  box-shadow: 0 0 0 0.25rem rgba(205, 66, 57, 0.25);
  /* glow */
  outline: none; }

.form-check-input:checked[type=radio] {
  background-color: #cd4239;
  border-color: #cd4239; }

.form-select:focus {
  border-color: #cd4239;
  /* your color */
  box-shadow: 0 0 0 0.25rem rgba(205, 66, 57, 0.25);
  /* glow */
  outline: none; }

.contact-content, .services-content, .about-content, .home-content {
  margin-top: 175px; }

/* -------------------------------
   TomSelect control focus styling
---------------------------------*/
/* Custom CSS file (e.g., custom.css) */
/* Target the TomSelect wrapper when it has focus */
.ts-wrapper.focus {
  /* Set border color to orange */
  border-color: #cd4239;
  /* Bootstrap's default orange color or any hex value */
  /* Apply the custom orange box-shadow for the focus glow */
  box-shadow: 0 0 0 0.25rem rgba(253, 126, 20, 0.25);
  /* Ensure the input element inside also follows the style */
  outline: 0; }

/* Target the input element inside TomSelect when the wrapper has focus */
.ts-wrapper.focus .ts-control input {
  border: none !important;
  /* Removes the blue border */
  box-shadow: none !important;
  /* Removes the blue glow/shadow */
  outline: 0 !important;
  /* Removes browser-default focus ring */
  padding: 0 !important;
  /* Ensures it doesn't shift layout */ }

/* 2. (Optional) Ensure the outer container alone handles the orange glow */
.ts-wrapper.focus .ts-control {
  border-color: #cd4239 !important;
  box-shadow: 0 0 0 0.25rem rgba(204, 82, 0, 0.25) !important; }

/*********************************************
Footer
**********************************************/
footer {
  margin-top: auto; }
