/*** COLORS ***/
.white {color: white;}
.gray {color: #333333;}
.black {color: black;}
.red {color:#3e1117;}

.white-bg {background-color: white;}
.grey-bg { background-color: #f0f0f0; }
.black-bg {background-color: black;}
.red-bg {background-color: #3e1117;  }

.white-op{
    background-color: rgba(255, 255, 255, .30);
}

.p-5 {
    padding: 3rem 5rem!important;
}

.tint:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(61, 17, 22, 0.85);
}

.flex-bottom{
  align-self: flex-end;
  justify-content: center;
  width: 100%;
  text-align: center;
}



/*** TEXT ***/
ul.inline {
  display: inline-flex;
  list-style: none;
  
}

ul.inline li{
  margin-right: 1rem;
  letter-spacing: .1rem;
}
ul.inline li a{
  font-family: 'Source Sans Pro', sans-serif!important;
  letter-spacing: .1rem;
}

/*** LINKS ***/
.grow { transition: all .2s ease-in-out; }
/*.grow:hover { transform: scale(1.1); }*/
.grow:hover .circle { 
    transform-origin: 50% 50%;
    transform: scale(1.15);
}


/*** Button ***/
.btn {
    /*max-width: 50%;*/
    margin-top: 1rem;
    padding: .5rem 1rem;
    align-self: center;
    border-radius: 0;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: uppercase;
    transition: all .3s ease;
}

.btn-lg {
    font-size: 1.25em;
    border-radius: 0;
    transition: all .3s ease;
}

.btn-dark {
  color: white;
  background-color: rgba(21, 30, 70, 1);
  transition: all .3s ease;
}

.btn-dark:hover {
  padding: 1rem 2rem;
  color: white;
  background-color: rgba(21, 30, 70, 1);;
  border-left: 10px solid color: rgba(21, 30, 70, 1);
  border-right: 10px solid color: rgba(21, 30, 70, 1);
}


.btn-outline-dark {
  font-family: 'Source Sans Pro', sans-serif;
  color: rgba(21, 30, 70, 1);
  background-color: transparent;
  border: 1px solid rgba(21, 30, 70, 1);
  transition: all .3s ease;
}

.btn-outline-dark:hover {
  padding: 1rem 2rem;
  color: rgba(21, 30, 70, 1);
  background: transparent;
}

.btn-red {
    color: #ffffff;
    background-color: #3e1117;;
    border:1px solid #3e1117;;
    transition: all .3s ease;
}

.btn-red:hover {
    color: white;
    color: #3e1117;
    background-color: transparent;
}

.btn-outline-yellow {
  margin-top: 0;
  font-family: 'Source Sans Pro', sans-serif;
  color: #edb04e;
  font-weight: 500;
  background-color: transparent;
  border: 1px solid #edb04e;
  transition: all .3s ease;
  letter-spacing: .15rem;
}

.btn-outline-yellow:hover {
  color: #3e1117;
  background: #edb04e;
}

.btn-form{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 30px 20px;
  width:  100%;
  min-height: 250px;
  font-family: 'Amiri', serif !important;
  color: #3e1117;
  background: #fff;
  border: 1px solid white;
  box-shadow: 0px 0px 0px 6px #fff;
  white-space: break-spaces;
}

.btn-form:hover{
  color:#fff!important;
  background: #3e1117;
  border: 1px solid white;
  box-shadow: 0px 0px 0px 6px #3e1117;
  opacity: 1;
}

.btn-form h5{
  margin-top: 0;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0;
}

.btn-form .download{
  font-family: 'Source Sans Pro', sans-serif!important;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .15rem;
}

/*** ICONS ***/
/* Only mirror the icon glyph — not phone number text links */
.sgh-icon.phone {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  width: 1em;
  height: 1em;
  margin-right: 5px;
  vertical-align: -0.125em;
}


/*** TEXTURE ***/

/*** SHAPES AND BORDERS ***/
.border-left {
  padding-left: 1rem;
  border-left: 1px solid #cacaca!important;
}

#employees .border-left {
  position: relative;
  padding-left: 1rem;
  border-left: 0px solid #3e1117!important;
}

#employees .border-left:before {
  content: '';
    position: absolute;
    width: 2px;
    height: 40px;
    top: 7px;
    left: 0;
    background-color: #3e1117;
}

#front-page .box-bg {
    position: absolute;
    top: -5%;
    right: 25%;
    width: 65%;
    height: 110%;
    background-color: transparent;
    background-attachment: fixed;
    background-position: 30%;
    z-index: -1;
}

#team .box-bg {
  position: absolute;
  top: 5%;
  left: 0;
  width: 25%;
  height: 90%;
  /* background-color: #f5f5f5; */
  background-size: cover;
  overflow: hidden;
  background-attachment: fixed;
  background-position: 30%;
  z-index: -1;
}

#team .box-bg-right {
  position: absolute;
  top: 5%;
  right: 0;
  width: 25%;
  height: 90%;
  /* background-color: #f5f5f5; */
  background-size: cover;
  overflow: hidden;
  background-attachment: fixed;
  background-position: 30%;
  z-index: -1;
}

.building {
  background: 
        url(../images/steel-structure-workshop-in-construction-steel-PF2D3XP.jpg) no-repeat right top;
    background-size: cover;
}


h3.panel-title {
  font-family: 'Amiri', serif;
  font-style: italic;
  font-size: 1.5rem;
  font-style: italic;
}

.panel-group {
  margin-bottom: 0;
}
.panel-group .panel {
  border-radius: 0;
  box-shadow: none;
}
.panel-group .panel .panel-heading {
  padding: 0;
}
.panel-group .panel .panel-heading h3 a {
    background: #ffffff;
    color:#000000;
    font-family: 'Amiri', serif;
    font-size: 1.4rem;
    display: block;
    font-style: italic;
    text-transform: capitalize;
    padding: 20px;
    text-decoration: none;
    letter-spacing: normal;
    border-bottom: 1px solid #cacaca;
    transition: 0.15s all ease-in-out;
}
.panel-group .panel .panel-heading h3 a:hover {
  opacity: 1;
}

.panel-group .panel .panel-heading h3:after{display: none;}

.panel-group .panel .panel-heading h3 a .fa{
  margin-right: 1rem;
}

.panel-group .panel .panel-heading h3 a:hover, .panel-group .panel .panel-heading h4 a:not(.collapsed) {
  background: #ffffff;
  transition: 0.15s all ease-in-out;
}
.panel-group .panel .panel-heading h3 a:before {
  content: '+';
  font-style: initial;
  margin-right: 15px;
  color:#3e1117;
}
.panel-group .panel .panel-heading h3 a:not(.collapsed):before {
  content: '-';
  font-style: initial;
  margin-right: 19px;
  color:#3e1117;
}
.panel-group .panel .panel-heading h3 a i {
  color: #999;
}
.panel-group .panel .panel-body {
  padding-top: 0;
}
.panel-group .panel .panel-heading + .panel-collapse > .list-group,
.panel-group .panel .panel-heading + .panel-collapse > .panel-body {
  border-top: none;
  padding-left: 50px;
}
.panel-group .panel + .panel {
  border-top: none;
  margin-top: 0;
}


/*** MAPS/LOCATIONS  ***/

.map {
  background: url(../images/map.jpg) no-repeat right top;
  background-size: 100% auto;
}

.map .d-flex{ 
  height: 500px;
}

.direct-button {
    position: absolute;
    left: 50%;
    bottom: 150px;
    z-index: 4;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

/*** BORDERS ***/



/*** BACKGROUNDS ***/


/*** PROPOSAL ***/
#proposal {
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
}

#proposal h2 {
  font-size: 4rem;
  font-weight: 600;
  line-height: 3.75rem;
}

#proposal h2:after {
  display: none;
}

/*** CAROUSEL ***/
#heroSlider{
  height: 100vh;
  overflow: hidden;
}

#heroSlider img:after, .page-hero:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(21, 30, 70, 1);
  opacity: 0.7;
  z-index: 1;
}


.carousel-caption {
  position: absolute;
  top: 30%;
  right: auto;
  left: 50%;
  z-index: 10;
  padding-top: 0px;
  padding-bottom: 00px;
  text-align: left;
}

.carousel-indicators li {
    bottom: 25px;
    border-radius: 10px;
    margin: 1px 3px;
    height: 10px;
    max-width: 10px;
    border: 1px solid #FFF;
    background-color: transparent;
    opacity: .7;
}
.carousel-indicators .active {
    background-color: #fff;
    max-width: 12px;
    margin: 0 3px;
    height: 12px;
}

/*** HOMEPAGE ***/
/*#front-page p {
  font-family: 'Source Sans Pro', sans-serif;
}*/

#front-page #header-image {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  min-height: 480px;
  overflow: hidden;
  background-color: #1a1a1a;
  background-size: cover;
  background-position: center;
  isolation: isolate; /* own stacking context so video isn't painted under <body> */
}

/* Logo sits in the vertical center of the hero */
#front-page #header-image .hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  pointer-events: none;
}

#front-page #header-image .hero-content a,
#front-page #header-image .hero-content img {
  pointer-events: auto;
}

#front-page #header-image .logo {
  width: 80%;
  max-width: 520px;
  margin: 0 auto;
  display: block;
}

/* Phone is pinned to the bottom of the HERO (not the logo box) */
#front-page #header-image .callnow {
  position: absolute;
  z-index: 2;
  bottom: 1.25rem;
  left: 0;
  right: 0;
  width: 100%;
  padding: 0.75rem 1rem;
  text-align: center;
  pointer-events: none;
}

#front-page #header-image .callnow a {
  pointer-events: auto;
  display: inline-block;
  color: #fff;
  font-size: 1.05rem;
  letter-spacing: 0.04em;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.55);
}

#front-page #header-image a {
  color: #fff;
}

/* Vimeo background layer — poster shows via parent background until iframe paints */
.layer-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  background-color: transparent;
}

.layer-video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  /* Cover-crop 16:9 so there are no letterbox bars */
  width: 177.78vh;
  height: 56.25vw;
  min-width: 100%;
  min-height: 100%;
  border: 0;
  transform: translate(-50%, -50%);
  pointer-events: none;
}


.play img{
  opacity: .7;
  transition: all .3s ease;
}
.play:hover img{
  opacity: 1;
  color: white;

}


/*** INTERIOR PAGE ***/
#header-image {
  position: relative;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    height: 47.5vh;
    background-size: cover;
    background-position: center;
    /* margin-top: 75px;*/
}

#page #header-image{
 background-position: 100% 50%;
}

#forms #header-image {
  background-position: center 50px;
  background-size: 100%;
}

#team #header-image {
 background-position: 100% 180%;
}


#management a, #employees a {
  font-weight: normal;
  text-transform: lowercase; 
  color: #000000;
  font-family: 'Amiri', 
  serif;letter-spacing: normal;
}

#management span.ext, #employees span.ext {color: #3e1117;text-transform: uppercase;font-size: .75rem;font-weight: 600;}

#contact #header-image {
 background-position: 100% 235%;
}

#contact a {
  font-weight: normal;font-family: 'Amiri', serif;
  color: #000000;
  letter-spacing: normal;
}

#contact a .fa{
  color: #3e1117!important;
}

#vaue .logo {
  width: 60%;
}

#vaue h3:after, #team h3:after{
  display: none;
}

#management h3, #services h3{
  margin-bottom: 0;
  line-height: 2rem;
  font-size: 2.4rem;
}
#management h3 span {font-style: italic;font-size: 2rem; text-transform: uppercase;}

#services h3 {color:#3e1117;}
#services h3 span {font-style: italic;font-size: 1.3rem;}
#services h3:after{
  display: none;
}
#services #header-image {
  background-position: 100% 235%;
}

h1.faq {
  font-size: 3em;
  font-weight: 600;
  color: black;
  width: 50%;
  margin: 0 auto 2rem auto;
}
h1.faq:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 30px;
    padding-top: 5px;
    border-bottom: 1px solid #3e1117;
}

#contact h1 {text-transform: uppercase;font-size: 3rem;}
#contact h1:after {display: none;}
#contact .fas {
  color: #3e1117;
}

/*** FOOTER ***/
footer {
  color:#fff; 
  background-color: #3e1117;
  font-size: .8rem;
  border-bottom: 6px solid #eeb14e;
}

footer p{
  color:#ffffff; 
  font-size: .8rem;
    letter-spacing: normal;
}
footer a {
  color:#ffffff; 
  font-family: 'Amiri', serif;
  text-transform: capitalize;  
  font-weight: normal;
  font-size: .8rem;
  letter-spacing: normal;
}
footer a:hover {
  color:#ffffff; 
}

footer .logo {
    max-width: 125px;
}

footer .circle {
    width: 30px;
    height: 30px;
    margin:0 auto;
    padding: 2px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    transition: all .2s ease-in-out; 
}

footer .nf-response-msg {color:white!important;}


/*** Social***/
footer .tan-bg {background-color: #3e1117;}
.social {
  margin-top: 15px;
  list-style: none;
  padding: 0;
}
.social li {
  display: inline-block; 
  margin-right: 10px;
  list-style: none;
}


.social li a {
  font-size: 1.2em;
  color: rgba(21, 30, 70, 1);
  -webkit-transition: 0.4s ease;
  -moz-transition:  0.4s ease;
  transition:  0.4s ease;
}

.social li a:hover, #footer-follow a:hover {
  color:#fff;
  mix-blend-mode:normal;
}
.social li:last-child {
  margin: 0;
}

#contact .social li a {
  font-size: 1.2em;
  color: white;
  -webkit-transition: 0.4s ease;
  -moz-transition:  0.4s ease;
  transition:  0.4s ease;
}



#union, #union a {
  font-family: 'Source Sans Pro', sans-serif; 
  text-transform: uppercase;
  padding-top: 3px;
  font-size: .9em;
  background: transparent;
}



/*** FOOTER  ***/
footer .nf-before-form-content {display: none;}
footer .form-control, 
#in-touch .form-control {
    color: #3e1117;;
    text-transform: capitalize;
    background-color: transparent;
    border: 1px solid #3e1117;;
    border-radius: 0;
}
footer .btn-tan {font-family: 'Source Sans Pro', sans-serif; text-transform: uppercase;}

footer .nf-multi-cell .nf-cell,
#in-touch .nf-multi-cell .nf-cell
 {padding: 0px; }

footer .nf-field-9-wrap,
#in-touch .nf-field-9-wrap,
 {text-align: left;}



/*** CONTACT FORM ***/
.form-control {
    color: rgba(21, 30, 70, 1);
    text-transform: uppercase;
    background-color: transparent;
    border-color: rgba(21, 30, 70, 1);
    border-radius: 0;
}

.nf-field-label {display: none;}

.nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type=button]), .nf-form-content textarea {
    background: #f5f5f5 !important;
    border-top:0!important;
    border-left: 0!important;
    border-right: 0!important;
    border-bottom: 1px solid #c4c4c4!important;
    border-radius: 0!important;
    box-shadow: none;
    color: black!important;
    transition: all .5s;
}

#nf-label-field-2, 
#nf-label-field-3 {
  display: none !important;
}

.nf-field-element{
  border: 0;
}
.nf-field-element:after {
  content:  '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #3e1117;
  transition: all .2s ease;
}

.nf-field-element:focus-within::after {
        width: 100%;
}

.nf-field-container .field-wrap .nf-element::placeholder {
    color: #cccccc;
}

.nf-error.listimage-wrap .nf-field-element ul, .nf-error .ninja-forms-field{
  border: 0px solid #3e1117 !important;
  border-bottom: 2px solid #3e1117 !important;
}

#nf-field-4-wrap .nf-field-element:after {display: none;}

.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit]{
    font-family: 'Source Sans Pro', sans-serif!important;
    color: white;
    background: #3e1117 !important;
    border-radius: 0;
    border: 1px solid #3e1117 !important;
    text-transform: uppercase;
    font-size: 1rem !important;
    padding: .5rem 2rem;
    transition: all .3s ease;
    letter-spacing: .15rem;
}

.nf-form-content button:after, .nf-form-content input[type=button]:after, .nf-form-content input[type=submit]:after{
  display: none;
}

.field-wrap input[type=button]:hover{
    background-color: #ffffff!important;
    color:#3e1117 !important;
    border: 1px solid #3e1117 !important;
}

input.form-control::-webkit-input-placeholder {font-family: 'Source Sans Pro', sans-serif; color: rgba(0, 0, 0, 1); }
input.form-control::-moz-placeholder {font-family: 'Source Sans Pro', sans-serif; color: rgba(0, 0, 0, 1); }
input.form-control::-ms-placeholder {font-family: 'Source Sans Pro', sans-serif; color: rgba(0, 0, 0, 1);  }
input.form-control::placeholder {font-family: 'Source Sans Pro', sans-serif; color: rgba(0, 0, 0, 1);  }

textarea.form-control::-webkit-input-placeholder {font-family: 'Source Sans Pro', sans-serif;color:rgba(0, 0, 0, 1);  }
textarea.form-control::-moz-placeholder {font-family: 'Source Sans Pro', sans-serif; color: rgba(0, 0, 0, 1); }
textarea.form-control::-ms-placeholder {font-family: 'Source Sans Pro', sans-serif; color:rgba(0, 0, 0, 1); }
textarea.form-control::placeholder { font-family: 'Source Sans Pro', sans-serif;color:rgba(0, 0, 0, 1); }


footer input.form-control::-webkit-input-placeholder {text-transform:uppercase; color: #000000; }
footer input.form-control::-moz-placeholder {text-transform:uppercase; color: #000000;}
footer input.form-control::-ms-placeholder {text-transform:uppercase; color: #000000;}
footer input.form-control::placeholder { text-transform:uppercase;color: #000000;}

footer textarea.form-control::-webkit-input-placeholder {color:#000000;}
footer textarea.form-control::-moz-placeholder { color: #000000; }
footer textarea.form-control::-ms-placeholder { color:#000000; }
footer textarea.form-control::placeholder { color:#000000; }


/*** VIDEO ***/

/*** ANIMATION ***/
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}


/*** Large Monitors  ***/
@media screen and (min-width: 1600px) {
    
}