@media(max-width:992px){
    .slider-section {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        background-color: #575757;
        height: fit-content;
    }
    .slider-section .slide-main-content {
        position: relative;
    }
    .slider-section .slide-img img {
        display: none;
    }
    .slider-content h4 {
        font-size: 35px;
    }
    .slider-content h3 {
        font-size: 23px;
    }
}
@media(max-width:992px){
    .topheader-link {
        display: flex;
        justify-content: center;
    }
    #top-contact {
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
    }
}


@media(max-width:828px){
    .carousel-caption .carou-text h2 {
        font-size: 20px;
        width: 80%;
    }
    .carousel-caption .carou-text h1 {
        font-size: 50px;
        margin-top: 14px;
    }
    .carousel-caption .carou-text p {
        font-size: 21px;
    }
    .carousel-caption {
        padding-top: 170px;
    }
    .carousel-control-prev .carousel-control-prev-icon i {
        font-size: 18px;
        padding: 8px 14px;
    }
    .carousel-control-next .carousel-control-next-icon i {
        font-size: 18px;
        padding: 8px 14px;
    }
}



@media(max-width:768px){
    .service-content img {
        width: 90%;
        margin-bottom: 16px;
    }
    .service-content h3 {
        margin-top: 10px;
    }
}


@media(max-width:768px){
    .about-home h2 {
        font-size: 30px;
    }
    .about-side {
        padding: 20px 10px;
    }
    .about-side i {
        font-size: 40px;
    }
    .about-side h3 {
        font-size: 21px;
    }
    .about-side p {
        font-size: 14px;
    }
}





@media(max-width:767px){
    .equipment img {
        height: 130px;
    }
    .owl-next span {
        left: 11%;
    }
}



@media(max-width:767px){
    .row-head h4 {
        font-size: 23px;
    }
    .row-head .title-section i {
        font-size: 18px;
    }
    .title-section .title-before {
        margin-top: 9px;
        width: 50px;
    }
}



@media(max-width:900px){
    .wcu img {
        width: 100%;
    }
}



@media(max-width:860px){
    .slider-img img {
        height: 300px;
    }
    .slider-img .top-content h2 {
        font-size: 40px;
    }
}




@media(max-width:860px){
    .banner h4 {
        margin-bottom: 20px;
    }
}





@media(max-width:860px){
    .about-page img {
        height: auto;
    }
}



@media(max-width:860px){
    .service-single-page {
        padding: 0px 10px;
        border-left: 1px solid #b6b6b600;
    }
    .equipment-single-page {
        padding: 0px 10px;
    }
    .equipment-single-page img {
        width: 90%;
        height: auto;
    }
    .equipment .equipment-img {
        width: 100%;
        height: 130px;
    }.equipment {
        margin: 0px;
    }
}



@media(max-width:620px){
    .our-services .nav-pills .nav-item .nav-link {
        width: fit-content;
        padding: 10px 5px;
        font-size: 12px !important;
        border-radius: 0 !important;
        margin-bottom: 1px;
    }
    .our-services .nav-pills {
        justify-content: left;
        flex-wrap: wrap;
    }
}