/* General */
h1,
h2,
h3,
h4,
h5,
h6,
.button {
	font-family: 'Roboto', sans-serif;
}

p,
li {
	font-family: 'Lato', sans-serif;
}

h2.slider-text {
	font-size: 4em;
}

.small-text {
	font-size:15px;
}

.bitter-text {
	font-family: 'Bitter', serif;
}

.carousel-caption {
	height: 100%;
}

.btn-cta {
	padding: 10px;
	color: #ffffff;
	background-color: rgba(193, 0, 1, 0.8);
	font-size: 1.2em;
	border-radius: 0;
}

#homebg {
	background-image: url('../img/red-bg.jpg');
}

#aboutbg {
	background-image: url('../img/Home-page-backdrop.jpg');
}

#gridbg {
    background-image: url('../img/grid.png');
    background-repeat: repeat;
    background-size: contain;
    padding-bottom: 45px;
}

#servicesbg {
	background: #000;
}

#servicesbg1 {
	background-image: url('../img/services-backdrop.jpg');
}


#projects strong {
	font-size: 16px;
	margin-bottom:16px;
	font-weight: 600;
}
#projects p {
	font-size: 14px;
	margin-bottom:16px;
	font-weight: 400;
}

#aboutusbg {
	background-image: url('../img/about-us-backdrop.jpg');
}

#careerbg {
	background-image: url('../img/careerbg.jpg');
}



#aboutusbg::before {
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	background-color: rgba(255, 255, 255, .8);
}

h2.QandT-text {
	color: #c10001;
	font-size: xxx-large;
}

h2.weare-text {
	color: #c10001;
	font-size: xxx-large;
}

.break-bg {
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #000000;
	text-align: center;
}

.break-bg p {
	line-height: 1.5;
	/*text-shadow: 0px 2px 10px #000000, 0px 2px 10px #000000;*/
	padding-bottom: 0;
	margin-bottom: 0;
	font-size:24px;
}

html::before {
	content: ' ';
	display: block;
	background-position: top;
	background-size: cover;
	height: 100vh;
	width: 100vw;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: fixed;
	z-index: -10;
}

#contact-info {
	color: #fff;
	font-size: 26px;
	background-color: rgba(141, 0, 1, 0.8);
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-top: 20px;
}

/*.aboutustext {
	font-weight: 600;

}*/

.modal {
	z-index: 2060;
	/* fixes popup overlay */
}

.ongradetext {
    letter-spacing: 5px;
    text-transform: uppercase;
    font-size: 16px !important;
    font-weight: 700;
}

#main-header {
	padding-bottom: 20px;
	background-color: transparent;
	background-image: url("../img/dirt-bottom.png");
	background-size: inherit;
	background-position: left bottom;
	background-repeat: repeat-x;
	height: 20px;
	position: relative;
	z-index: 99;
	top: 20px;
}

#top-header {
	z-index: 1;
	position: relative;
	padding-bottom: 20px;
	background-color: #ffffff;
	background-image: url("../img/dirt-top.png");
	background-position: bottom left;
	background-repeat: repeat-x;
	background-size: cover;
	height: 64px;
}

#first {
	background-image: url("../img/titlebg.png");
	background-position: center;
	background-repeat: repeat;
	background-size: cover;
	background-attachment: fixed;
}

.logo {
	width: 100%;
	max-width: 533px;
	transition: all 500ms;
	-ms-flex-order: 1;
	order: 1;
	display: block;
	margin: 0;
	transform: translate3d(0, 0, 0);
}

#myHeader.header.sticky img.logo {
	max-width: 292px;
	transition: all 500ms;
}

#myHeader.header.sticky .container-fluid {
	position: fixed;
	background: white;
	top: 0;
}

p {
	margin-bottom: 1.6em;
	line-height: 1.7em;
	word-break: break-word;
	word-wrap: break-word;
}

header.header {
	z-index: 2000;
	position: relative;
}

.fixed-top {
	background: #fff;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2);
}

.parallax-container {
	min-height: 100vh;
	width: 100%;
}

/*services css*/


/*.heading1-services {
	font-weight: 600;

}*/

.heading1-text {
	letter-spacing: 8px;
}


.panel-heading {
	font-size: 30px;
}

/*careers*/

.careers-header-text {
	letter-spacing: 5px;
}




/*contact us*/

.contactus-headings {
	color: #ffffff;
}


.contactus-text {
	color: #ffffff;
	width: 100%;
}


#contactusbg {
	background-image: url('../img/contactus-backdrop1.jpg');
}

.button {
	padding-right: 10px;
	padding-bottom: 10px !important;
}

.g-recaptcha {
	padding-left: 45px;
}


/* ***************************** @media ***************************************** */

@media (max-width: 991px) {
	h2.slider-text {
		font-size: 1em;
	}

	.carousel-caption {
		text-transform: uppercase;
		height: 90%;
	}

	.btn-cta {
		padding: 5px !important;
		color: #ffffff !important;
		background-color: rgba(193, 0, 1, 0.8) !important;
		font-size: 1em !important;
		border-radius: 0;
	}
}

@media (min-width: 1880px) {
	#offsetxl {
		margin-left: 8.33333333%;
	}
}