:root {
    --green: #4c9e45;
}

* {
    font-family: Roboto, sans-serif;
}

body {
    background-color: #f2f2f2;
    font-family: Roboto, sans-serif;
    box-sizing: border-box;
}

.halfPad {
    padding: .25em;
    font-size: 13pt;
}

.quoteBTN, .callBTN {
    display: block;
    width: 100%;
    height: 50px;
}

.quoteBTN {
    padding: .5em 1em;
    background-color: #4c9e45;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    border-radius: 15px;
    text-decoration: none;
}

.callBTN {
    padding: .5em 1em;
    background-color: black;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    border-radius: 15px;
    text-decoration: none;
}


.callBTN img {
    padding: 0;
    width: 35px;
    height: 35px;
    display: inline-block;
    margin-right: 15px;
    position: relative;
    top: -2px;
}

.featured_section_inside p.btnHolder {
    text-align: center;
}

.pad {
    padding: .5em;
}

.pad1 {
    padding: 1em;
}

.pad2 {
    padding: 2em;
}

.padtb {
    padding: .5em 0;
}

.pad1tb {
    padding: 1em 0;
}

.pad1-2tb {
    padding: 1.5em 0;
}

.pad2tb {
    padding: 2em 0;
}

.pad2-2tb {
    padding: 2.5em 0;
}

.pad3tb {
    padding: 3em 0;
}

.padlr {
    padding: 0 .5em;
}

.pad1lr {
    padding: 0 1em;
}

.pad1-2lr {
    padding: 0 1.5em;
}

.pad2lr {
    padding: 0 2em;
}

.pad2-2lr {
    padding: 0 2.5em;
}

.pad3lr {
    padding: 0 3em;
}

.autoM {
    margin: auto;
}

.centerT {
    text-align: center;
}

p {
    font-size: 15pt;
}

.desk {
    display: block;
}

.mob {
    display: none;
}

.noMarg {
    margin: 0;
}

.noPad {
    padding: 0
}

.navM .nav-item {
    padding: 0;
}

.nav-item {
    padding: 0 .5em;
    text-align: center;
    margin: auto;
}

.phone-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    align-content: flex-end;
    text-align: right;
    justify-content: flex-end;
}

.phone-links a {
    font-size: 15px!important;
}

.phone-links .nav-link {
    padding: 0!important;
    width: fit-content;
    margin-left: auto;
}


.nav-link {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase
}

.powered {
    color: red;
    text-transform: uppercase;
    font-weight: 600;
}

.bg-body-tertiary {
    background-color: #f2f2f2 !important;
}

.bg_color {
    background-color: #000;
}

.normalP {
    text-align: left;
    padding: .5em !important;
}

.navbar-toggler-icon {
    width: 1em;
    height: 1em;
}

.featured_section {
    position: relative;
}

.featured_section h2 {
    padding: 8px 20px;
    background-color: var(--green);
    border-radius: 2px;
    width: fit-content;
    margin: 0 auto 20px auto;
    color: white;
    font-family: 'Oswald', sans-serif;;
}

/*.featured_section::before {*/
/*    content: "Featured Products";*/
/*    position: absolute;*/
/*    top: -4%;*/
/*    left: 50%;*/
/*    transform: translate(-50%);*/
/*    background-color: #4c9e45;*/
/*    color: #fff;*/
/*    padding: .5em 1em;*/
/*    font-size: 18pt;*/
/*    border-radius: 15px;*/
/*    z-index: 2;*/
/*}*/
.featured_section {
    background: black;
}

.featured_section_inside {
   background: url('/img/featured_section_bg.png');
    background-size: cover;
}

.featured_section_inside .container-fluid {
}

.featured_section_inside .d-flex {
    justify-content: space-between;
    padding: 0;
    align-items: flex-start;
    flex-wrap: wrap;
}

.featured_section .carousel-inner {
    position: relative;
}

.featured_section_inside .container-fluid.pad2 {
    padding: 0 20px 60px 20px;
}

.featured_section_inside .container-fluid > .row {
    background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url('/img/grid-bg.png');
    background-position: center;
    background-repeat: repeat;
    background-clip: border-box;
    display: grid;
    grid-template-columns: minmax(255px, 430px) minmax(380px, auto) minmax(220px, 285px);
    /*
    338px 220px
     */
    padding: 8px;
    max-width: 1800px;
    margin: auto;
}
.featured_section_inside .container-fluid > .row [class^="col"] {
    width: 100%;

}

.featured_section_inside .container-fluid > .row .col-sm-3:first-of-type h3 b,
.featured_section_inside .container-fluid > .row .col-sm-3:first-of-type h4{
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
}
.featured_section_inside .container-fluid > .row .col-sm-3:first-of-type h1,
.featured_section_inside .container-fluid > .row .col-sm-3:first-of-type h1 b {
    font-family: 'Oswald', sans-serif;
    margin: 15px 0 20px!important;
    font-size: 28px;
    font-weight: bolder;
}

.lower-details h2, .lower-details h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 28px;
}

.featured_section_inside .container-fluid > .row .col-sm-3 h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
}

.lower-details p,
.featured_section_inside .container-fluid > .row .col-sm-3 p {
    padding: 0.5em 0;
    font-size: 20px;
}

.featured_section_inside .container-fluid > .row .col-sm-3:last-of-type {
    height: 100% !important;
    border-radius: 8px;
}

.featured_section_inside .container-fluid > .row .col-sm-3:last-of-type h4 u {
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
}

.featured_section_inside h1, .featured_section_inside h5, .featured_section_inside h3 {
    color: #000;
    font-family: 'Oswald', sans-serif;
}

.featured_section_inside p, .featured_section_inside h4 {
    text-align: left;
}

.featured-slider {
    padding-bottom: 30px;
}

.featured-item, .deal-item {
    background: linear-gradient(#4c9e45, #59b750);
    min-height: 460px;
    height: 100%;
    margin: 0 10px;
    position: relative;
}

.product-item-flex {
    height: 100%;
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 100%;
}

.product-caption {
    padding: 15px;
    position: initial;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    color: #000;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex: 0 1 calc(100% - 180px);
}

.featured_section .featured-slider .btn {
    margin: auto 15px 15px 15px;
    text-align: center;
    width: calc(100% - 30px);
    background-color: black;
    color: white;
}

.featured_section .featured-item img,
.deal-item img {
    height: 180px;
    width: 100%;
    background-color: white;
    flex: 0 0 180px;
    object-fit: contain;
}

.featured_section h3 {
    font-family: 'Oswald', sans-serif;
    margin-bottom: 8px;
    color: white;
    font-size: 24px;
}

.featured_section .featured-item p,
.deal-item p {
    margin: 0 0 15px 0;
    padding: 0;
    color: white;
    line-height: 1.2;
    font-size: 14px;
}

.grey {
    background-color: #eeeeee;
}

.black {
    background-color: #000;
}

.black h2,
.black h3,
h3.black,
p.black {
    color: #fff;
}

.featured_section .btn {
    background-color: #4c9e45;
    color: #fff;
    padding: .5em 1em;
    border: none;
    text-transform: uppercase;
    text-align: left;
}

.featured_section .more {
    background-color: transparent;
    color: #fff;
    text-decoration: underline;
    text-transform: uppercase;
}


.card {
    border: none;
}

.card-text {
    font-size: 12pt;
}

.newWidth {
    background-color: #fff;
    width: 32%;
    margin: .5em;
}

.slide {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.odd {
    background-color: #dfdfdf;
    padding: 1em;
}

.even {
    background-color: #ececec;
    padding: 1em;
}

.our_partners {
    background-color: white;
}

.our_partners h3 {
    font-family: 'Oswald', sans-serif;
}

.our_partners p {
    font-size: 15pt;
}

.our_partners .d-flex {
    justify-content: space-evenly;
}

.our_partners img {
    height: 138px;
    object-fit: contain;
    margin: auto;
}

/*######################### SECTION TESTIMONIALS #############################*/
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Slider */
.slick-loading .slick-list {
    background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -60px;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -60px;
}

.slick-prev:before {
    content: url('/img/left_testimonial_arrows.png');
}

[dir="rtl"] .slick-prev:before {
    content: url('/img/right_testimonial_arrows.png');
}

.slick-next {
    right: -45px;
}

[dir="rtl"] .slick-next {
    left: -45px;
    right: auto;
}

.slick-next:before {
    content: url('/img/right_testimonial_arrows.png');
}

[dir="rtl"] .slick-next:before {
    content: url('/img/left_testimonial_arrows.png');
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: url('/img/white_ellipse.png');
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    content: url('/img/yellow_ellipse.png');
    color: black;
    opacity: 0.75;
}

.testimonials {
    background-image: url('/img/Testimonials.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.testimonials h3 {
    color: #fff;
}

.testimonials__button {
    background: #e2d28f;
    color: white;
    border: 1px solid #668259;
    padding: 4px;
    text-align: center;
    width: fit-content;
    margin: 1rem auto;
}

.testimonials__stars {
    color: #e2d28f;
    font-size: 2.5rem;
    display: flex;
    justify-content: center;
}


.testimonials__item {
    background: white;
    padding: 1rem 1rem 1rem 1rem;
    position: relative;
    font-family: "Palatino Linotype", "Times New Roman", serif;
    font-size: 1.2rem;
    /* border-radius: 30px; */
    color: #000;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 32%;
}

.testimonials__slider .slick-dots li button:before {
    font-size: 1rem;
    color: white;
    opacity: 0.9;
}

.testimonials__slider .slick-dots li.slick-active button:before {
    color: white;
}

.testimonials__cite {
    text-align: center;
}

/* .testimonials__item:before {
  content: 'Satisfied Customers';
  color: white;
  background-color: #800000;
  position: absolute;
  top: -1.5rem;
left: 4rem;
font-size: 1.5rem;
padding: 0.25rem 1rem;
border-radius: 8px;
} */

.testimonials h2 {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

footer {
    background-color: #000;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer .d-flex {
    justify-content: center;
    /* align-items: center; */
}

footer ul {
    list-style-type: none;
    text-align: left;
    font-size: 15pt;
}

footer p {
    color: #fff;
}

footer .copyrights p {
    font-size: 10pt;
}

.foot_row_width {
    width: 15%;
}


/* fonts */

/* Roboto */

/* header = Roboto Slab */

/* testimonials = myriad pro */

/* footer copy right = myriad pro */
.secondary_nav {
    background-color: #4c9e45 !important;
    font-weight: 600;
    border: none;
    padding: 0;
}

.dropdown-menu {
    --bs-dropdown-link-hover-bg: inherit;
}

.secondary_nav .nav-link {
    color: #fff;
    font-weight: 400;
}

.secondary_nav .nav-link:focus {
    color: #fff;
}

.secondary_nav .dropdown-toggle::after {
    color: #373435;
}

.secondary_nav .dropdown-menu, .dropdown-menu:hover {
    background-color: #5f5f5f;

}

.secondary_nav .dropdown-menu .btn, .secondary_nav .dropdown-menu .dropdown-item {
    color: #000;
    font-weight: 600;
}

.secondary_nav .dropdown-menu {
    background-color: #373435;
}

.secondary_nav .dropdown-menu .dropdown-item:hover {
    background-color: #fff;
}

.dropdown-divider {
    border-color: #fff !important;
}



.n_line {
    display: none;
}


.navbar-nav .dropdown-menu {
    background-color: #fff;
}

.navbar-nav .dropdown-menu:hover {
    background-color: #fff;
}

.navbar-nav .dropdown-item {
    color: #000;
    font-weight: 600;
}

.card-body {
    background-color: #000;
    width: 300px;
}

.leftT {
    text-align: left;
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
    border: none;
    color: #fff;
    font-weight: 600;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

.container-fluid {
    --bs-gutter-x: 0;
}

.n-flex {
    display: flex !important;
}

.portfolio__item--video {
    box-sizing: border-box;
    padding: 1rem;
}

.portfolio__item--web, .portfolio__item {
    background: none;
    padding: 0;
    margin: 0;
    width: 100%;
    float: left;
}

.portfolio__item {
    background: whitesmoke;
    padding: 1rem;
    margin: 1rem auto;
    display: block;
}

.responsive-image img {
    display: block;
    width: 100%;
    height: auto;
}

.responsive-iframe {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}

.responsive-iframe iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    border: none;
}

.maxW {
    width: 100%;
    height: 100%;
}

#navbarSupportedContent .navbar-nav {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: 80px;
}

#navbarSupportedContent .one {
    margin-right: 15%;
}



.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    right: 175%;
    transform: translate(50%);
    top: 7vh;
}

.navbar-expand-xl .navbar-nav .dropdown-menu #harvest {
    position: absolute;
    left: -300%;
    width: fit-content;
}

.navbar-expand-xl .navbar-nav .dropdown-menu #planting {
    position: absolute;
    left: -300%;
    width: fit-content;
}

.mid_desk {
    display: block;
}

.cardWidth {
    width: 300px;
}

.navM {
    margin: 0;
}

.award img {
    margin: auto;
    display: block;
}

.award-slider {
    background-color: #ececec;
}

@media (min-width: 992px) {
    .display_change {
        display: none;
    }
}

@media (max-width: 1536px) {
    .our_partners img {
        width: 95%;
    }

    .featured_section .carousel-inner {
    }

    .featured_section::before {
        top: -4%;
    }

    .navM {
        margin: 0% 0% 0% 5%;
    }
}

@media (max-width: 1440px) {
    .image1 {
        width: 65%;
    }

    .image2 {
        width: 25%;
    }

    .slick-prev:before,
    .slick-next:before, .slick-prev:after, .slick-next:after, .slick-next, .slick-prev {
        display: none !important;
    }

    #navbarSupportedContent1 {
        width: inherit;
    }
}

@media (max-width: 1023px) {

    .our_partners .d-flex {
        flex-wrap: wrap;
    }

    .featured_section_inside p.padtb {
        padding: 0;
    }

    .insideOne [class^='col-'] {
        width: 100%;
    }

    .featured_section_inside [class^='col-'] {
        width: 100%;
    }

    .image1, .image2 {
        width: initial;
    }

    .featured_section_inside .col-sm-6 {
        width: 70.5%;
    }

    .featured_section_inside .col-sm-3.black {
        width: initial;
    }

    .navM > .one {
        width: 22%;
    }

    .navM .nav-link {
        font-size: 13pt;
    }

    .navM .nav-item {
        padding: .5em;
    }

    ul.dropdown-menu .n-flex {
        display: block !important;
        text-align: center;
    }

    ul.dropdown-menu li.n-flex .d-flex {
        display: block !important;
    }

    .foot_row_width {
        width: 24%;
    }

    .foot_row_width_1 {
        width: 28%;
    }

    .foot_row_width_2 {
        width: 35%;
    }

    .featured_section .carousel-inner {

    }

    .featured_section .carousel-item img {
        width: inherit;
    }

    .featured_section .carousel-item .carousel-caption p {

    }

    .n_line {
        display: block;
    }

    .featured_section .carousel-item p {
        margin: 0;
        padding: 1em 0;
    }

    .slick-prev,
    .slick-next {
        display: none !important;
    }

    .col100 {
        width: 100%;
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: initial;
        width: inherit;
    }

}

.insidePhone {
    width: 18%;
}

.hidePad {
    padding: 0 .5em;
}

.somePad {
    padding: .5em;
}

@media all and (max-width: 991px) {
    .display_change {
        display: contents;
    }

    .desk {
        display: block;
    }
}


@media all and (max-width: 991px) {


    .secondary_nav {
        padding: 8px 0;
    }
}

@media all and (max-width: 1023px) {
    .featured_section_inside .container-fluid > .row {
        display: flex;
    }
}

@media all and (min-width: 991px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
    }

    .navbar .nav-item:hover .nav-link {
    }

    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }

    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }
}

@media (max-width: 991px) {
    #navbarSupportedContent .navbar-nav {
        height: auto;
    }
    .featured-item,
    .deal-item{
        max-width: 420px;
        margin: auto;
    }

    .insidePhone {
        width: 10%;
    }

    .insideTwo [class^='col-'] {
        width: 100%;
    }

    .image1 {
        width: 40%;
    }

    .image2 {
        width: 15%;
    }

    .featured_section_inside .col-sm-6 {
        width: inherit;
    }

    .featured_section_inside .col-sm-3.black {
        width: 100%;
    }

    .navM {
        margin: auto;
    }

    .navM > .one {
        width: inherit;
    }

    .navM .nav-link {
        font-size: 18px;
    }

    #navbarSupportedContent1 .nav-item {
        margin: 0;
    }

    .cardWidth {
        width: 75%;
        margin: auto;
    }

    footer .d-flex {
        display: block !important;
    }

    .foot_row_width, .foot_row_width_1, .foot_row_width_2 {
        width: inherit;
    }

    footer .leftT {
        text-align: center;
    }

    .navimg {
        width: 75%;
    }

    .featured_section .carousel-inner .carousel-caption .more3, .featured_section .carousel-inner .carousel-caption .more2, .featured_section .carousel-inner .carousel-caption .more1 {
        position: inherit;
    }

    .featured_section .carousel-inner {
        height: auto;
    }

    .secondary_nav {
        padding: 8px 0;
    }

    .secondary_nav .d-flex {
        display: block !important;
    }

    .featured_section {
        padding-top: 30px;
        background-image: none;
        background-color: #000;
    }

    .featured_section::before {
        display: none;
    }

    .nav-item {
        padding: 0;
    }

    .n-flex {
        display: block !important;
    }

    .mob768 {
        display: block;
    }

    .desk {
        display: none;
    }

    .featured_section .col-sm-4 {
        width: 100%;
        padding: .5em 0;
    }

    .featured_section .carousel {
        width: 60%;
        margin: auto;
    }

    .trimble_awards .col-sm-3 {
        width: 50%;
    }

    .featured_section::before {
        top: -.5%;
    }

    .our_partners .d-flex img {
        padding: .5em;
    }

    .slick-prev,
    .slick-next {
        display: none !important;
    }

    .display_change {
        display: inherit;
    }

    .navbar-collapse {
        background-color: #000;
    }

    .secondary_nav .navbar-collapse {
        background-color: #4c9e45;
    }

    .navbar-nav .dropdown-menu {
        background-color: #fff;
    }

    .secondary_nav .dropdown-menu .btn, .secondary_nav .dropdown-menu .dropdown-item {
        color: #000;
    }

    .navbar-nav .dropdown-menu:hover {
        background-color: #fff;
    }

    .card-body {
        background-color: #4c9e45;
    }

    .navbar-collapse .nav-link, .navbar-collapse .nav-link:active, .navbar-collapse .nav-link:visited {
        color: #fff;
    }

}

@media (max-width: 425px) {

    .image1 {
        width: 65%;
    }

    .image2 {
        width: 25%;
    }

    .hidePad {
        padding: 0;
    }

    .featured_section_inside .pad2 {
        padding: 0;
    }

    .insidePhone {
        width: 18%;
    }

    .cardWidth {
        width: 100%;
        margin: auto;
    }

    .mid_desk {
        display: none;
    }

    .mob {
        display: block;
    }

    .featured_section .col-sm-4 {
        width: initial;
        padding: .5em 0;
    }

    .featured_section .carousel {
        width: initial;
        margin: auto;
    }

    .trimble_awards .col-sm-3 {
        width: initial;
    }

    .featured_section::before {
        font-size: 14pt;
    }

    footer ul {
        padding: 1rem;
    }

    footer li {
        text-align: center !important;
        margin: auto;
    }
}

@media (max-width: 375px) {
    .somePad {
        padding: .5em 0;
    }

    .insidePad {
        padding: 0 1em;
    }

    .insidePhone {
        width: 25%;
    }

    .featured_section::before {
        font-size: 13pt;
    }
}

@media (max-width: 320px) {

    .insidePad {
        padding: 0.5em;
    }

    .featured_section::before {
        font-size: 11pt;
        top: -0.75%;
    }
}

.lower-details {
    padding: 0 15px 60px;
    max-width: 900px;
    margin: auto;
}

.lower-details.slider {
    padding-bottom: 0;
}

.lower-details.slider .slick-dots li button:before {
    opacity: 1;
    filter: drop-shadow(0px 2px 1px rgba(0,0,0,0.66));
}

ul.specifications,
.specifications ul {
    list-style: none;
    padding: 0.75em 0 0 0.5em;
}

ul.specifications > li ul {
    padding: 0 0 0 5px;
}

.specifications ol {
    padding: 0.75em 0 0 0.5em;
}

.specifications h2,
.specifications h3 {
    font-family: Roboto, sans-serif;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 20px;
}

.specifications li,
.specifications p {
    font-family: Roboto, sans-serif;
    font-weight: bold;
    padding: 0.25em!important;
    font-size: 17px!important;
    color: #FFFFFF;
}

.sub-heading {
    color: white;
}

/* style="background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(205,205,205,1) 50%, rgba(0,0,0,1) 100%);"



    4c9e45*/


.contact-form {
}

.contact-form .input-group {
    display: flex;
    flex-direction: column;
}

.contact-form .input-group.half-width {
    width: 50%;
    float: left;
    padding-right: 30px;
}

.contact-form .input-group.half-width:nth-child(2n) {
    padding-right: 0;
}

.contact-form .input-group.half-width:nth-child(2n):after {
    clear: both;
    display: table;
}

.contact-form label {
    margin-bottom: 5px;
    font-size: 16px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    padding: 8px;
    margin-bottom: 15px;
    border: 1px solid #696960;
    font-size: 16px;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-color: #4c9e45;
}

.contact-form input[type=submit],
.contact-form button {
    background-color: black;
    color: white;
    font-weight: 800;
    min-width: 200px;
    width: 50%;
}

.contact-form button.g-recaptcha {
    padding: 6px 0;
}

@media only screen and (max-width: 767px) {
    .contact-form .input-group.half-width {
        width: 100%;
        float: none;
        padding-right: 0;
    }
}

.service-banner {
    background: black;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 15px;
}

.service-banner-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}

.service-banner-container div {
    background: #4c9e45;
    border: 4px solid white;
    padding: 12px 30px;
    text-align: center;
    font-weight: 900;
    font-family: "Palatino Linotype", "Times New Roman", serif;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.1em;
}

@media only screen and (max-width: 767px) {
    .service-banner-container {
        grid-template-columns: 1fr;
        padding: 15px 0;
    }

    br {
        display: none;
    }
}


.heading-accent {
    position: relative;
    width: fit-content;
}

.heading-accent::after {
    content:'';
    background-image:  url('/img/leaf.png');
    background-size: 25px 30px;
    position: absolute;
    top: -6px;
    right: -30px;
    width: 25px;
    height: 30px;
    display: block;

}

.zone {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
    margin: 15px 0 60px 0;
    background: white;
    border: 2px solid #3a7734;
    padding: 12px 30px;
    padding: 40px;
}

.zone a{
    text-decoration: none;
    color: #373435;
}

.background-black-green {
    background: linear-gradient(-90deg, #4c9e45,  #4c9e45 41.66%, black 41.66%, black );
}

.background-green {
    background-color: #4c9e45;
}

.background-green h1,
.background-green label,
.background-green h2,
.background-green p {
    color: white;
}

@media only screen and (max-width: 767px) {
    .zone {
        grid-template-columns: 1fr;
    }

    .background-black-green {
        background: #4c9e45;
    }
}

.deal-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 15px;
    margin-top: 15px;
    margin-bottom: 30px;
}

.deal-grid > div {
    display: flex;
    flex-direction: column;
    background: #4c9e45;
    color: white;
    padding: 15px;
}

.deal-grid h3 {
    font-size: 24px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    margin-top: auto;
}

.deal-grid img {
    width: calc(100% + 30px);
    height: auto;
    height: 180px;
    object-fit: contain;
    background: white;
    margin-bottom: 15px;
    margin: -15px -15px 15px -15px;
}

.cable-grid > div {
    display: grid;
    grid-template-columns: 2fr 0.5fr 0.25fr 1fr;
    margin-bottom: 12px;
    border-bottom: 1px solid #e5e5e5;
    grid-gap: 8px;
}

.cable-grid > div span:nth-child(2) {
    text-align: center;
}

.cable-grid > div span:last-of-type {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    font-weight: 700;
}

.cable-grid > div:last-of-type {
    border: none;
}

@media only screen and (max-width: 991px) {
    .deal-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media only screen and (max-width: 767px) {
    .deal-grid {
        grid-template-columns: 1fr;
    }

    .cable-grid > div {
        grid-template-columns: 0.5fr 0.25fr 1fr;
    }

    .cable-grid > div span:last-of-type {
        grid-column-start: 1;
        grid-column-end: 4;
        grid-row-start: 1;
        grid-row-end: 2;
    }
}

.content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 315px 1fr 1fr;
    grid-gap: 15px;
    padding: 30px 15px;
    background: none;
}

.grid-image,
.grid-video {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
}

.grid-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.responsive-video {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background: black;
    overflow: hidden;
    padding-bottom: 56.25%;
}

.responsive-video video {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.grid-1-wide {
    grid-column: 1 / span 3;
}

.grid-span-2 {
    grid-column: span 2;
}
.grid-2-wide {
    grid-column: 2 / span 2;
    grid-row: 2 / span 3;
}

.grid-video {
    grid-column: span 2;
}
@media only screen and (max-width: 767px) {
    .content-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 315px 1fr 1fr 1fr 1fr;

    }
    .grid-1-wide {
        grid-column: 1 / span 2;
    }
    .grid-span-2 {}

    #firstVideo {
        grid-column: span 1;
    }
}

/** Store Location **/

#location-form {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #4c9e45;
}

#location-form label {
    display: flex;
    white-space: nowrap;
    align-items: center;
    justify-content: flex-end;
    vertical-align: center;
    padding-right: 20px;
    font-size: 18px;
    margin-bottom: 0;
    color: white;
}

#maxRadius,
#userAddress {
    margin-left: 15px;
    height: 51px;
    margin-bottom: 0;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}

#maxRadius {
    width: 80px;
}

#submitLocationSearch {
    height: 51px;
    width: 30%;
    margin-bottom: 0;
}

#location-search-alert {
    margin-top: 20px;
    margin-bottom: 15px;
    color: black;
}

#locations-near-you {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.location-near-you-box {
    padding: 20px;
    background: white;
    border: 2px solid #3a7734;
    margin: 15px;
}

.location-near-you-box h4 {
    font-size: 22px;
}

.location-near-you-box p {
    margin: 0;
    line-height: 1.1em;
}

#locations-near-you-map {
    border: 2px solid #3a7734;
}

@media only screen and (max-width: 991px) {
    #location-form {
        flex-direction: column;
        align-items: flex-start;
    }

    #location-form label {
        width: 100%;
        width: 100%;
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }


    #maxRadius,
    #userAddress {
        margin-bottom: 15px;
        width: 100%;
        justify-content: space-between;
    }

    #submitLocationSearch {
        width: 100%;
        max-width: 550px;
        margin-left: auto;
        margin-right: auto;
    }
}

.clear {
    clear: both;
    display: table;
}

#quoteForm h2,
#quoteForm h3 {
    text-align: center;
}

#quoteForm h4 {
    margin-bottom: 0;
    text-align: left;
}

#quoteForm .form-line {
    margin-bottom: 30px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

#quoteForm .line-header {
    display: grid;
    grid-template-columns: 200px 3fr 80px;
    width: 100%;
    text-align: center;
}

#quoteForm .line-item {
    display: grid;
    grid-template-columns: 32px 1fr;
    width: 100%;
    border: 1px solid #666;
    margin: 8px 0;
    overflow: hidden;
    align-items: center;
    background: #fff;
}

#quoteForm .line-item.tank-item {
    grid-template-columns: min-content auto min-content;
}

#quoteForm label {
    font-weight: bold;
}

#quoteForm .line-item label {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    margin-bottom: 0;
    width: 100%;
    cursor: pointer;
    min-height: 50px;
    display: flex;
    align-items: center;
}
#quoteForm .line-item.tank-item label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
#quoteForm .line-item input[type="checkbox"],
#quoteForm .line-item input[type="radio"]{
    width: 20px;
    height: 30px;
    border-left: none;
    border-top: none;
    border-bottom: none;
    margin-left: 10px;
    margin-right: 10px;
    border-color: white;
    position: relative;
    margin-bottom: 0;
    cursor: pointer;
}
#quoteForm .line-item .number-input {
    display: flex;
    justify-content: center;
    height: 50px;
    visibility: hidden;
}

#quoteForm .line-item .number-input button {
    height: 50px;
    width: 25px;
    text-align: center;
    border: none;
    background: #4c9e45AA;
    color: white;
    min-width: initial;
}

#quoteForm .line-item .number-input button:hover {
    background: #4c9e45;
}

#quoteForm .line-item .number-input button:first-of-type {
    border-left: 1px solid #333;
}

#quoteForm input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    height: 50px;
    width:50px;
    text-align: center;
    border-radius: 0;
    border: none;
    border-right: 1px solid #333;
    border-left: 1px solid #333;
}

#quoteForm input[type=number]::-webkit-inner-spin-button,
#quoteForm input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

@media only screen and (max-width: 500px) {
    #quoteForm .line-item label {
        text-align: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    #quoteForm .line-item .number-input label {
        display: none;
    }
    
}
.p-image-slider {
    background: #eee;
}
.p-image-slider .slick-dots {
    background: #000;
}
.job-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin: 20px 15px;
}

.job {
    padding: 15px;
    background: #4c9e45;
    color: white;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.job h2 {
    font-size: 24px;
    margin-bottom: 0;
    font-weight: bold;
}

.job p {
    margin-top: 0;
    margin-bottom: 0;
}

.job p.sub-heading {
    font-size: 18px;
    font-weight: normal;
}

.job p:not(.sub-heading) {
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 10px;
}

.job .black-btn {
    width: 100%;
    display: block;
    margin-top: 15px;
    margin-top: auto;
}

.black-btn {
    background: black;
    color: white;
    padding: 8px;
    border-radius: 4px;
    width: 100%;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
    font-weight: bold;
    border: none;
}

.link {
    text-decoration: none;
    color: black;
    font-size: 18px;
}

.list li {
    font-size: 18px;
}

@media only screen and (max-width: 500px) {
    .job-list {
        grid-template-columns: 1fr;
    }
}
