* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    /* font-family: myriad-pro-semi-condensed, sans-serif; */
}


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

.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,
.section-3,
.section-5 {
    font-family: myriad-pro-semi-condensed, sans-serif;
}

.section-2 {
    background: url("../images/special-purpose-equipments.png") no-repeat center center;
    min-height: 660px;
    background-size: cover;
}

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

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

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

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

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

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


.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-5 h2 span {
    color: #fcbf00;
} */

.section-5 .img-container,
.section-12 .img-container {
    position: relative;
    text-align: center;
    overflow: hidden;
    color: #666;
    padding: 0px 20px;
}


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


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


.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;
}

.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: 1200px) {

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

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

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

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

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

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

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

@media (max-width: 992px) {
    .pad-inside-cont {
        padding: 68px 0px 50px 0px;
    }

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

    .position-1 {
        top: 0%;
    }

    .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%;
        padding-left: 0%;
    }

    .section-2 h2 {
        letter-spacing: 1px;
        font-size: 28px;
    }

    .section-12 h2,
    .section-5 h2 {
        font-size: 25px;
    }

}

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

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

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

@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;
    }

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

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

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

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

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

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



@media (max-width: 650px) {
    .section-2-container h2 {
        font-size: larger;
    }

    .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;
    }

    .section-2 h2 {
        letter-spacing: normal;
    }
}

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

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

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

    .section-2-container h2 {
        font-size: 18px;
        font-weight: 500 !important;
    }

    .section-3 li a {
        font-size: 14px;
    }

    .section-12-container {
        grid-template-columns: auto;
    }

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

    .section-12 h2,
    .section-5 h2 {
        font-size: 22px;
    }

    .section-12 .img-container {
        margin-bottom: 40px;
    }
}

@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: 16px;
    }

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

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

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

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

    /* .section-2-container h6 {
        margin-bottom: 4px !important;
    } */

    .section-12 h2,
    .section-5 h2 {
        font-size: 20px;
    }
}

@media (max-width: 425px) {

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

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

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

    /* .section-2 .text-container h2 {
        margin-bottom: 3px;
    } */

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

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

    .section-2-container h6 {
        font-size: 9px;
        margin-bottom: 3px;
        /* line-height: 18px; */
    }
}

@media (max-width: 375px) {
    .section-2-container h2 {
        font-size: 14px;
        letter-spacing: normal;
        font-family: system-ui;
    }

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

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

    .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;
    }

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

    .section-12 h2,
    .section-5 h2 {
        font-size: 20px;
    }
}

@media (max-width: 350px) {

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

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

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


.section-6 .title,
.section-7 .title,
.section-8 .title,
.section-9 .title,
.section-11 .title,
.section-12 .title,
.section-13 .title,
.section-14 .title,
.section-15 .title,
#Manual-Roll-Lifter .img1,
.img1,
.img2,
footer {
    opacity: 0;
}

.img2 {
    animation-delay: 0.2s;
}


.section-6 .title.animate__animated,
.section-7 .title.animate__animated,
.section-8 .title.animate__animated,
.section-9 .title.animate__animated,
.section-11 .title.animate__animated,
.section-12 .title.animate__animated,
.section-13 .title.animate__animated,
.section-14 .title.animate__animated,
.section-15 .title.animate__animated,
.img1.animate__animated,
.img2.animate__animated,
#Manual-Roll-Lifter .img1.animate__animated,
footer.animate__animated {
    opacity: 1 !important;
}