/* Colors 
	#BE0000 - Main Theme red
	#2C2C2C - Footer Dark grey / Main text color

	Dev Link https://xd.adobe.com/spec/6c60457b-e90a-41f1-50c5-baa774391073-1a51/
*/

html {
  scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
   	font-family: 'Karla', sans-serif;
}

img {
	width: 100%;
	height: auto;
}

p, li, a {
	font-size: 16px;
    line-height: 25px;
	color: #292929;
	outline: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0;
	font-family: 'Karla', sans-serif;
}

h2 {
	font-family: 'Karla', sans-serif;
	font-size: 30px;
	text-transform:uppercase;
	font-weight:600;
}

strong {
    font-weight: 800;
}

a:link, a:visited, a:hover, a:active  {
	text-decoration: none;
	border-bottom: none;
	outline: none;
	color:inherit;
	outline: 0;
}
.row{
	margin-left:0;
	margin-right:0;
}

/* Header-Navbar */

header{
	position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99999;
}

.mobi-logo{
	display:none;
}

.mobi-service{
	display:none;
}

.mobi-only{
	display:none;
}

.mobi-ready-img{
	display:none;
}

.mobi-timeline-logo, .mobi-timeline-img2, .mobi-timeline-multi-img{
	display:none;
}

.mobi-materials{
	display:none;
}

.logo{
	width:70%;
	padding-top: 5px;
}

.nav-line{
	border-top:1px solid #BE0000;
	margin:10px 0;
}

.custom-list>li>a {
	color: #fff;
	padding-bottom: 3px;
	border-bottom: 3px solid transparent;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.custom-list>.active>a, .custom-list>.active>a:focus {
    color: #fff;
    background-color: transparent;
    padding-bottom: 3px;
    border-bottom: 3px solid #fff;
}

.custom-list>li>a:focus, .custom-list>li>a:hover {
    color: #BE0000!important;
	background-color: transparent;
	border-color: #BE0000;
	transition: 0.5s;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>.active>a {
    color: #BE0000;
    background-color: transparent;
}

.navbar-nav {
    float: none;
    margin: 0;
    text-align: right;
	padding-left: 4%;
}

.navbar-nav p{
	color:#fff;
	margin-top: 10px;
}

.navbar-nav>li>a {
    margin: 5px 0 10px 5em;
	color:#fff;
}

.nav-info a:hover{
	color:#BE0000;
	transition: 0.5s;
}

.custom-list li {
	float: left;
	padding: 0 3em;
}

.float-r{
	float:right;
}

.float-l{
	float:left;
}

.container-fluid {
	padding-right: 0;
	padding-left: 0;
}

.header .col-md-2, .header .col-md-10, .header .navbar-collapse{
	padding:0;
}

/* Buttons */

/* .btn-primary:link , */
.btn-primary:visited, .btn-primary:hover, .btn-primary:active  {
	background-color:transparent;
	color:#fff;
}

/* .btn-primary.btn-contact:link , */
.btn-primary.btn-contact:visited, .btn-primary.btn-contact:hover, .btn-primary.btn-contact:active  {
	background-color:#BE0000;
	color:#fff;
}

/* .services-lwys .btn-primary.btn-contact:visited,  */
.services-lwys .btn-primary.btn-contact:hover, .services-lwys .btn-primary.btn-contact:active  {
	background-color:#fff;
	color:#BE0000;
}

.btn-primary.btn-contact-grey:hover, .btn-primary.btn-contact-grey:active, .btn-primary.btn-contact-inv:focus  {
	background-color:#fff;
	color:#2C2C2C;
}

.btn-primary.btn-contact-inv:hover, .btn-primary.btn-contact-inv:active, .btn-primary.btn-contact-inv:focus {
	background-color:#BE0000;
	color:#fff!important;
}

.btn-primary.btn-headers:visited, .btn-primary.btn-headers:hover, .btn-primary.btn-headers:active  {
	background-color:#BE0000;
}

.btn-primary.btn-contact-inv:visited{
	background-color:transparent;
} 

.btn-primary{
    font-size: 16px;
	text-align:center;
	border:0;
	border-radius:0;
	padding:5px 25px;
}

.btn-contact{
	color:#fff!important;
	background-color:transparent;
	margin-top:20px;
	border:3px solid #BE0000!important;
	border-radius:12px;
}

.btn-contact-inv{
	color:#BE0000!important;
	background-color:transparent;
	margin-top:10px;
	border:3px solid #BE0000!important;
	border-radius:12px;
}

.btn-headers{
	color: #fff!important;
    background-color: transparent;
    border: 5px solid #BE0000!important;
    border-radius: 40px;
    padding: 10px 30px;
    margin: 0 auto;
    display: block;
    width: 25%;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    position: absolute;
    bottom: 8%;
    left: 0;
    right: 0;
}

/* Home */

.home-head{
	position:relative;
	background:url("/images/home/home-header.jpg") no-repeat center center/cover;
	height:800px;
	padding: 18% 0 0;
}

.head-info h1{
	color:#fff;
	text-transform:uppercase;
	font-size:40px;
}

.head-info h2{
	color: #fff;
    font-size: 53px!important;
    font-weight: 600;
}

.head-info p{
	color:#fff;
	font-size:20px;
}

.materials-transport{
	text-align:center;
	padding: 8% 0;
}

.who-info {
    width: 80%;
    margin: 0 auto;
}

.who-info p{
	padding-bottom: 3%;
}

.line{
	border-top:3px solid #BE0000;
	position:relative;
	display:block;
	margin: 15px auto 20px;
	width: 6em;
}

.materials{
	margin:4% 0;
}

.suppliers{
	background-color:red;
	padding: 5% 0;
}

.suppliers h2, .suppliers .fa-li{
	text-transform:uppercase;
	color:#fff;
}

.suppliers h2 {
    margin-bottom: 1.5em;
}

.suppliers li {
    color: #fff;
	padding-bottom: 0.5em;
	text-transform: uppercase;
	line-height: 30px;
}

.boompump-info {
    width: 80%;
}

.truck-images .col-md-4, .truck-images .col-md-5, .truck-images .col-md-7{
	padding:0;
}

.lil-trucks img{
	padding:0 0 2% 2%
}

.hcwhy{
	padding:4% 0;
	text-align:center;
}

.tfe{
	color: #BE0000;
    font-weight: 600;
    font-size: 22px;
}

.hcwhy-p {
	font-size:20px;
	padding: 0 7%;
}

.hcwhy-info a:hover {
    font-weight: 600;
}

.hcwhy-info p, .hcwhy-info a {
	font-size:23px;
}

.hcwhy-info{
	padding:4% 0;
}

/* Materials Slider */

.services-materials .materials-text{
	line-height:500px;
}
.services-materials .materials p{
	font-size:3em;
}

.bricks-box{
	background:url("https://via.placeholder.com/220x370.jpg") no-repeat center center/cover;
}

.grass-box{
	background:url("https://via.placeholder.com/220x370.jpg") no-repeat center center/cover;
}

.paving-box{
	background:url("https://via.placeholder.com/220x370.jpg") no-repeat center center/cover;
}

.sand-box{
	background:url("https://via.placeholder.com/220x370.jpg") no-repeat center center/cover;
}

.cement-box{
	background:url("https://via.placeholder.com/220x370.jpg") no-repeat center center/cover;
}

.materials {
		cursor:pointer;
		position: relative;
		display: block;
	}


/* About Us */
.other-head{
	position:relative;
	background:url("https://via.placeholder.com/1920x400") no-repeat center center/cover;
	height:400px;
}

.other-head{
	background:url("/images/about-us/about-header.jpg") no-repeat center center/cover;
}

.other-head-info{
	height:400px;
}

.services-head h1, .services-head h2{
	color:#BE0000;
	font-size:40px;
	text-transform:uppercase;
	font-weight: 600;
	margin-bottom: 0.5em;
}

.services-head .fa-ul{
	margin-left: 2em;
}

.services-head p {
    margin-bottom: 2em;
}

.aboutus{
	padding:5% 0;
}

.aboutus h2{
	text-transform:none;
	text-align:center;
	margin: 2% 0 4%;
	font-weight:100;
	font-size: 26px;
}

.continue-legacy{
	padding:5% 10%;
	text-align:center;
	background:url("/images/about-us/1.jpg") no-repeat center center/cover;
	color:#fff;
}

.continue-legacy h2{
	font-weight: 100;
    font-size: 40px;
    margin-bottom: 10px;
}

.continue-legacy p{
	color:#fff;
	font-size:20px;
}

/* Timeline */

/* .aboutus {

} */


.right-line {
	border: 0;
	clear:both;
	display:block;
	width: 46%;               
	background-color:#CCD1D9;
	height: 1px;
	position:absolute;
}

.line-down-l{
    border: 0;
    clear: both;
    display: block;
    width: 1px;
    background-color: #CCD1D9;
    height: 30px;
    position: absolute;
    left: 55px;
}

.line-down-r{
    border: 0;
    clear: both;
    display: block;
    width: 1px;
    background-color: #CCD1D9;
    height: 30px;
    position: absolute;
    right: 55px;
}

/* Services */

.services .container-fluid{
	padding:0;
}

.services-header{
    background-image: url(/images/services/service-header.jpg);
}

.services-head{
	padding: 5% 0;
	margin-bottom: 2%;
}

.services-head h1 {
    text-align: left!important;
}

.services-lwys{
	padding: 10% 0;
	text-align:center;
	background:url("/images/services/2.jpg") no-repeat center center/cover;
	color:#fff;
	position: relative;
}

.services-lwys p {
    width: 50%;
    margin: 0 auto;
    color: #fff;
}

.services-lwys h2{
	font-weight: 100;
    font-size: 70px;
    text-transform: none;
}

.services-lwys .btn-contact{
    background-color: #BE0000;
    border-radius: 0;
	border:3px solid #BE0000;
	padding:7px 25px;
}

.services-lwys .btn-contact:hover{
    background-color: #fff;
	border:3px solid #fff!important;
	color:#BE0000!important;
}

.reliable-partner{
	background-color:#BE0000;
	padding:2% 0;
}

.reliable-partner .btn-contact {
    float: right;
	margin-top: 0;
	background-color: #2C2C2C!important;
	border-radius:0;
}

.reliable-partner .btn-contact:hover {
	color:#2C2C2C!important;
	background-color:#fff!important;
	transition: 0.5s;
}

.reliable-partner .col-md-12{
	padding:0;
}

.reliable-partner p{
	color:#fff;
	margin-bottom:0;
	font-size:25px;
	line-height: 32px;
}

.ready-img {
	width: 42em;
    position: absolute;
    right: 0;
}

.btn-contact-grey{
	background-color:#2C2C2C;
	color:#fff;
	float:right;
	border-radius:0;
	padding: 7px 25px;
}

.overlay{
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	opacity:0.3;
	background-color: #292929;
}

/* Contact */

.contact-header{
	background:url("/images/contact-us/contact-header.jpg") no-repeat center center/cover;
}


.contactus {
    padding: 5% 0 2%;
}

.contact-headers{
	padding:0 16%;
}

.contact-headers h2 {
    font-size: 23px;
    text-transform: none;
    font-weight: 100;
    text-align: center;
    margin-top: 3%;
}

.contactus h1 {
	text-align: center;
	color: #BE0000
}

.contactus h3{
	text-transform:none;
}

.contact-form{
	padding: 2% 8% 3%;
}

.contact-form input, .msg-input{
	width:100%;
	font-size:21px;
	padding:20px;
    border: 1px solid #707070;
    border-radius: 16px;
	outline:0;
}

.contact-form label{
	font-weight: 100;
    font-size: 17px;
    margin-top: 20px;
}

.contact-line{
	color:#707070;
	margin: 8% 0 6%;
	border-top: 1px solid #707070;
}

.contactus .btn-contact-inv{
	width: unset;
    padding: 5px 25px;
    font-size: 16px;
    border-radius: 12px;
}

/* .contact-input{

} */

.msg-input{
	height:300px;
	resize:vertical;
	min-height: 4em;
    max-height: 10em;
}

.error {
	margin-top: 2%;
	padding: 10px;
	background-color: #BE0000;
	color: #fff;
	display: none;
}

.output {
	margin-top: 15px;
	padding: 10px;
	background-color: #2C2C2C;
	color: #fff;
	display: none;
}

#email2 {
	display: none;
}

.team .col-md-6{
	margin-bottom:4%;
}

.team h2 {
	color:#BE0000;
	font-size:25px;
	margin-bottom: 10px;
}

/* .team h3 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 5%;
} */

.team .col-md-5 {
    margin-bottom: 4em;
}

.team a, .team p{
	margin-bottom: 5px;
	font-size:18px;
}

.fa, .fas {
    font-weight: 900;
    font-size: 36px;
    margin-left: 20px;
}

#map{
	width:inherit;
	height:inherit;
}

.mobile-map{
	height:615px;
	width:100%;
}

/* Footer */
.footer{
	background-color:#2C2C2C;
	border:1px solid #707070;
	padding:2% 0;
}

.footer p {
    color: #fff;
    margin-bottom: 0;
}

.no-pad{
	padding:0;
}

.popup-logo{
	width:50%;
}

.map-popup-window{
	text-align:center;
}

.custom-list{
	float:right;
}

.test{
	position:relative;
}

.copyright a:hover{
	color: #BE0000;
	transition: 0.5s;
}