/*slider-section*/

@media (max-width:768px) {
    .slider-section .carousel-inner .carousel-item .img-fluid {
        height: 300px;
    }
}

/*about-us section*/

@media (max-width:768px) {
    .about-us-section .row {
       flex-direction: column;
        
    }

    .about-us-section {
        padding-top: 60px;
        padding-bottom: 30px;
    }

    .about-us-section .about-missions .our-mission {
        margin-bottom: 0px;
    }
}

/*manpower-supply*/

@media (max-width:768px) {
    .manpower-types .first-row {
        font-size: 14px;
    }

    .manpower-supply-section .manpower-content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .manpower-content .first-row .experience {
        padding: 7px 0px;
    }

    .about-us-section .about-missions {
        padding-top: 13px;
    }
}

/*manpower supply img*/

@media (max-width:991px) {
    .bg-image {
        height: 300px;
    }
}

/* engineer categories*/

@media (max-width:768px) {
    .manpower-categories .provide-type {
        margin-bottom: 30px;
    }
}

/*what-we-provide*/

@media (max-width:768px) {
    .what-we-provide .card {
        margin-bottom: 30px;
    }
}

/*what we offer*/
@media (max-width:768px) {
    .what-we-offer-section .card {
        margin-bottom: 30px;
    }
}

/*manpower-types section*/

@media (max-width:768px) {
   .manpower-types .manpower-types-row  {
        flex-direction: column;
        align-items: start;

    }

   
}

/*footer service section*/

@media (max-width:769px) {

    .footer-section .second-column {
        margin: 15px 0px;
    }

    .footer-section .third-column h3 {
    text-align: start;
    }

    .footer-section .service-section {
        display: block;
    }
}