* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}


.section-2,
.section-3,
.section-4,
.section-5 {
    font-family: myriad-pro-semi-condensed, sans-serif;
}


.title-1 {
    padding: 0px 0px 60px 0px;
}

.pad-top {
    padding-top: 80px;
}

.pad-top-1 {
    padding-top: 80px;
}

.pad-inside-cont {
    padding: 80px 0px 60px 0px;
}

.section-2 {
    background: url("../images/scissor-and-aerial-platforms.png") no-repeat center center;
    min-height: 660px;
    background-size: cover;
}

.section-2 h2 {
    letter-spacing: 1.5px;
}

.section-2 .text-container {
    padding-top: 18%;
    padding-left: 8%;
}

.section-2-container h6 {
    font-size: 18px;
}


.section-2 .para-container {
    border-left: 4px solid #fcbf00;
}

.position-1 {
    position: fixed;
    top: 11.5%;
    width: 100%;
    z-index: 100;
}


.section-3 ul {
    display: flex;
    /* justify-content: normal; */
    flex-wrap: wrap;
}

.section-3 li {
    padding-left: 3%;
}


/* .section-3 li a {
    text-decoration: none;
    color: #737373;
} */

/* .section-3 li:hover {
    border-left: 5px solid #fcbf00;
} */


/* .section-3 li a:hover {
    color: black !important;
} */


.section-3 li a {
    text-decoration: none;
    background-color: transparent !important;
    border-left-color: #d5d7d8;
    border-left-style: solid;
    border-left-width: 5px;
    box-shadow: none;
    padding-left: 25px;
    color: #737373;
    transition: all 300ms linear;
    /* padding-right: 25px; */
}


.section-3 li a:hover {
    /* background-color: transparent!important; */
    color: black;
    border-left-color: #fcbf00 !important;
}


.section-3-container .right {
    text-align: justify;
    line-height: 30px;
}

.section-9 .img7 img,
.section-9 .img6 img {
    width: 70%;
}

/* .section-4 h2 span,
.section-5 h2 span,
.section-6 h2 span,
.section-7 h2 span,
.section-8 h2 span,
.section-9 h2 span,
.section-11 h2 span,
.section-12 h2 span,
.section-13 h2 span,
.section-14 h2 span,
.section-15 h2 span {
    color: #fcbf00;
} */

.section-9-container {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    place-content: center;
}

.section-6-container,
.section-13-container {
    display: grid;
    grid-template-columns: auto auto;
    place-content: center;
}

.section-8-container,
.section-11-container,
.section-14-container,
.section-15-container {
    display: grid;
    grid-template-columns: auto;
    place-content: center;
}


.section-4 .img-container,
.section-5 .img-container,
.section-6 .img-container,
.section-7 .img-container,
.section-8 .img-container,
.section-9 .img-container,
.section-11 .img-container,
.section-12 .img-container,
.section-13 .img-container,
.section-14 .img-container,
.section-15 .img-container {
    position: relative;
    text-align: center;
    overflow: hidden;
    color: #666;
}


.hidden {
    position: absolute;
    top: 100%;
    left: 0px;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    background: rgba(0, 0, 0, .8);
    color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    padding: 15px;
}

.img-container:hover .hidden {
    top: 0%;
    opacity: 1;
}



button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0px;
    background: #fcbf00;
    color: #666;
}

button::after {
    content: '';
    position: absolute;
    bottom: 0%;
    left: 0%;
    width: 100%;
    height: 0%;
    background: white;
    transition: all 0.4s ease-in-out;
}

button:hover::after {
    bottom: 0;
    height: 100%;
}

button span:hover {
    color: #3d3d3d !important;
}

button span {
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding: 4px 20px;
    color: #3d3d3d;
    font-size: normal;
    letter-spacing: 0.1em;
    z-index: 20;
    transition: all 0.3s ease-in-out;
}

button span a {
    text-decoration: none;
    color: inherit;
}

button span a:hover {
    color: inherit;
}

.hidden h6 {
    font-weight: lighter;
}


/* ========================
------- Media Queries  ----
=======================-- */


@media (max-width: 1440px) {
    .title-1 {
        padding: 0px 0px 35px 0px;
    }

    .section-2 {
        min-height: 500px;
    }

    .section-2 .text-container {
        padding-top: 14%;
        padding-left: 10%;
    }

    .position-1 {
        top: 12.5%;
    }
}

@media (max-width: 1400px) {

    .section-9 .img7 img,
    .section-9 .img6 img {
        width: 82%;
    }

    .section-2 h2 {
        letter-spacing: 0.5px;
    }

    .section-2 .text-container {
        padding-top: 14%;
        padding-left: 4%;
    }
}

@media (max-width: 1200px) {
    .pad-top {
        padding-top: 70px;
    }

    .section-2 {
        min-height: 440px;
    }

    .section-2 h2 {
        letter-spacing: 0px;
        font-size: 30px;
    }

    .section-2 .text-container {
        padding-left: 0%;
    }

    .position-1 {
        top: 9.7%;
    }

}


@media (max-width: 1090px) {
    .pad-top {
        padding-top: 70px;
    }

    .section-2 {
        min-height: 415px;
    }
}


@media (max-width: 992px) {
    .pad-top {
        padding-top: 50px;
    }

    .pad-inside-cont {
        padding: 68px 0px 50px 0px;
    }

    .section-2 {
        min-height: 365px;
    }

    .section-2-container h6 {
        font-size: 16px;
    }

    .section-2-container h2 {
        font-size: x-large;
    }

    .section-2 .text-container {
        padding-top: 18%;
    }

    .section-2 h2 {
        letter-spacing: 0px;
        font-size: 22px;
    }

    .section-2 .text-container {
        padding-left: 0%;
    }

    .position-1 {
        top: 0%;
    }

    .section-6 h2,
    .section-9 h2,
    .section-11 h2,
    .section-13 h2 {
        font-size: 25px;
    }

    .section-9 .img7 img,
    .section-9 .img6 img {
        width: 85%;
    }

    .section-9-container {
        grid-template-columns: 45% 45%;
        grid-column-gap: 10%;
    }
}


@media (max-width: 865px) {
    .section-2 {
        min-height: 330px;
    }

    .section-2 .text-container {
        padding-top: 16%;
    }

    .section-2 h2 {
        font-size: 22px;
    }
}


@media (max-width: 820px) {
    .section-2 {
        min-height: 300px;
    }

    .section-2-container h6 {
        font-size: 15px;
    }

    .section-2 .text-container {
        padding-top: 14%;
    }
}


@media (max-width: 768px) {
    .pad-inside-cont {
        padding: 55px 0px 45px 0px;
    }

    .pad-top-1 {
        padding-top: 70px;
    }

    .section-4-container,
    .section-5-container,
    .section-7-container,
    .section-9-container,
    .section-12-container {
        grid-template-columns: auto auto;
    }

    .section-2 {
        min-height: 295px;
    }

    .section-2 h2 {
        font-size: 18px;
    }

    .section-2 .text-container {
        padding-top: 17%;
        margin-left: -5%;
    }

    .section-3 li {
        padding-left: 2%;
    }

    .section-3 li a {
        border-left-width: 4px;
        padding-left: 14px;
    }

}

@media (max-width: 700px) {
    .section-2 {
        min-height: 260px;
    }
}


@media (max-width: 650px) {
    .section-2-container h2 {
        font-size: 18px;
        font-weight: 500 !important;
    }

    .section-2-container h6 {
        font-size: 13px;
    }

    .section-2 .text-container {
        margin-left: 0%;
    }
}


@media (max-width: 620px) {
    .section-2 {
        min-height: 235px;
    }

    .section-2 .text-container {
        padding-top: 14%;
    }

    .section-2-container h6 {
        font-size: 12px;
        font-family: system-ui;
    }
}


@media (max-width: 576px) {

    .section-4-container,
    .section-5-container,
    .section-6-container,
    .section-7-container,
    .section-9-container,
    .section-12-container,
    .section-13-container {
        grid-template-columns: auto;
    }

    .section-9-container .img-container,
    .section-13-container .img-container,
    .section-6-container .img-container {
        margin-bottom: 40px;
    }

    .section-2 {
        min-height: 220px;
    }

    .section-2 h2 {
        font-weight: 500 !important;
        letter-spacing: 0px;
    }

    .section-2 .text-container {
        padding-left: 3%;
    }

    .section-2-container h2 {
        font-size: 16px;
    }

    .img-container img {
        max-width: 85%;
    }

    .section-6 h2,
    .section-9 h2,
    .section-11 h2,
    .section-13 h2 {
        font-size: 22px;
    }

    .section-9 .img7 img,
    .section-9 .img6 img {
        width: 70%;
    }
}


@media (max-width: 530px) {
    .section-2 {
        min-height: 200px;
    }
}


@media (max-width: 510px) {
    .section-2 {
        min-height: 195px;
    }

    .section-2 .text-container {
        padding-top: 12%;
    }

    .section-2-container h2 {
        font-size: 14px;
    }

    .section-2-container h6 {
        font-size: 10px;
    }
}


@media (max-width: 475px) {
    .section-2 {
        min-height: 180px;
    }

    .section-2 .text-container {
        padding-top: 11%;
        padding-left: 0%;
    }

    .section-2-container h2 {
        font-size: 12px;
    }

}



@media (max-width: 425px) {
    .pad-top {
        padding-top: 45px;
    }

    .pad-top-1 {
        padding-top: 60px;
    }

    .section-2 .text-container {
        padding-top: 14%;
    }

    .section-2 {
        min-height: 160px;
    }

    .section-2-container h2 {
        font-size: 11px;
    }

    .section-2-container h6 {
        font-size: 9px;
        margin-bottom: 3px;
    }

    .section-6 h2,
    .section-9 h2,
    .section-11 h2,
    .section-13 h2 {
        font-size: 20px;
    }

    .section-9 .img7 img,
    .section-9 .img6 img {
        width: 68%;
    }
}


@media (max-width: 375px) {
    .section-2 {
        min-height: 160px;
    }

    .section-2-container h2 {
        font-size: 14px;
        letter-spacing: normal;
        font-family: system-ui;
    }

    .section-2-container h2 {
        font-size: 11px;
    }

    .section-2-container h6 {
        font-size: 8px;
    }

    .section-2 .text-container {
        padding-left: 3%;
        padding-top: 16%;
    }

    .section-2 .para-container {
        border-left: 3px solid #fcbf00;
    }

    .section-3 li a {
        padding-left: 10px;
    }

    .img-container img {
        max-width: 80%;
    }
}



@media (max-width: 350px) {
    .section-2 {
        min-height: 140px;
    }

    .section-2-container h2 {
        font-size: 10px;
    }

    .section-2-container h6 {
        font-size: 8px;
    }
}


.section-7 .title,
.section-9 .title,
.section-11 .title,
.section-13 .title,
#Scissor-Lift-Table-Mobile .img1,
#Scissor-Lift-Table-Mobile .img2,
#Scissor-Lift-Table-Mobile .title,
.img1,
.img2,
.img3,
.img4,
.img5,
.img6,
.img7,
.img8,
.img9,
footer {
    opacity: 0;
}


.section-7 .title.animate__animated,
.section-9 .title.animate__animated,
.section-11 .title.animate__animated,
.section-13 .title.animate__animated,
#Scissor-Lift-Table-Mobile .img1.animate__animated,
#Scissor-Lift-Table-Mobile .img2.animate__animated,
#Scissor-Lift-Table-Mobile .title.animate__animated,
.img1.animate__animated,
.img2.animate__animated,
.img3.animate__animated,
.img4.animate__animated,
.img5.animate__animated,
.img6.animate__animated,
.img7.animate__animated,
.img8.animate__animated,
.img9.animate__animated,
footer.animate__animated {
    opacity: 1;
}

.img2,
.section-9 .img5,
.section-9 .img8 {
    animation-delay: 0.2s;
}

.img3,
.section-9 .img6,
.img9 {
    animation-delay: 0.4s;
}