/*=== HEADER ===*/
#header {
    height: 0;
}
.header-wrapper {
    position: fixed;
    width: 100%;
    color: #fff;
    z-index: 120;
}
#home .header-wrapper {
    position: absolute;
}
.header-menu {
    padding: 45px 0;
}
.header-menu .container > .flexbox {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.header-menu .container > .flexbox > div:first-child,
.header-menu .container > .flexbox > div:last-child {
    flex-basis: 245px;
    flex-shrink: 0;
}
.header-menu .container > .flexbox > div:nth-child(2) {
    flex-grow: 1;
    text-align: center;
}
.header-menu .container > .flexbox > div:last-child {
    text-align: right;
    padding-left: 68px;
}
.header-menu .social {
    display: none;
}
.logo,
.logo img {
    display: block;
}

/*=== MAIN NAVIGATION ===*/
#nav-btn {
    display: none;
    width: 28px;
    margin-left: 15px;
    text-align: center;
    vertical-align: middle;
    font-size: 30px;
    color: #fff;
}
#nav-btn:hover {
    color: #c72127;
}
.nav-menu {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav-menu li.has-child {
    position: relative;
}
.nav-menu > li {
    margin: 0 45px;
}
.nav-menu > li.has-child > a:after,
.custom-dropdown .dropdown-toggle:after {
    content: "\f107";
    position: absolute;
    right: -30px;
    width: 30px;
    font: 700 18px/30px Font Awesome\ 5 Pro;
    transition: none;
}
.nav-menu > li > a {
    white-space: nowrap;
    padding: 18px 0;
    text-transform: uppercase;
    font: 22px/1.4 'Oswald-Medium';
}
.nav-menu > li:last-child .sub-menu {
    left: auto;
    right: 0;
}
.sub-menu,
.custom-dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    left: -15px;
    width: 220px;
    text-align: left;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
}
.sub-menu li a {
    display: block;
    padding: 11px 20px;
    font: 18px/1.4 'Oswald-Light';
    color: #000;
    background-color: #fff;
}
.sub-menu li a:hover {
    color: inherit;
    background-color: #c72127;
}
.nav-menu > li.active > a,
.nav-menu li.has-child:hover > a,
.nav-menu > li > a:hover,
.custom-dropdown:hover .dropdown-toggle {
    color: #c72127;
}
.nav-menu li.has-child:hover .sub-menu,
.custom-dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}
.custom-dropdown {
    position: relative;
    font: 18px/1.4 'Oswald-Medium';
}
.custom-dropdown .dropdown-toggle {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 15px 30px 15px 0;
    font-size: 22px;
    transition: all 0.3s ease;
    cursor: pointer;
}
.custom-dropdown .dropdown-toggle:after {
    right: 0;
    text-align: center;
}
.custom-dropdown .dropdown-toggle i {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    margin-right: 15px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    color: #c72127;
    background-color: rgba(255, 255, 255, .5);
    transition: inherit;
}
.custom-dropdown:hover .dropdown-toggle i {
    background: #fff;
}
.custom-dropdown .dropdown-menu {
    left: 0;
    width: 100%;
    color: #c72127;
}
.custom-dropdown .dropdown-menu li {
    padding: 11px;
}
.custom-dropdown .dropdown-menu a {
    color: #fff;
}

/*=== BREADCRUMBS ===*/
.breadcrumbs {
    position: relative;
}
.breadcrumbs li {
    display: inline-block;
    font: 22px/1.3 'Oswald-Medium';
}
.breadcrumbs li:only-child {
    display: none;
}
.breadcrumbs li:after {
    content: "";
    display: inline-block;
    width: 3px;
    height: 22px;
    margin: -4px 15px 0;
    vertical-align: middle;
    background-color: #fff;
}
.breadcrumbs li:last-child:after {
    content: none;
}
.breadcrumbs.dark {
	color: #000;
}
.breadcrumbs.dark li::after {
	background-color: #000;
}

/*=== FIXED & INNER HEADER STYLES ===*/
#inner #header {
    height: 130px;
}
#home.fixed .header-wrapper {
    position: fixed;
    top: 0 !important;
}
.fixed .header-menu,
#inner .header-menu {
    padding: 20px 0;
    background-color: #000;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 41, .15);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 41, .15);
}
.fixed .header-menu .container > .flexbox > div:first-child,
#inner .header-menu .container > .flexbox > div:first-child {
    padding-right: 75px;
}
.fixed .custom-dropdown .dropdown-menu,
#inner .custom-dropdown .dropdown-menu {
    background: #fff;
}
.fixed .custom-dropdown .dropdown-menu a,
#inner .custom-dropdown .dropdown-menu a {
    color: #000000;
}

/*=== TOP BANNER ===*/
.banner {
    position: relative;
    min-height: 100vh;
    color: #fff;
}
.banner .top-slider {
    min-height: inherit;
}
.banner .single-banner {
    min-height: inherit;
    background-attachment: fixed;
}
.banner .single-banner:after,
.sub-banner:after {
    background: rgba(0, 0, 0, .2);
    opacity: 1;
    visibility: visible;
}
.banner .container,
.sub-banner .container {
    height: 100%;
    min-height: inherit;
    z-index: 2;
}
.banner .container {
    background: url(../images/layout/badge.png) no-repeat bottom 60px right 60px;
}
.banner .flexbox {
    align-items: flex-end;
    min-height: inherit;
    padding: 245px 100px;
}
.banner-text {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.banner-text > div:first-child {
    flex-shrink: 0;
    flex-basis: 940px;
    padding-right: 60px;
}
.large-text {
    margin-bottom: 65px;
    text-transform: uppercase;
    font: 104px/1.1 'Oswald-Medium';
}
.large-text span {
    display: block;
    margin-bottom: 20px;
    border-left: 3px solid #b93330;
    padding-left: 20px;
    text-transform: uppercase;
    font: 22px/1.3 'Oswald-Medium';
}
.large-text strong {
    font-family: inherit;
    color: #c72127;
}
.banner-content {
    flex-basis: calc(100% - 940px);
    margin-bottom: -20px;
    border-left: 3px solid #b93330;
    padding: 15px 0 15px 60px;
}
.sub-banner {
    height: 260px;
    text-align: center;
    color: #fff;
    background-image: url(../images/layout/bg-asphalt-texture-short.jpg);
    background-repeat: repeat-x;
    background-size: inherit;
}
.sub-banner:after {
    background: rgba(0, 0, 0, .5);
}
.sub-banner .flexbox {
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 50px 0;
}
.sub-banner .banner-text {
    flex-direction: column;
    align-items: center;
}
.move-down-wrapper {
    position: absolute;
    bottom: 75px;
    left: 50%;
    display: flex;
    max-width: 1920px;
    width: 100%;
    padding-left: 100px;
    transform: translateX(-50%);
    z-index: 9;
}
.move-down {
    width: 62px;
    height: 62px;
    line-height: 62px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
    margin-top: 15px;
}
.move-down:hover {
    border-color: #fff;
    background-color: #fff;
}
.move-down i {
    color: #c72127;
}
.move-down-wrapper .social {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 35px;
}
.move-down-wrapper .social a {
    margin: 0;
    text-align: center;
}
.move-down-wrapper .social a + a {
	margin-top: 13px;
}

/*=== QUICK LINKS SECTION ===*/
.quick-links-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.quick-link {
    flex-basis: 33.33%;
}
.quick-link .img-box {
    height: 450px;
    transition: all 0.3s ease;
}
.quick-link .img-box:after {
    opacity: 1;
    visibility: visible;
}
.quick-link .relative {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 45px;
    text-align: center;
    color: #fff;
}
.quick-link .text-box {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: inherit;
}
.quick-link .relative > h3 {
    max-width: 80%;
    margin: 0 0 -15px;
    text-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}
.quick-link:hover .img-box:after {
    background: rgba(0, 0, 0, .65);
}
.quick-link:hover .relative > h3 {
    opacity: 0;
    visibility: hidden;
}
.quick-link .btn {
    min-width: 194px;
    padding: 22px 20px 20px;
}

/*=== MAIN CONTENT ===*/
.main-content {
    padding: 125px 0;
}
#container ul:not([class]) {
    margin-bottom: 1.5em;
}
#container ul:not([class]):last-child {
    margin-bottom: 0;
}
#container ul:not([class]) li {
    position: relative;
    padding-left: 18px;
}
#container ul:not([class]) li:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 7px;
    height: 7px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #000;
}
.main-content .content:only-child {
/*     padding-right: 300px; */
	padding-right: 0;
}
.sidebar {
    width: 580px;
    padding-left: 80px;
}
.sidebar > *:not(:last-child) {
    margin-bottom: 50px;
}
.sidebar > img {
    width: 100%;
}
.page-content {
    padding: 60px 0;
    color: #fff;
}
.page-content:after {
    background: rgba(0, 0, 0, .7);
    opacity: 1;
    visibility: visible;
}
.page-content .container > .flexbox {
    flex-wrap: nowrap;
    margin-bottom: 115px;
}
.page-content .container > .flexbox > div {
    flex: 1;
    flex-basis: 50%;
    padding: 0 80px 0 0;
}
.page-content .container > .flexbox > div:last-child {
    padding: 55px 0 0 80px;
}
.page-content .container > .flexbox > div:only-child,
.inner-section article:only-child .inner-content {
    padding: 0;
}
.page-content .side-content img {
    max-width: 750px;
    width: 100%;
}
.page-content .side-content h3 {
    margin: -285px 0 0;
    text-align: right;
    line-height: 1.4;
    font-size: 54px;
}
.page-content .side-content h3 strong {
    position: relative;
    display: block;
    padding-right: 40px;
    font: 164px/1.15 'Oswald-Medium';
}
.page-content .side-content h3 em {
    padding: 25px 70px 55px 40px;
    white-space: nowrap;
    font: inherit;
    background-color: rgba(0, 0, 0, .7);
}
.page-sections {
    display: flex;
}
.page-sections > div:first-child {
    width: calc(50% - 220px);
    color: #fff;
    background: url(../images/layout/bg-asphalt-texture.png) repeat-x;
}
.page-sections > div:last-child {
    width: calc(50% + 220px);
}
.page-sections > div:only-child {
    width: 100%;
}
.page-sections > div:only-child .inner-content {
    margin-left: 0;
}
.page-sections .inner-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 740px;
    height: 100%;
    margin-left: auto;
    padding: 100px;
}
.page-sections .inner-content .btn {
    margin-top: 12px;
}
.page-sections .quick-link {
    flex-basis: 50%;
}
.inner-content ul {
	padding: 0 0 15px 0;
}
.inner-content li {
	list-style: disc;
	margin: 0 0 0 20px;
}

.inner-section {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 100px;
}
.inner-section .flexbox {
    flex-wrap: nowrap;
    margin-bottom: 125px;
}
.inner-section article {
    flex-grow: 1;
}
.inner-section article .inner-content {
    padding: 50px 70px;
}
.inner-section figure {
    flex-shrink: 0;
    flex-basis: 750px;
    min-height: 525px;
}
.counter {
    display: flex;
    justify-content: space-evenly;
    text-align: center;
}
.counter li {
    padding: 0 60px;
}
.counter span {
    font-size: 54px;
}
.counter h3 {
    margin: 0;
    font-size: 34px;
}
.counter h3:before {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    margin: 15px auto;
    background-color: #b93330;
}
.bar-callout {
    padding: 130px 0 110px;
    text-align: center;
    font: 24px/1.95 'Oswald-Light';
    background: url(../images/layout/bg-road.jpg) no-repeat top right;
}
.bar-callout .container {
    max-width: 1350px;
}
.bar-callout-alt {
    padding: 70px 0;
    color: #fff;
    background-color: #000;
}
.bar-callout-alt .container {
    max-width: 1650px;
}
.bar-callout-alt .flexbox {
    flex-wrap: nowrap;
    align-items: center;
}
.bar-callout-alt .flexbox > div {
    padding: 0 90px 0 30px;
    border-left: 3px solid #b93330;
}
.bar-callout-alt .flexbox > div:only-child {
    padding: 0 0 0 30px;
}
.bar-callout-alt h2,
.bar-callout-alt h3 {
    margin-bottom: 5px;
}
.bar-callout-alt .btn {
    flex-shrink: 0;
}
.projects-preview {
    padding: 85px 0 40px;
    text-align: center;
}
.projects-preview .container > .flexbox:first-of-type {
    margin: 55px 0 0 -10px;
}
.projects-preview .container > .flexbox:last-of-type {
    margin: 0 -10px 30px;
}
#home #main .projects-preview h2 {
    margin-bottom: 30px;
/*     border: 0; */
    padding: 0;
}
.gallery-box {
    flex: 1;
    flex-basis: 33.33%;
    color: #fff;
}
.gallery-box .img-box {
    display: block;
    height: 425px;
    margin: 12px;
    padding: 25px;
}
.gallery-box .text-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    background-color: rgba(0, 0, 0, .75);
}
.gallery-box .text-box i {
    margin-bottom: 10px;
    font-size: 30px;
}
.testimonials-box {
    position: relative;
    flex-basis: 37.5%;
    align-self: center;
    padding: 75px;
    font: 24px/1.95 'Oswald-Light';
}
.testimonials-box:before {
    content: "\f10d";
    position: absolute;
    top: 10px;
    left: 55px;
    font: 700 36px/1 Font Awesome\ 5 Pro;
    color: #c72127;
}
.testimonials-box > div {
    margin: 0;
}
.testimonials-box .author:before {
    content: "-";
    display: inline-block;
    margin-right: 4px;
}


/*=== FOOTER ===*/
.footer-wrapper {
    height: auto;
    color: #fff;
}
.footer-info {
    padding: 90px 0 50px;
    background-image: url(../images/layout/bg-asphalt-texture-short.jpg);
    background-repeat: repeat-x;
    background-size: inherit;
}
.footer-info:after {
    background: rgba(0, 0, 0, .5);
    opacity: 1;
    visibility: visible;
}
.footer-info .flexbox {
    flex-wrap: nowrap;
    align-items: flex-start;
}
.footer-info .flexbox > div:first-child {
    padding-right: 40px;
}
.footer-info .flexbox > div:nth-child(2) {
    flex-basis: 36%;
    padding-right: 40px;
}
.footer-info .flexbox > div:last-child {
    flex-basis: 690px;
    flex-shrink: 0;
}
.footer-info .logo {
    max-width: 246px;
    margin-bottom: 30px;
}
.footer-info a:hover,
.services-list li:hover {
    color: #c72127;
}
.footer-info .flexbox > div > ul:not([class]) li {
    display: inline-block;
    text-transform: uppercase;
    font: 22px/1.3 'Oswald-Medium';
    color: #c72127;
}
.footer-info .flexbox > div > ul:not([class]) li:not(:last-child):after {
    content: "";
    display: inline-block;
    width: 3px;
    height: 22px;
    margin: -4px 8px 0;
    vertical-align: middle;
    background-color: #c72127;
}
.footer-info .flexbox > div > ul:not([class]) li a:hover {
    color: #fff;
}
.services-list {
    margin-bottom: 55px;
}
.services-list li {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font: 22px/1.3 'Oswald-Medium';
    transition: all 0.3s ease;
}
.services-list li:not(:last-child) {
    padding-right: 15px;
}
.services-list li:not(:last-child):after {
    content: "";
    position: absolute;
    top: 13px;
    right: 2px;
    width: 4px;
    height: 4px;
    background-color: #fff;
}
.contact-list {
    margin-bottom: -30px;
}
.contact-list > li {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    padding-left: 50px;
    vertical-align: top;
}
.contact-list > li:nth-child(odd) {
    padding-right: 25px;
}
.contact-list > li i {
    position: absolute;
    top: 0;
    left: 6px;
    font-size: 30px;
}
.contact-list > li:first-child i {
    left: 10px;
}
.contact-list li li {
    display: inline-block;
}
.contact-list li li:not(:last-child):after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 18px;
    margin: -7px 5px 0 9px;
    vertical-align: middle;
    background-color: #fff;
}
.copyright {
    padding: 16px 0;
    text-align: center;
    background-color: #c72127;
}

/* ------ Photo Gallery ------ */	
.photo-gal {
	text-align: center;
	padding-bottom: 105px;
}
.photo-gal .btn {
	margin-top: 50px;	
}
.photo-box {
	padding: 20px;
}
.photo-box a {
	display: block;
	height: 100%;
	width: 100%;
	opacity: 0;
	position: relative;
}
.photo-box a:after {
	content: attr(data-title);
	display: inline-block;
	width: 100%;
	text-align: center;
	top: 50%;
	left: 0px;
	color: #fff;
	position: absolute;
	font-size: 18px;
}
.photo-box:hover a {
	background-color: rgba(199, 33, 39, 0.8);
	opacity: 1;
}
.photo-box p {
	position: relative;
	top: 50%;
	line-height: 0;
	text-align: center;
}
.grid-item .photo-box img {
	display: none;
}

/* ---- grid ---- */
#photo-gal-container {
	height: 0px;
	overflow: hidden;
}
.grid {
  margin: 0px auto;
  max-width: 100%;
}
/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */
.grid-sizer,
.grid-item { 
	width: 340px; 
}
.grid-item {
	background-attachment: scroll;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 20px;
}
.grid-item--height2 { 
	height: 450px; 
}
.grid-item--height3 { 
	height: 350px; 
}
.grid-item img {
  display: block;
  max-width: 100%;
}

/* ----- Careers / Job listings section ------ */
.job-listings {
	text-align: left;
}
.job-listings h3::after {
	margin: 15px 0 0;
}
.job-listing + .job-listing {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 2px solid #dedede;
}

.story-box .video-link .play-btn {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	top: auto;
	left: auto;
	margin: 0 15px 0 0;
}

/*=== VIDEOS PAGE ===*/
.video-section {
	display: block;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 75px auto 30px;
}
.video-section .video-box {
	display: inline-block;
	vertical-align: top;
	width: 47%;
	text-align: center;
}
.video-box div {
	color: #2f2635;
}
.video-section .video-box:nth-child(2n) {
	margin-left: 2.5%;
}
.video-section .video-box:nth-child(n+3) {
/* 	margin-top: 80px; */
	margin-top: 5%;
}
.video-box .med-heading {
	margin-bottom: 25px;
}
.full-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 90px;
	width: 90px;
	background-color: #000;
	border-radius: 50%;
	opacity: 0.4;
	z-index: 1;
	transition: all 0.25s ease 0s;
}
.play-btn::after {
	content: "";
	display: inline-block;
	height: 0;
	width: 0;
	border-left: 40px solid #c72127;
	border-top: 27px solid transparent;
	border-bottom: 27px solid transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin-left: 5px;
	z-index: 1;
}
a:hover > .play-btn,
a:active > .play-btn {
	opacity: 1;
}