﻿/***** BEGIN RESET *****/

*{
    margin:0;
    padding: 0;
}




table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
} 

/*-------- COLORS --------

*/

/***** END RESET *****/
::-moz-selection {
    background: #000; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- UNIVERSAL STYLES --------*/
section{
    padding: 75px 40px;
}

button{
    border: none;
    background-color: #ffcd11;
    border: 1px solid #ffcd11;
    transition:.25s;
    border-radius: 30px;
}

button:hover{
    background-color: white;
    color: black;
    border: 1px solid #707070;
}

button a{
    color: #000;
    padding: 15px 25px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 5px;
    transition:.25s;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

button:hover a{
    color: black;
}

.secondary-btn{
    background-color: #fff;
    transition:.25s;
    border: 1px solid #707070;
}

.secondary-btn:hover{
    background-color: #ffffff75;
    color: black;
}

.secondary-btn a{
    color: #000;
}

.secondary-btn:hover{
    background-color: #ffcd11;
    border: 1px solid #ffcd11;
    
}

.secondary-btn:hover a{
    color: #000;
}

.outline-light{
    border: 1px solid #fff;
    background-color: transparent;
}
.outline-light a {
	color: #fff;
}

/*-------- IMAGES WIDTH --------*/

.section-1 img, .section-2 img{
    width: 100%;
}

/*-------- FLEX STYLES --------*/
.flexy{
    display: flex;
    gap: 25px;
}

.col-2{
    width: 50%;
}

.col-2-lrg{
    width: 60%;
}

.col-2-sml{
    width: 40%;
}

.col-3 {
    width: 33.33%;
}

.col-4{
    width: 25%;
}




/*-------- BODY STYLES --------*/

body {
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
}

h1{
    font-size: 52px;
    font-weight: 500;
    line-height: 60px;
}

h2{
    font-size: 36px;
    font-weight: 500;
    line-height: 45px;
}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{
    border:#ffcd11 3px solid;
    width: 50px;
}


.red-bold{
    color: #000;
    font-weight: 700;
}

.yellow-bold{
    color: #ffcd11;
    font-weight: 700;
}

.drk-blue{
    font-weight: 700;
    color: #21212D;
}


/*--------HOME STYLES--------------------*/
.home-cover{
    padding: 75px 40px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    background-image: url("/siteart/excavator-row.jpeg");
    background-position: center;
    background-size: cover;
}

.hexagon-container{
    background-color: #fff;
    padding: 50px;
    clip-path: polygon(100% 0, 100% 74%, 82% 100%, 0 100%, 0 0);
    display: flex;
    flex-direction: column;
    gap: 50px;
    width: 40%;
}

.cover{
    background-image: linear-gradient(90deg, rgba(33,33,45,1.0) 0%, rgba(33,33,45,1.00) 100%), url("/siteart/blue-background.jpg");
    background-position: top;
    background-size: cover;
    background-blend-mode: multiply;
    color:#fff;
    padding: 100px 40px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.thankyou-cover{
    padding: 150px 40px;
}

.quality-section{
    padding: 0px;
}

.quality-col{
    padding: 75px 50px;
    align-self: center;
}

.quality-col button{
    margin-top: 50px;
}

.grey-background{
    background-image: url("/siteart/shape-2.png");
    background-size: cover;
    background-position: left bottom;
    padding: 50px;
}

.transporter-image{
    margin-left: -75px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.transporter-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-1{
    padding: 0px;
}

.section-1 .col-2:first-of-type{
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 50px;
}

.section-1-right {
    position: relative;
    background-image: url("/siteart/shape-2.png");
    background-position: left bottom;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px;
}


/*
.section-1-right .image-container{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    overflow: hidden;
    width: 500px;
}
    */

/*
.section-1-right .image-container{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: -50px;
    margin: auto;
    height: 80%;
    width: 100%;
    overflow: hidden;
}

*/

.section-1-right .image-container {
    width: 402px;
    height: auto;
    object-fit: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -50px;
    /* overflow: hidden; */
}

.section-1-right img {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
    /* overflow: hidden; */
}



.grey-background svg{
    height: 430px;
    width: 100%;
}

.grey-background path{
    /* fill: #F1F1F1 !important; */
    width: 100%;
}

.section-2{
    background-image: linear-gradient(90deg, rgba(33,33,45,1.0) 0%, rgba(33,33,45,1.00) 100%), url("/siteart/blue-background.jpg");
    background-position: top;
    background-size: cover;
    background-blend-mode: multiply;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.button-containers{
    justify-content: flex-end;
}

.section-2 .col-3{
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.title-section-2{
 justify-content: space-between;
 align-items: center;
}

.search-section{
    align-items: center;
    background-color: #ffcd11;
    color: #000;
}

.section-3{
padding: 0px;
}

/*--------SEARCH FORM--------------------*/

.search-bg{
}

.search-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    border-radius: 25px;
    padding: 15px 25px;
}

input#text-box{
    width: 85%;
    border: none;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #BBBBBB;
}

input#text-box:focus{
    outline: none;
}

.search-btn{
    font-family: "Manrope", sans-serif;
    background-color: transparent;
    border: transparent;
}

.search-btn:hover{
    background-color: none;
    border: none;
}

.search-btn i{
    color: #000;
    font-size: 18px;
}

/*--------FORM STYLES--------------------*/
.include-captcha{display:none;}

.CaptchaMessagePanel{
    color: #fff;
}

.CaptchaPanel{
    text-align: left !important;
}

.CaptchaWhatsThisPanel a{
    color: #fff;
}

img#CaptchaImage{
    width: 50%;
}

.form-container{
    background-color: #21212D;
    padding: 50px;
}

#formpage{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 20px;
}
.form-field-flex{
    display: flex;
    justify-content: space-between;
    gap: 25px;
}

.form-field-flex input{
    border:none;
    border-bottom: 2px solid #8B8B8B25 !important;
    background-color: transparent;
    padding: 10px 10px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    width: 100%;
}

.form-field-flex input[type="text"], .form-field-flex input[type="email"],.form-field-flex input[type="textarea"]{
    color: #fff;
    font-family: "Poppins", sans-serif;
}

.form-field-flex input::placeholder, #formpage textarea::placeholder{
    color: #fff;
}

#formpage textarea{
    border:none;
    color: #fff;
    border-bottom: 2px solid #8B8B8B25 !important;
    background-color: transparent;
    padding: 10px 10px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

input:focus{
    outline: none;
}

textarea:focus{
    outline: none;
}

.submit-button{
    background-color: #ffcd11;
    border: 1px solid #ffcd11;
    color: #000 !important;
    padding: 15px 25px;
    border-radius: 30px;
    align-items: center;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    transition: .25s;
    font: 13.33px;
    cursor: pointer;
}

.submit-button:hover{
    background-color: #fff;
    border: 1px solid #000;
    color: #000 !important;
}

div#submit-btn{
    margin-top: 25px;
}

.button button{
    padding: 15px 25px;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    cursor: pointer;
}

.button button:hover{
    color: #000;
}

/*-------- CONTACT STYLES --------*/

.google-maps{
    
}

/*-------- FOOTER STYLES ----------------*/
footer{
background-color: #21212D;
color: #fff;
font-family: "Poppins", sans-serif;
}

footer ul{
    list-style-type: none;
}

footer a{
    color: #fff;
}

footer i{
    background-color: #ffcd11;
	color: #000;
    padding: 10px 8px;
    font-size: 11px;
}

.top-footer{
    display: flex;
    justify-content: space-between;
    gap: 25px;
    padding: 60px 40px 25px;
}

.left-footer{
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 35%;
}

.left-footer ul{
    display:inline-flex;
    flex-direction: column;
    gap: 20px;
}

.left-footer ul li a{
    display: flex;
    align-items: center;
    gap: 15px;
}

.logo-container{
    font-size: 20px;
}

.right-footer{
    display: flex;
    justify-content: space-between;
    gap: 50px;
    align-items: flex-start;
}

.right-footer span{
    font-weight: 700;
    font-size: 18px;
}

.right-footer ul li{
    line-height: 38px;
}

.right-footer button a {
	color: #000;
}

.bottom-footer{
    text-align: center;
    padding: 10px 40px;
    font-size: 12px;
}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/


.body-wrapper{
padding: 50px 40px;
font-family: "Poppins", sans-serif !important;
}

.body-wrapper section{
    padding: inherit;
    
}

.body-wrapper p.disclaimer{
    font-size: 12px;
}

a.view-listing-details-link.des-view-listingDetails{
    background-color: #ffcd11;
	color: #000
}

a.view-listing-details-link.des-view-listingDetails, a.email-seller.des-email-seller.collapsible-contact-list-item,a.video-chat.des-video-chat.collapsible-contact-list-item{
    border-radius: 30px;
    padding: 15px 25px;
    font-weight: 600;
    font-size: 13.33px;
}

a.email-seller.des-email-seller.collapsible-contact-list-item{
    background-color: #21212D;
}

a.video-chat.des-video-chat.collapsible-contact-list-item{
    background-color: #21212D;
}

.grouped-faceted-header{
    background-color: #21212D !important;
    font-weight: 600 !important;
}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label{
    display: flex;
    gap: 8px;
    align-items: center;
}

.faceted-search-content .faceted-section-box .faceted-search{
    border-radius: 30px;
    padding: 15px 25px;
    font-weight: 600;
    font-family: "Poppins", sans-serif !important;
    background-color: #ffcd11;
	color: #000 !important;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 25px !important;
}

.faceted-search-content .selected-facets-container .selected-facet{
    border-radius: 30px !important;
    padding: 10px 20px;
    font-weight: 600 !important;
    font-family: "Poppins", sans-serif !important;
    background-color: #ffcd11 !important;
	color: #000 !important;
}

.list-content .list-error-container .info button:not(.login-button){
    font-family: "Poppins", sans-serif !important;
    background-color: #ffcd11 !important;
    border-radius: 30px !important;
    text-transform: lowercase !important;
    padding: 14px 50px !important;
}

/*---------- RESPONSIVE STYLES ----------*/


@media only screen and (max-width: 1200px) {

}

@media only screen and (max-width: 925px){
    .quality-section{
        flex-direction: column;
    }

    .quality-section>div{
        width: inherit;
    }

    .transporter-image{
        margin-left: auto;
        margin-top: -100px;
    }
}

@media only screen and (max-width: 820px){

}

@media only screen and (max-width: 750px) {
    .flexy{
        flex-direction: column !important;
    }
    
    .col-2, .col-3, .col-4, .col-2-sml, .col-2-lrg, .hexagon-container, .left-footer{
        width: inherit !important;
    }
    
    .no-break{
        display: none;
    }

    .top-footer{
        flex-direction: column;
        gap: 50px;
        padding-bottom: 50px;
    }

    .title-section-2{
        align-items: flex-start;
    }
}

@media only screen and (max-width: 500px) {
    h1{
        font-size: 34px;
        line-height: 42px;
    }

    h2{
        font-size: 28px;
        line-height: 36px;
    }

 .form-field-flex{
        flex-direction: column;
    }

    .form-field-flex input{
        width: inherit;
    }

    div#captcha{
        width: inherit;
    }

    .quality-col button{
        margin-top: 25px;
    }

    .right-footer{
        flex-direction: column;

    }

    .nav-footer{
        text-align: left;
    }

}

@media only screen and (max-width: 375px) {
    h1{
        font-size: 22px;
        line-height: 30px;
    }
    
    h2{
        font-size: 22px;
        line-height: 28px;
    }

    .home-cover, .cover{
        padding: 50px 25px;
    }

    .thankyou-cover{
        padding: 50px 25px;
    }

    .hexagon-container{
        padding: 25px;
        gap: 25px;
    }

    section, .top-footer{
        padding: 50px 25px;
    }

    .bottom-footer{
        padding: 10px 25px;
    }

    .quality-section>div{
        padding: 50px 25px;
    }
	
}


@media only screen and (min-width:768px) and (max-width: 1130px) {
	
}



@media only screen and (min-width: 768px) {
	
}



