* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* blue = #216A9b
p = #E8e8e8e
grey1 = #E7e7e7
aboutbig = #2984b3
project head = 606060 */

body {
    font-family: "Oswald", serif;
}

.navbar-brand {
    width: 10%;
    /* border: 2px solid black; */
}

.brandBlacklogo {
    width: 80%;
    /* border: 2px solid black; */
}

.navbar {
    background-color: transparent !important;
    background-color: white !important;
    position: fixed;
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    padding: 0px 80px;
    z-index: 100;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 0;
    align-items: center;
}


.navbar-toggler {
    border: none !important;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

.nav-link {
    color: black !important;
    font-size: 22px;
    margin: 0px 16px;
}


/* slider section  */

.mainhomeslider {
    margin-top: 85px;
}

.mainsliderinnerdiv {
    /* border: 2px solid black; */
    background-image: url("/img/mainslide1.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 90vh;
    /* padding-top: 100px;
    padding-left: 100px; */
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.mainsliderinnerdiv2 {
    /* border: 2px solid black; */
    background-image: url("/img/mainslide3.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 90vh;
    /* padding-top: 100px;
    padding-left: 100px; */
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.mainsliderinnerdiv3 {
    /* border: 2px solid black; */
    background-image: url("/img/mainslide4.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 90vh;
    /* padding-top: 100px;
    padding-left: 100px; */
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.mainsliderinnerdiv4 {
    /* border: 2px solid black; */
    background-image: url("/img/mainslide5.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 90vh;
    /* padding-top: 100px;
    padding-left: 100px; */
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.contentdiv {
    border-left: 8px solid #216A9b;
    background-color: rgb(0, 0, 0, 0.7);
    width: 45%;
    padding: 30px 30px;
    margin-left: 13%;
}

.contentdiv h2 {
    color: white;
    font-weight: 500;
    font-size: 45px;
    text-transform: uppercase;
}

.contentdiv p {
    color: white;
    font-weight: 400;
    font-size: 25px;
}

.contentdivBtn {
    padding: 10px 20px;
    border: none;
    background-color: #216A9b;
    color: white;
    text-transform: uppercase;
}

#modalbtn {
    display: block;
    margin: auto;
    padding: 10px 20px;
    border: none;
    background-color: #216A9b;
    color: white;
    text-transform: uppercase;
}

.modal-header {
    border: none;
}

/* slider section  */


/* about section  */

.aboutdiv {
    display: flex;
}

.aboutleft {
    width: 50%;
}

.aboutright {
    width: 50%;
    background-color: #216A9b;
    padding: 40px 30px;
}

.aboutleftimgdiv {
    /* border: 2px solid black; */
    width: 100%;
    height: 100%;
}

.aboutleftimgdiv img {
    width: 100%;
    height: 100%;
}

.overheadingaboutdiv {
    /* border: 2px solid black; */
    position: relative;
}

.overheadingabout1 {
    color: #2984b3;
    font-size: 100px;
    text-transform: uppercase;
    font-weight: 700;
}

.overheadingabout2 {
    position: absolute;
    top: 43%;
    left: 60px;
    color: white;
    font-size: 50px;
    text-transform: uppercase;
}


.headingsmain {
    /* border: 2px solid red; */
    display: flex;
    justify-content: center;
    margin: 30px 0px;
}

.overheadingdiv {
    /* border: 2px solid black; */
    position: relative;
}

.overheading1 {
    color: #e8e8e8;
    font-size: 100px;
    text-transform: uppercase;
    font-weight: 700;
}

.overheading2 {
    position: absolute;
    top: 40%;
    left: 20%;
    color: #2984b3;
    font-size: 50px;
    text-transform: uppercase;
}

#overheadingclient {
    color: #e8e8e8;
    font-size: 75px;
    text-transform: uppercase;
    font-weight: 700;
}

#overheadingclient2 {
    position: absolute;
    top: 36%;
    left: 20%;
    color: #2984b3;
    font-size: 40px;
    text-transform: uppercase;
}


.aboutright p {
    color: white;
    font-size: 27px;
    text-align: justify;
    margin: 30px 0px;
}

.googleimgdiv {
    width: 40%;
    background-color: white;
    padding: 10px;
}

.googleimgdiv img {
    display: block;
    margin: auto;
    width: 80%;
    height: 100%;
}

/* about section  */

/* project section  */

.projectdiv2grey {
    background-color: #E7e7e7;
    /* border: 2px solid black; */
}

.projectdiv2white {
    background-color: white;
    /* border: 2px solid black; */
}

.projectdiv {
    display: flex;
    flex-direction: row-reverse;
    width: 90%;
    margin: auto;
    padding: 40px 0px;
}

.projectdiv2 {
    display: flex;
    flex-direction: row;
    width: 90%;
    margin: auto;
    padding: 40px 0px;
}

.projectleft {
    width: 50%;
}

.projectright {
    width: 50%;
    background-color: white;
    padding: 40px 0px;
    /* border: 2px solid red; */
}

.projectright2 {
    width: 50%;
    background-color: #E7e7e7;
    padding: 40px 60px;
    /* border: 2px solid red; */
}

/* .projectrightinner {
    border: 2px solid black;
} */

.projectrightinner h4 {
    color: #606060;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 600;
}

.projectrightinner h3 {
    color: #216A9b;
    text-transform: uppercase;
    font-size: 60px;
    font-weight: 700;
}

.projectrightinner p {
    color: #606060;
    font-size: 30px;
}

/* .mpics{
    border: 2px solid black;
    width: 100%;
    height: 400px;
}

.mpics img{
    width: 100%;
    height: 100%;
} */


/* project section  */



/* client section  */
#clientheading {
    padding: 30px 0px 0px 0px;
}

.clientmaindiv {
    background-color: #cccccc;
    padding: 0px 0px 60px 0px;
}

.clientimgdiv {
    width: 80%;
    margin: auto;
    /* border: 2px solid red; */
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    place-items: center;
}

.cimg {
    width: 200px;
    height: 200px;
    /* border: 2px solid black; */
}

.cimg img {
    width: 100%;
    height: 100%;
}

/* client section  */


/* contact section  */

.contactmain {
    /* border: 2px solid black; */
    display: flex;
}

.contactleft {
    /* border: 2px solid black; */
    width: 50%;
    padding: 30px 90px;
}

.contactright {
    /* border: 2px solid black; */
    width: 50%;
    padding: 30px 10px;
}

.contactleft h3 {
    color: #216A9b;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 50px;
    margin: 0;
}

.contactleft h4 {
    color: #606060;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 35px;
    margin: 0;
}

.contactleft h5 {
    color: #216A9b;
    /* text-transform: uppercase; */
    font-weight: 600;
    font-size: 30px;
    margin: 0;
}

.contactleft p {
    color: #606060;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    margin: 0;
}

.mdiv {
    /* border: 2px solid black; */
    margin: 20px 0px;
}

.form-control {
    background-color: #E7e7e7;
    width: 90%;
    border: none;
    padding: 16px 10px;
    margin: 10px 0px;
    border-radius: 0px;
    color: black;
    font-weight: 700;
}

.form-control2 {
    background-color: #E7e7e7;
    width: 100%;
    border: none;
    padding: 16px 10px;
    margin: 10px 0px;
    border-radius: 0px;
    color: black;
    font-weight: 700;
}

.bluediv {
    width: 100%;
    height: 40px;
    background-color: #216A9b;
}

/* contact section  */

.latestsliderdivupper {
    /* border: 2px solid red; */
    position: relative;
    margin-top: 85px;
}

.contentdiv2 {
    position: absolute;
    top: 30%;
    left: 0;
    z-index: 10;
    border-left: 8px solid #216A9b;
    background-color: rgb(0, 0, 0, 0.7);
    width: 45%;
    padding: 30px 30px;
    margin-left: 13%;
}

.contentdiv2 h2 {
    color: white;
    font-weight: 500;
    font-size: 45px;
    text-transform: uppercase;
}

.contentdiv2 p {
    color: white;
    font-weight: 400;
    font-size: 25px;
}


.mainsliderinnerdivlatestdiv {
    /* border: 2px solid black; */
    width: 100%;
    height: 90vh;
    /* height: auto; */
}

.mainsliderinnerdivlatestdiv img {
    width: 100%;
    height: 100%;
}

.hidedesk {
    display: none;
}











@media(max-width:550px) {
    .hideres {
        display: none;
    }
    
    .hidedesk {
        display: block;
    }

    /* .mainhomeslider {
        display: none;
    } */

    .navbar {
        background-color: white !important;
        /* position: fixed;
        top: 0;
        left: 0; */
        width: 100%;
        padding: 10px 0px;
    }

    .navbar-brand {
        width: 22%;
    }

    .aboutdiv {
        display: flex;
        flex-direction: column-reverse;
    }

    .aboutleft {
        width: 100%;
    }

    .aboutright {
        width: 100%;
        background-color: #216A9b;
        padding: 20px 20px;
    }

    .overheadingabout1 {
        color: #2984b3;
        font-size: 50px;
        text-transform: uppercase;
        font-weight: 700;
    }

    .overheadingabout2 {
        position: absolute;
        top: 40%;
        left: 40px;
        color: white;
        font-size: 25px;
        text-transform: uppercase;
    }

    .overheadingaboutdivupper {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .aboutright p {
        color: white;
        font-size: 21px;
        text-align: justify;
        margin: 30px 0px;
    }

    .overheadingdiv {
        /* border: 2px solid black; */
        position: relative;
    }

    .overheading1 {
        color: #e8e8e8;
        font-size: 50px;
        text-transform: uppercase;
        font-weight: 700;
        /* text-align: center; */
    }

    .overheading2 {
        position: absolute;
        top: 40%;
        left: 20%;
        color: #2984b3;
        font-size: 25px;
        /* text-align: center; */
        text-transform: uppercase;
    }

    #overheadingclient {
        color: #e8e8e8;
        font-size: 30px;
        text-transform: uppercase;
        font-weight: 700;
        text-align: center;
    }

    #overheadingclient2 {
        position: absolute;
        top: 36%;
        left: 20%;
        color: #2984b3;
        font-size: 17px;
        text-transform: uppercase;
    }

    .projectdiv {
        display: flex;
        flex-direction: column;
        width: 90%;
        margin: auto;
        padding: 0px 0px;
    }

    .projectleft {
        width: 100%;
    }

    .projectright {
        width: 100%;
    }

    .projectdiv2 {
        display: flex;
        flex-direction: column;
        width: 90%;
        margin: auto;
        padding: 40px 0px;
    }

    .projectrightinner h4 {
        color: #606060;
        text-transform: uppercase;
        font-size: 21px;
        font-weight: 600;
    }

    .projectrightinner h3 {
        color: #216A9b;
        text-transform: uppercase;
        font-size: 30px;
        font-weight: 700;
    }

    .projectrightinner p {
        color: #606060;
        font-size: 16px;
        margin-bottom: 6px;
    }

    .projectright2 {
        width: 100%;
        background-color: #E7e7e7;
        padding: 40px 0px;
    }

    .contactmain {
        /* border: 2px solid black; */
        display: flex;
        flex-direction: column;
    }

    .contactleft {
        /* border: 2px solid black; */
        width: 100%;
        padding: 10px 20px;
    }

    .contactleft h4 {
        color: #606060;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 26px;
        margin: 6px 0;
    }

    .contactleft h3 {
        color: #216A9b;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 36px;
        margin: 0;
    }

    .contactleft p {
        color: #606060;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 16px;
        margin: 0;
    }

    .contactleft h5 {
        color: #216A9b;
        /* text-transform: uppercase; */
        font-weight: 600;
        font-size: 18px;
        margin: 0;
    }

    .contactright {
        /* border: 2px solid black; */
        width: 100%;
        padding: 10px 10px;
    }

    .form-control {
        background-color: #E7e7e7;
        width: 100%;
        border: none;
        padding: 10px 10px;
        margin: 13px 0px;
        border-radius: 0px;
        color: black;
        font-weight: 700;
    }

    #thirdproject {
        padding-top: 20px;
    }

    .clientimgdiv {
        width: 90%;
        margin: auto;
        /* border: 2px solid red; */
        display: grid;
        grid-template-columns: 1fr 1fr;
        place-items: center;
        gap: 20px;
    }

    .cimg {
        width: 100%;
        height: 100%;
    }

    #clientheading {
        padding: 30px 0px 0px 0px;
    }


    .contentdiv h2 {
        color: white;
        font-weight: 500;
        font-size: 23px;
        text-transform: uppercase;
    }

    .contentdiv p {
        color: white;
        font-weight: 400;
        font-size: 13px;
    }

    .contentdiv2 h2 {
        color: white;
        font-weight: 500;
        font-size: 16px;
        text-transform: uppercase;
    }

    .contentdiv2 p {
        color: white;
        font-weight: 400;
        font-size: 11px;
    }

    .contentdiv {
        border-left: 8px solid #216A9b;
        background-color: rgb(0, 0, 0, 0.7);
        width: 70%;
        padding: 30px 30px;
        margin-left: 13%;
    }

    .contentdiv2 {
        position: absolute;
        top: 25%;
        left: 0;
        z-index: 10;
        border-left: 8px solid #216A9b;
        background-color: rgb(0, 0, 0, 0.7);
        width: 70%;
        padding: 30px 30px;
        margin-left: 13%;
    }

    .contentdivBtn {
        padding: 7px 10px;
        border: none;
        background-color: #216A9b;
        color: white;
        text-transform: uppercase;
        font-size: 11px;
    }

    .bluediv {
        width: 100%;
        height: 20px;
        background-color: #216A9b;
        margin-top: 30px;
    }


    .mainsliderinnerdivlatestdiv {
        /* border: 2px solid black; */
        width: 100%;
        /* height: 35vh; */
        height: auto;
    }

}



@media (min-width: 501px) and (max-width: 1024px) {
    /* .hidedesk {
        display: none;
    } */

    .latestsliderdivupper {
        /* border: 2px solid red; */
        position: relative;
        margin-top: 25px;
    }

    .contentdiv2 h2 {
        color: white;
        font-weight: 500;
        font-size: 25px;
        text-transform: uppercase;
    }

    .aboutdiv {
        display: flex;
        flex-direction: column-reverse;
    }

    .aboutleft {
        width: 100%;
    }

    .aboutright {
        width: 100%;
        background-color: #216A9b;
        padding: 20px 20px;
    }

    .overheadingabout1 {
        color: #2984b3;
        font-size: 60px;
        text-transform: uppercase;
        font-weight: 700;
    }

    .overheadingabout2 {
        position: absolute;
        top: 42%;
        left: 60px;
        color: white;
        font-size: 25px;
        text-transform: uppercase;
    }

    .overheadingaboutdivupper {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .overheading1 {
        color: #e8e8e8;
        font-size: 60px;
        text-transform: uppercase;
        font-weight: 700;
        /* text-align: center; */
    }

    .overheading2 {
        position: absolute;
        top: 40%;
        left: 20%;
        color: #2984b3;
        font-size: 25px;
        /* text-align: center; */
        text-transform: uppercase;
    }

    #overheadingclient {
        color: #e8e8e8;
        font-size: 30px;
        text-transform: uppercase;
        font-weight: 700;
        text-align: center;
    }

    #overheadingclient2 {
        position: absolute;
        top: 36%;
        left: 20%;
        color: #2984b3;
        font-size: 17px;
        text-transform: uppercase;
    }

    .projectdiv {
        display: flex;
        flex-direction: column;
        width: 90%;
        margin: auto;
        padding: 0px 0px;
    }

    .projectleft {
        width: 100%;
    }

    .projectright {
        width: 100%;
    }

    .projectdiv2 {
        display: flex;
        flex-direction: column;
        width: 90%;
        margin: auto;
        padding: 40px 0px;
    }

    .projectrightinner h4 {
        color: #606060;
        text-transform: uppercase;
        font-size: 21px;
        font-weight: 600;
    }

    .projectrightinner h3 {
        color: #216A9b;
        text-transform: uppercase;
        font-size: 30px;
        font-weight: 700;
    }

    .projectrightinner p {
        color: #606060;
        font-size: 16px;
        margin-bottom: 6px;
    }

    .projectright2 {
        width: 100%;
        background-color: #E7e7e7;
        padding: 40px 0px;
    }

    .contactmain {
        /* border: 2px solid black; */
        display: flex;
        flex-direction: column;
    }

    .contactleft {
        /* border: 2px solid black; */
        width: 100%;
        padding: 10px 20px;
    }

    .contactleft h4 {
        color: #606060;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 26px;
        margin: 6px 0;
    }

    .contactleft h3 {
        color: #216A9b;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 36px;
        margin: 0;
    }

    .contactleft p {
        color: #606060;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 16px;
        margin: 0;
    }

    .contactleft h5 {
        color: #216A9b;
        /* text-transform: uppercase; */
        font-weight: 600;
        font-size: 18px;
        margin: 0;
    }

    .contactright {
        /* border: 2px solid black; */
        width: 100%;
        padding: 10px 10px;
    }

    .form-control {
        background-color: #E7e7e7;
        width: 100%;
        border: none;
        padding: 10px 10px;
        margin: 13px 0px;
        border-radius: 0px;
        color: black;
        font-weight: 700;
    }

    #clientheading {
        padding: 30px 0px 0px 0px;
    }

    .clientmaindiv {
        background-color: #cccccc;
        padding: 0px 0px 60px 0px;
    }

    .clientimgdiv {
        width: 90%;
        margin: auto;
        /* border: 2px solid red; */
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        place-items: center;
        gap: 20px;
    }

    .cimg {
        width: 200px;
        height: 200px;
        /* border: 2px solid black; */
    }

    .cimg img {
        width: 100%;
        height: 100%;
    }
}


@media (min-width: 501px) and (max-width: 700px) {
    .clientimgdiv {
        width: 90%;
        margin: auto;
        /* border: 2px solid red; */
        display: grid;
        grid-template-columns: 1fr 1fr;
        place-items: center;
        gap: 20px;
    }
}