.main {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
/* ---------------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%;
}
.bodycontent {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.bodycontentResources{
    height: calc(100vh);
    overflow-y: auto;
}
.bodycontentResources::-webkit-scrollbar {
    display: none;
}
.bodycontentResources {
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.bg-custom-color {
    background-color: black;
}

.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);
}
/* ------------------------for About Page scrool up css end ------------- */
.imageResourceMainContainer {
    background-image: url("../components/assests/AboutImg.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;
}
.whitecolorsresource1 {
    background-color: white;
    height: 70px;
    width: 82%;
}
.whitecolorsresource2 {
    background-color: black;
    height: 70px;
    width: 6%;
}
.whitecolorsresource3 {
    background-color: white;
    height: 70px;
    width: 12%;
}
.since2005MainContainer{
    padding: 20px 20px 0 20px;
    width: 100%;
    height: auto;
}
.imgContainer2005{
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}
.since2005{
    height: 100px;
}
.arrowSonce2005belowMainContainer{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    margin-bottom:-13px;
}
.arrowSonce2005belowMainContainer1{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 40%;
    flex-direction: column;
    height: 380px;
}
.arrowBoxBlack{
    height: 70px;
    background-color: black;
    width: 92px;
    margin-right: 237px;
}
.arrow22Imag{
    height:300px;
}
.arrowSonce2005belowMainContainer2{
    display: flex;
    flex-direction: column;
    justify-content: start;
    /* color: white; */
    width: 60%;
    font-family: 'Times New Roman', Times, serif;
}
.mainHeadingAbout1{
    color:#D05700;
    font-size: 28px;
    font-weight: 900;
}
.mainHeadingAbout2 {
    font-size: 45px;
    font-weight: 900;
}
.mainHeadingAbout3 {
    font-size: 20px;
    font-weight: 900;

}
.mainHeadingAbout4 {
    font-size: 18px;
    font-weight: 400;

}
.colorsContainerResource {
    display: flex;
}
.blackAndWhiteLast1{
    height: 70px;
    width: 10%;
    background-color: black;
}
.blackAndWhiteLast2 {
    height: 70px;
    background-color:white;
    width: 6%;
}
.blackAndWhiteLast3 {
    height: 70px;
    width: 84%;
    background-color: black;
}
.blackTextAbout{
    background-color: black;
    font-family: 'Times New Roman', Times, serif;
    color: white;
    padding:0 10px 10px 10px ;
    height: 270px
}
.blackTextAbout1{
    font-size: 20px;
    font-weight: 600;
    margin-left: 240px;
}
.blackTextAbout2 {
    font-size: 19px;
    font-weight: 200;
    margin: 40px 90px 150px;
}
.aboutLastMainCOntainer{
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #f7e2e2;
    height: auto;
    padding: 20px;
    width: 100%;
}
.aboutLastMainCOntaine1{
    background-color: #D05700;
    padding: 40px 95px 50px 75px;
    border-radius: 20px;
    height: 210px;
    color: white;
    font-weight: 400;
    font-family: 'Times New Roman', Times, serif;
}
.aboutLastMainCOntainer2{
    display: flex;
    justify-content: space-between;
    padding:30px 0px 40px 30px;
}
.aboutLastMainCOntainer21{
    padding-right: 30px;
}
.safetyImg{
    width: 500px;
}
.aboutHeading{
    color: #D05700;
    font-family: 'Times New Roman';
    font-weight: 600;
    font-size: 55px;
}
.aboutPara {
    font-family: 'Times New Roman';
    font-weight: 300;
    font-size: 20px;
}

/* -----------------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;
    align-items:center;
}

.footerImageContainer-2{
    display: flex;
    font-size:12px;
    align-items:center;
}

.anchorTagColor{
    color: white;
    text-decoration: none;
}
.footerImgaeC {
    height: 22px;
    margin-right: 10px;
}


/* -------------------------colors completed--------------- */
@media only screen and (max-width: 767px) {
    .imageResourceMainContainer{
        height: 300px;
    }
    .whitecolorsresource1 {
        background-color: white;
        height: 70px;
        width: 75%;
    }
    .whitecolorsresource2 {
        background-color: black;
        height: 70px;
        width: 21%;
    }
    .whitecolorsresource3 {
        background-color: white;
        height: 70px;
        width: 3%;
    }
    .since2005{
        width: 335px;
    }
    .arrowSonce2005belowMainContainer{
        flex-direction: column;
        margin-top: 0px;
    }
    .arrow22Imag{
        height: 130px;
    }
    .arrowSonce2005belowMainContainer1{
        margin-bottom: 40px;
        width: 100%;
        height: 120px;
    }
    .mainHeadingAbout1{
        font-size: 22px;
    }
    .mainHeadingAbout2 {
        font-size: 35px;
    }
    .arrowSonce2005belowMainContainer2 {
        width: 100%;
    }
    .arrowBoxBlack{
        display: none;
    }
    .blackAndWhiteLast1 {
        height: 50px;
        width: 10%;
        background-color: black;
    }
    .blackAndWhiteLast2 {
        height: 50px;
        background-color: orange;
        width: 10%;
    }
    .blackAndWhiteLast3 {
        height: 50px;
        width: 80%;
        background-color: black;
    }
.blackTextAbout {
    height: 300px;
}
.blackTextAbout1 {
    padding-top: 10px;
    font-size: 18px;
    font-weight: 100;
    margin-left: 10px;
}

.blackTextAbout2 {
    font-size: 15px;
    font-weight: 50;
    margin: 10px 10px 0px;
}
.aboutLastMainCOntaine1{
padding: 10px;
height: auto;
}
.aboutLastMainCOntainer2{
flex-direction: column;
padding: 0px;
}
.aboutHeading{
font-size: 30px;
}
.safetyImg{
    width: 350px;
}
.aboutLastMainCOntainer21{
 padding: 10px 0 0 0;
}
.footerImageContainer {
    display: grid;
    grid: auto/auto auto ;
}
}

/* tablet */
@media only screen and (min-width: 768px) and (max-width: 1023px){
    .imageResourceMainContainer{
        height: 380px;
    }
    .since2005 {
            width: 400px;
    }
    .whitecolorsresource1 {
        background-color: white;
        height: 70px;
        width: 79.5%;
    }
    .whitecolorsresource2 {
        background-color: black;
        height: 70px;
        width: 11.5%;
    }
    .whitecolorsresource3 {
        background-color: white;
        height: 70px;
        width: 3%;
    }
    .arrowSonce2005belowMainContainer{
        margin-top: 60px;
    }
    .arrowSonce2005belowMainContainer1{
        height: 640px;
    }
    .arrowBoxBlack{
        margin-right: 110px;
    }
    .blackAndWhiteLast2 {
        width: 10%;
    }
    .blackAndWhiteLast3{
        width: 80%;
    }
    .arrow22Imag {
        height: 150px;
    }
    .blackTextAbout{
        height: 330px;
    }
    .blackTextAbout1 {
        font-size: 20px;
        font-weight: 600;
        margin-left: 160px;
    }

    .blackTextAbout2 {
        font-size: 19px;
        font-weight: 200;
        margin: 40px 40px 150px;
    }
        .aboutLastMainCOntainer2 {
            padding: 20px 0 0 10px ;
        }


        .aboutLastMainCOntaine1 {
            padding: 10px;
            height: auto;
        }

        .aboutLastMainCOntainer2{
            flex-direction: column;
        }

}