/* ---------------backgroundStyle--------- */
.backgroundStyle {
    background-color: rgb(255, 0, 0);
    padding: 4px 10px;
    border-radius: 3px;
}
.navbar-container {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
}

.bodycontentResources {
    height: calc(100vh);
    overflow-y: auto;
    padding: bottom 200px;
}

.bodycontent::-webkit-scrollbar {
    display: none;
}

.bg-custom-color {
    background-color: black;
    /* Replace with your desired color code */
}

.offcanvas-body {
    flex-grow: 1;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
    overflow-y: auto;
    background-color: black;
}

.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: black;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
/* -----------------footer -------------- */
.footerContainer {
    background-color: black;
    padding: 10px;
    color: white;
    font-family: Arial;
}

.footerContainerHeading {
    margin: 10px 0 10px 0;
    font-size: 12px;
    font-weight: 300;
}

.footerContainerPara {
    margin: 2px 0 0;
    font-size: 12px;
    font-weight: 300;
}

.footerImageContainer {
    display: flex;
    font-size:12px;
}

.footerImageContainer-2{
    display: flex;
    font-size:12px;
    align-items:center;
}


.anchorTagColor {
    color: white;
    text-decoration: none;
}
.anchorTagColor1 {
    color: black;
    text-decoration: none;
}

.footerImgaeC {
    height: 22px;
    margin-right: 10px;
}
/* ------------footer---------- */

/* ------------body start--------- */
.imageResourceMainContainer {
    background-image: url("../components/assests/services.svg");
    height: 500px;
    width: 100%;
    display: flex;
    background-size: cover;
}

.imageResourceMainContainer1 {
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: start;
    color: white;
    flex-direction: column;
    padding: 20px;
    font-size: 30px;
    font-family: 'Times New Roman';
    font-weight: 900;

}

.imageResourceMainContainer2 {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: end;
}

.whiteContainerResources {
    background-color: white;
    height: 65px;
    width: 82px;
}
/* -------------------------colors start--------------- */
.colorsContainerResource {
    display: flex;
    width: 100%;
}

.whitecolorsresource1 {
    background-color: white;
    height: 70px;
    width: 82%;
}

.whitecolorsresource2 {
    background-color: black;
    height: 70px;
    width: 6%;
}

.whitecolorsresource3 {
    background-color: white;
    height: 70px;
    width: 12%;
}
.servicesSecondContainerTexts{
    background-color: white;
    padding: 20px 20px 50px 20px;
    font-family: 'Times New Roman', Times, serif;
}
.servicesSecondContainerTexts1 {
    color:#D05700;
    margin-left: 30px;
    font-family: 'Times New Roman', Times, serif;
    font-size: 30px;
    font-weight: 600;
}
.servicesSecondContainerTexts2 {
    color: black;
    font-family: 'Times New Roman', Times, serif;
    font-size: 24px;
    font-weight: 900;
    text-align: center;
}
.servicesSecondContainerTextsOrangeContainer{
    background-color: #D05700;
    height: auto;
    width: auto;
    border-radius: 20px;
    padding: 30px;
    font-family: 'Times New Roman', Times, serif;
    color: white;
    font-size: 18px;
}
/* -------------------------colors completed--------------- */
/* ----------content---------desktop completed */
.blackcolorsResources {
    display: flex;
    width: 100%;
}

.bodycontentResources::-webkit-scrollbar {
    display: none;
}
.bodycontentResources {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.blackcolorsResourcestwo {
    display: flex;
    flex-direction: column;
    width: 84%;
}

.blackcolorsResourcestwo1 {
    background-color: black;
    height: 20px;
}

.blackcolorsResourcestwo2 {
    /* width: 80%; */
    background-color: black;
    height: 50px;
}

.blackcolorsResourcestwo3 {
    width: 10%;
    background-color: black;
    height: 70px;
}

.blackcolorsResourcestwo4 {
    width: 6%;
    background-color: white;
    height: 70px;
}

.blackcolorsResourcestwoName {
    font-size: 30px;
    color: #D05700;
    font-family: 'Times New Roman';
    font-weight: 800;
    text-align: center;
    padding-right: 100px;
}

.whitecolorsresource12 {
    background-color: white;
    height: 70px;
    width: 10%;
}

.whitecolorsresource22 {
    background-color: black;
    height: 70px;
    width: 6%;
}

.whitecolorsresource32 {
    background-color: white;
    height: 70px;
    width: 84%;
}
.inspireTextContetnt {
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: white;
    font-size: 24px;
    padding: 70px 20px 20px 40px;
    font-family: 'Times New Roman', Times, serif;
    background-color: black;
    font-weight: 500;
}
.orangeBlackBoxContainer {
    display: flex;
    width: 100%;
}

.orangeBlackBoxContainer1 {
    background-color: black;
    height: 70px;
    width: 87%;
}

.orangeBlackBoxContainer2 {
    background-color: #D05700;
    height: 70px;
    width: 7%;
}

.orangeBlackBoxContainer3 {
    background-color: black;
    height: 70px;
    width: 11%;
}
/* -------------------specificationsImageContainer-------- */
.specificationsImageMainContainer{
    background-image: url("../components/assests/ServiceSpecifications.svg");
    background-size: cover;
    width: 100%;
    padding: 0 0px 40px 0px ;
    width: 100%;
}
.specificationsImagecontainer1{
    display: flex;
    color: white;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
}
.specificationsImagecontainer1 h1{
    margin: 0px;
    padding: 10px 0 0 60px;
}
.specificationsNameCOntainer1{
    width: 87%;
    height: 70px;
    background-color: transparent;
}
.specificationsNameCOntainer2 {
    width: 7%;
    height: 70px;
    background-color:white;
}
.specificationsNameCOntainer3 {
    width: 11%;
    height: 70px;
    background-color: transparent;
}
.specificationsImagecontainer2{
    width: 100%;
    display: grid;
    grid: auto/ auto auto auto;
    padding: 30px;
    align-items: center;
    justify-content: center;
}
.orangContainerForSpecifications{
    background-color: #D05700CC;;
    padding: 10px;
    text-align: center;
    font-weight: 700;
    width: 380px;
    font-family: 'Times New Roman', Times, serif;
    font-size: 17px;
    border-radius: 15px;
    text-align: center;
    margin: 15px;
}
.lastPinkContainer{
    height: 30px;
    background-color:#FFDDDD;
}
/* ------------body end--------- */
/* mobile --------------*/
@media only screen and (max-width: 767px) {
    /* -------------footer --------- */
    .footerImageContainer {
        display: grid;
        grid: auto/auto auto;
    }
    /* ----------------- */
    .imageResourceMainContainer1Heading {
        font-size: 25px;
    }
    .imageResourceMainContainer{
        height: 300px;
    }
    .whitecolorsresource1 {
        background-color: white;
        height: 70px;
        width: 74%;
    }
    .whitecolorsresource2 {
        background-color: black;
        height: 70px;
        width: 22%;
    }
    .whitecolorsresource3 {
        background-color: white;
        height: 70px;
        width: 3%;
    }
    .whitecolorsresource12 {
        background-color: white;
        height: 70px;
        width: 10%;
    }
    .whitecolorsresource22 {
        background-color: black;
        height: 70px;
        width: 23%;
    }
    .whitecolorsresource32 {
        background-color: white;
        height: 70px;
        width: 70%;
    }
    .blackcolorsResourcestwo4 {
        width: 23%;
        background-color: white;
        height: 70px;
    }
    .blackcolorsResourcestwo {
        display: flex;
        flex-direction: column;
        width: 70%;
    }
    .servicesSecondContainerTexts2{
        font-size: 23px;
    }
    .servicesSecondContainerTexts1 {
        margin: 0px;
    }
    .servicesSecondContainerTextsOrangeContainer{
        font-size: 25px;
        padding: 20px;
    }
    .blackcolorsResourcestwoName{
        font-size: 26px;
        margin-left: 10px;
    }
    .inspireTextContetnt{
        flex-direction: column;
        font-size: 20px;
        padding: 30px 10px 10px 10px;
    }
    .specificationsImagecontainer2 {
        width: 100%;
        display: grid;
        grid: auto/ auto;
        padding: 10px;
    }
    .orangContainerForSpecifications{
        width: 350px;
        font-size: 23px;
    }
}
/* tablet------ */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .imageResourceMainContainer {
            height: 400px;
            width: 100%;
    }
    .whitecolorsresource1 {
        background-color: white;
        height: 70px;
        width: 80%;
    }
    .whitecolorsresource2 {
        background-color: black;
        height: 70px;
        width: 10%;
    }
    .whitecolorsresource3 {
        background-color: white;
        height: 70px;
        width: 10%;
    }
    .servicesSecondContainerTexts2{
        font-size: 25px;
    }
    .servicesSecondContainerTexts1{
        margin: 0px;
    }
    .servicesSecondContainerTexts2{
        text-align: start;
    }
    .servicesSecondContainerTextsOrangeContainer{
        width: auto;
        margin: 0px;
    }
    .whitecolorsresource12 {
        background-color: white;
        height: 70px;
        width: 10%;
    }
    .whitecolorsresource22 {
        background-color: black;
        height: 70px;
        width: 10%;
    }
    .whitecolorsresource32 {
        background-color: white;
        height: 70px;
        width: 80%;
    }
    .blackcolorsResourcestwo4 {
        width: 10%;
        background-color: white;
        height: 70px;
    }
    .blackcolorsResourcestwo {
        display: flex;
        flex-direction: column;
        width: 80%;
    }
    .blackcolorsResourcestwoName{
        font-size: 26px;
        margin-left: 10px;
    }
    .inspireTextContetnt{
        flex-direction: column;
        font-size: 20px;
        padding: 30px 10px 10px 10px;
        align-items: flex-start;
    }
    .specificationsImagecontainer2{
        padding: 30px;
        display: grid;
        grid: auto/ auto auto;
    }
    .orangContainerForSpecifications{
        width: 310px;
        font-size: 14px;
        
    }
}

/* ---------------------------new files Project Management Consultancy Services------------------- */
.backGroundForAllextraFiles{
    background-color: bisque;
    padding: 20px 0 0 0;
}
.titleContainerforNewFiles{
    display: flex;
    background-color: #D05700;
    align-items: center;
    padding: 10px;
}
.titleContainerTitle{
    color: white;
    font-family: 'Times New Roman', Times, serif;
    font-size: 30px;
    margin: 2px 0 0 10px;
}
.contentTextMainContainer{
    display: flex;
    width: 100%;
    padding: 30px;
}
.contentTextMainContainer1{
    width: 50%;
    font-family: 'Times New Roman', Times, serif;
    padding: 20px;
}
.contentTextMainContainer1 p{
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 40px;
}
.contentTextMainContainer1 h1 {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 40px;
}
.contentTextMainContainer2 {
    width: 50%;
    font-family: 'Times New Roman', Times, serif;
    padding: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}
.contentTextMainContainer22 {
    width: 50%;
    font-family: 'Times New Roman', Times, serif;
    padding: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}
.listtext{
    font-size: 20px;
    font-weight: 400;
}
.SpecificationsButtonFile{
    background-color: black;
    height: 50px;
    color: white;
    font-size: 30px;
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
    margin-top: 10px;
}
.textSecondContainer{
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
    font-weight: 800;
    margin: 5px 0 5px 0;
}
.image1File{
    height: 320px;
    margin-top: 30px;
}

.listNameSize{
    font-size: 25px;
    list-style-type: none;
}
.image2File{
    height: 250px;
    margin-top: 20px;
}
.lastParaManpowerFile{
    padding: 0px 20px 20px 100px;
    font-size: 24px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: 400;
}
.lastParaManpowerFile h2 {
    font-size: 30px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: 600;
}
.image3File {
    height: 275px;
    margin-top: 10px;
}
/* mobile--------- */
@media only screen and (max-width: 767px) {
    .contentTextMainContainer {
            flex-direction: column;
        }
    
        .contentTextMainContainer1 {
            width: 100%;
            padding-bottom:0px;
        }
        .contentTextMainContainer1 p{
            font-size: 17px;
            margin-bottom: 10px;
        }
        .contentTextMainContainer1 h1 {
            font-size: 18px;
            margin-bottom: 10px;
        }
        .contentTextMainContainer{
            padding: 0px;
        }
        .listtext{
            font-size: 15px;
        }
        .textSecondContainer {
            font-size: 15px;
        }
    
        .contentTextMainContainer2 {
            width: 100%;
            display: flex;
            flex-direction: column-reverse;
            align-items: start;
        }
    
        .image1File {
            height: 210px;
        }
        .titleContainerTitle{
            font-size: 19px;
        }
        .SpecificationsButtonFile{
            font-size: 20px;
            height: 35px;
        }
        .listNameSize{
            font-size: 20px;
            list-style-type: none;
        }
        .image2File{
            height: 143px;
            margin-top: 10px;
        }
                .image3File {
                    height: 185px;
                    margin-top: 10px;
                }
                .contentTextMainContainer22 {
                    width: 100%;
                    display: flex;
                    flex-direction: column-reverse;
                    align-items: flex-start;
                }
}

/* tablet------ */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .contentTextMainContainer{
        flex-direction: column;
    }
    .contentTextMainContainer1{
        width: 100%;
    }
    .contentTextMainContainer2{
        width: 100%;
        display: flex;
        /* flex-direction: row; */
        flex-direction: column-reverse;
        align-items: flex-start;
    }
        .contentTextMainContainer22 {
            width: 100%;
            display: flex;
            flex-direction: column-reverse;
            align-items: flex-start;
        }
    .image1File{
        height: 250px;
    }
        .lastParaManpowerFile{
            padding: 20px;
        }
}

/* ----------------------file 2 ------------------  */
