* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* blue = #165b92
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;
    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 10px;
}

#modalbtn {
    display: block;
    margin: auto;
    padding: 10px 30px;
    border: none;
    background-color: #216A9b;
    color: white;
    text-transform: uppercase;
}

.modal-header {
    border: none;
}

.enqheading {
    text-align: center;
    color: #165b92;
    font-size: 30px !important;
    text-transform: uppercase;
}

/* slider section  */

.slideimg {
    width: 100%;
    height: 85vh;
    /* height: auto; */
}

.slideimg img {
    width: 100%;
    height: 100%;
}


.fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: white; /* or your nav background */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: top 0.3s;
}




.mainhomeslider {
    margin-top: 110px;
    position: relative;
    /* border: 2px solid black; */
}

.contentdiv2 {
    position: absolute;
    top: 16%;
    right: 0;
    z-index: 10;
    /* border-left: 8px solid #216A9b; */
    /* background-color: rgb(0, 0, 0, 0.7); */
    background-color: #165b92;
    width: 35%;
    padding: 30px 30px;
    margin-right: 10%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
}
.contentdivResp {display: none;}


/* slider section  */



/* about section  */


.aboutdivmain {
    padding: 60px 0px;
}

.abtheading {
    text-align: center;
    font-size: 60px;
    margin-bottom: 60px;
}

.Missionheading {
    text-align: center;
    font-size: 60px;
    margin-bottom: 60px;
}

.aboutdiv {
    display: flex;
    /* border: 2px solid red; */
    width: 90%;
    margin: auto;
}

.aboutdiv2 {
    display: flex;
    flex-direction: row-reverse;
    /* border: 2px solid red; */
    width: 90%;
    margin: auto;
}

.aboutleft {
    width: 50%;
    /* border: 2px solid black; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.aboutright {
    width: 50%;
    /* background-color: #216A9b; */
    padding: 40px 30px;
}

.aboutleftimgdiv {
    /* border: 2px solid black; */
    width: 600px;
    height: 600px;
}

.aboutleftimgdiv img {
    width: 100%;
    height: 100%;
}

.aboutright p {
    color: black;
    font-size: 30px;
    text-align: justify;
    margin: 30px 0px;
}


/* about section  */


.Coffermaindiv {
    /* background-color: #f0f4f5; */
    background-color: #f0f4f5;
    padding: 60px 0px;
}

.Cofferinnerdiv {
    /* border: 2px solid black; */
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    place-items: center;
    width: 90%;
    margin: auto;
    margin-top: 40px;
    gap: 40px;
}

.Coffermainbox {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    width: 100%;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 20px 20px;
    border-radius: 10px;
    background-color: #165b92;
}

.Coffermainbox h4 {
    font-size: 25px;
    text-transform: capitalize;
    color: white;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}

.Coffermainbox p {
    font-size: 18px;
    color: white;
    text-align: center;
    text-transform: capitalize;
}



.Coffermainbox2 {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    width: 100%;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 20px 20px;
    border-radius: 10px;
    background-color: #165b92;
}

.Coffermainbox2 h4 {
    font-size: 25px;
    text-transform: capitalize;
    color: white;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}

.Coffermainbox2 p {
    font-size: 18px;
    color: white;
    text-align: center;
    text-transform: capitalize;
}

.coreimg {
    margin-bottom: 30px;
    margin-top: 30px;
}

.keyheading {
    text-align: center;
    font-size: 60px;
    margin-bottom: 60px;
}



/* types section  */

.typesmaindiv {
    padding: 60px 0px;
}

.typeheading {
    text-align: center;
    font-size: 60px;
    margin-bottom: 20px;
}

.typeheadingP {
    text-align: center;
    font-size: 25px;
    margin-bottom: 60px;
    color: #165b92;
    font-weight: 600;
}


.typeaboutdiv2 {
    display: flex;
    flex-direction: row-reverse;
    /* border: 2px solid red; */
    width: 90%;
    margin: auto;
}

.typeaboutdiv {
    display: flex;
    /* border: 2px solid red; */
    width: 90%;
    margin: auto;
}

.typeR {
    padding: 60px 60px;
    /* display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start; */
    /* display: grid;
    align-items: center; */
}


.typeR h4 {
    font-size: 38px;
    color: black;
    text-align: left;
    text-transform: uppercase;
}

.typeR p {
    font-size: 28px;
    color: #666666;
    text-align: left;
    text-transform: capitalize;
    display: list-item;
}

.aboutleftT {
    width: 50%;
    /* border: 2px solid black; */
}

.aboutleftimgdivT {
    /* border: 2px solid black; */
    width: 100%;
    height: auto;
}

.aboutleftimgdivT img {
    width: 100%;
    height: 100%;
}


/* types section  */



.contactmainupperdiv {
    background-color: #f0f4f5;
    padding: 60px 0px;
}

.contactmain {
    display: flex;
}

.contactleft {
    /* border: 2px solid red; */
    width: 50%;
    padding: 30px 90px;
}

.contactright {
    /* border: 2px solid green; */
    width: 50%;
    padding: 30px 10px;
}

.contactleft h3 {
    color: #165b92;
    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: #165b92;
    /* 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;
}

.contentdivBtn {
    padding: 10px 20px;
    border: none;
    background-color: #165b92;
    color: white;
    text-transform: uppercase;
}

.contentdivBtn2 {
    padding: 10px 20px;
    border: none;
    background-color: #E7e7e7;
    color: #165b92;
    text-transform: uppercase;
    display: block;
    margin: auto;
}

.contactinfoheading {
    color: #165b92;
    text-align: center;
    /* text-transform: uppercase; */
    font-weight: 600;
    font-size: 22px;
    width: 80%;
    margin: 20px auto;
}

.instagramlogo{
    width: 8%;
}



@media(max-width:600px) {

    .navbar {
        background-color: white !important;
        /* position: fixed;
        top: 0;
        left: 0; */
        width: 100%;
        padding: 10px 0px;
    }

    .navbar-brand {
        width: 22%;
    }
    .mainhomeslider {
        margin-top: 95px;
        position: relative;
        /* border: 2px solid black; */
    }

    .aboutdivmain {
        padding: 30px 0px;
    }

    .aboutdiv {
        display: flex;
        flex-direction: column-reverse;
    }

    .aboutleft {
        width: 100%;
    }

    .aboutright {
        width: 100%;
        padding: 20px 0px;
    }

    .abtheading {
        text-align: center;
        font-size: 40px;
        margin-bottom: 0px;
    }

    .aboutright p {
        color: black;
        font-size: 20px;
        text-align: justify;
        margin: 0px 0px;
    }

    .aboutleftimgdiv {
        /* border: 2px solid black; */
        width: 100%;
        height: 100%;
    }

    .keyheading {
        text-align: center;
        font-size: 35px;
        margin-bottom: 30px;
    }

    .Missionheading {
        text-align: center;
        font-size: 30px;
        margin-bottom: 0px;
    }

    .typeheading {
        text-align: center;
        font-size: 30px;
        margin-bottom: 20px;
    }

    .aboutdiv2 {
        display: flex;
        flex-direction: column-reverse;
        /* border: 2px solid red; */
        width: 90%;
        margin: 20px auto;
    }

    .typeheadingP {
        text-align: center;
        font-size: 16px;
        margin-bottom: 60px;
        color: #165b92;
        font-weight: 600;
        padding: 0px 20px;
    }

    .typesmaindiv {
        padding: 30px 0px;
    }

    .typeaboutdiv {
        display: flex;
        flex-direction: column;
        /* border: 2px solid red; */
        width: 90%;
        margin: 10px auto;
    }

    .aboutleftT {
        width: 100%;
    }

    .typeR h4 {
        font-size: 28px;
        color: black;
        text-align: left;
        text-transform: uppercase;
    }

    .typeR p {
        font-size: 15px;
        color: #666666;
        text-align: left;
        text-transform: capitalize;
        display: block;
        margin-bottom: 6px;
    }

    .typeaboutdiv2 {
        display: flex;
        flex-direction: column;
        /* border: 2px solid red; */
        width: 90%;
        margin: auto;
    }

    .contactinfoheading {
        color: #165b92;
        text-align: justify;
        /* text-transform: uppercase; */
        font-weight: 600;
        font-size: 16px;
        width: 90%;
        margin: 20px auto;
    }

    .contactmainupperdiv {
        background-color: #f0f4f5;
        padding: 30px 0px;
    }

    .contactmain {
        display: flex;
        flex-direction: column;
    }

    .contactleft {
        /* border: 2px solid red; */
        width: 100%;
        padding: 0px 20px;
    }

    .contactleft p {
        color: #606060;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 15px;
        margin: 0;
    }

    .contactleft h5 {
        color: #165b92;
        /* text-transform: uppercase; */
        font-weight: 600;
        font-size: 20px;
        margin: 0;
    }

    .mdiv {
        /* border: 2px solid black; */
        margin: 13px 0px;
    }

    .contactright {
        /* border: 2px solid green; */
        width: 95%;
        margin: auto;
        padding: 30px 10px;
    }

    .form-control {
        background-color: #E7e7e7;
        width: 100%;
        border: none;
        padding: 16px 10px;
        margin: 10px 0px;
        border-radius: 0px;
        color: black;
        font-weight: 700;
    }

    .contentdivBtn {
        padding: 5px 10px;
        border: none;
        background-color: #165b92;
        color: white;
        font-size: 13px;
        text-transform: uppercase;
    }

    .Cofferinnerdiv {
        /* border: 2px solid black; */
        display: grid;
        grid-template-columns: 1fr;
        place-items: center;
        width: 90%;
        margin: auto;
        margin-top: 20px;
        gap: 40px;
    }

    .Coffermainbox h4 {
        font-size: 20px;
        text-transform: capitalize;
        color: white;
        font-weight: 600;
        text-align: center;
        margin-bottom: 20px;
    }

    .Coffermainbox p {
        font-size: 14px;
        color: white;
        text-align: center;
        text-transform: capitalize;
    }

    .Coffermaindiv {
        /* background-color: #f0f4f5; */
        background-color: #f0f4f5;
        padding: 30px 0px;
    }

    .coreimg {
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .slideimg {
        width: 100%;
        height: auto;
        /* height: 100vh; */
    }

    .nav-link {
        color: black !important;
        font-size: 18px;
        margin: 0px 10px;
    }

    .contentdiv2 {
        position: absolute;
        top: 45%;
        left: 0;
        z-index: 10;
        background-color: #165b92;
        width: 70%;
        padding: 10px 20px;
        margin-left: 13%;
        display: none;
    }

    .contentdivResp {
        background-color: #165b92;
        display: block;
        width: 80%;
        margin: 30px auto;
        padding: 30px 30px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        border-radius: 10px;
    }

    .form-control2 {
        background-color: #E7e7e7;
        width: 100%;
        border: none;
        padding: 6px 10px;
        margin: 10px 0px;
        border-radius: 0px;
        color: black;
        font-weight: 700;
    }

    .contentdivBtn2 {
        padding: 6px 10px;
        border: none;
        background-color: #E7e7e7;
        color: #165b92;
        text-transform: uppercase;
        display: block;
        margin: auto;
        font-size: 13px;
    }
}


@media(min-width:601px) and (max-width:1100px) {
    .mainhomeslider {
        margin-top: 50px;
        position: relative;
        /* border: 2px solid black; */
    }
    .slideimg {
        width: 100%;
        height: auto;
    }

    .contentdiv2 {
        position: absolute;
        top: 45%;
        left: 0;
        z-index: 10;
        background-color: #165b92;
        width: 70%;
        padding: 10px 20px;
        margin-left: 13%;
        display: none;
    }

    .contentdivResp {
        background-color: #165b92;
        display: block;
        width: 60%;
        margin: 30px auto;
        padding: 30px 30px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        border-radius: 10px;
    }

    .aboutdiv {
        display: flex;
        flex-direction: column-reverse;
    }

    .aboutleft {
        width: 100%;
    }

    .aboutright {
        width: 100%;
        padding: 20px 0px;
    }

    .abtheading {
        text-align: center;
        font-size: 40px;
        margin-bottom: 0px;
    }

    .aboutright p {
        color: black;
        font-size: 20px;
        text-align: justify;
        margin: 0px 0px;
    }

    .keyheading {
        text-align: center;
        font-size: 35px;
        margin-bottom: 30px;
    }

    .Missionheading {
        text-align: center;
        font-size: 30px;
        margin-bottom: 0px;
    }

    .typeheading {
        text-align: center;
        font-size: 30px;
        margin-bottom: 20px;
    }

    .Cofferinnerdiv {
        /* border: 2px solid black; */
        display: grid;
        grid-template-columns: 1fr 1fr;
        place-items: center;
        width: 90%;
        margin: auto;
        margin-top: 20px;
        gap: 40px;
    }
    .aboutdiv2 {
        display: flex;
        flex-direction: column-reverse;
        /* border: 2px solid red; */
        width: 90%;
        margin: 20px auto;
    }

    .typeheadingP {
        text-align: center;
        font-size: 16px;
        margin-bottom: 60px;
        color: #165b92;
        font-weight: 600;
        padding: 0px 20px;
    }

    .typesmaindiv {
        padding: 30px 0px;
    }

    .typeaboutdiv {
        display: flex;
        flex-direction: column;
        /* border: 2px solid red; */
        width: 90%;
        margin: 10px auto;
    }

    .aboutleftT {
        width: 100%;
    }

    .typeR h4 {
        font-size: 38px;
        color: black;
        text-align: left;
        text-transform: uppercase;
    }

    .typeR p {
        font-size: 25px;
        color: #666666;
        text-align: left;
        text-transform: capitalize;
        display: block;
        margin-bottom: 6px;
    }

    .typeaboutdiv2 {
        display: flex;
        flex-direction: column;
        /* border: 2px solid red; */
        width: 90%;
        margin: auto;
    }
    .contactmain {
        display: flex;
        flex-direction: column;
    }

    .contactleft {
        /* border: 2px solid red; */
        width: 100%;
        padding: 0px 20px;
    }

    .contactleft p {
        color: #606060;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 20px;
        margin: 0;
    }

    .contactleft h5 {
        color: #165b92;
        /* text-transform: uppercase; */
        font-weight: 600;
        font-size: 25px;
        margin: 0;
    }

    .mdiv {
        /* border: 2px solid black; */
        margin: 13px 0px;
    }

    .contactright {
        /* border: 2px solid green; */
        width: 95%;
        margin: auto;
        padding: 30px 10px;
    }
    
    .form-control {
        background-color: #E7e7e7;
        width: 100%;
        border: none;
        padding: 16px 10px;
        margin: 10px 0px;
        border-radius: 0px;
        color: black;
        font-weight: 700;
    }

    .contentdivBtn {
        padding: 5px 10px;
        border: none;
        background-color: #165b92;
        color: white;
        font-size: 13px;
        text-transform: uppercase;
    }
    .contactmainupperdiv {
        background-color: #f0f4f5;
        padding: 40px 0px;
    }
}


@media(min-width:1000px) and (max-width:1100px) {
    .navbar {
        background-color: transparent !important;
        background-color: white !important;
        /* position: fixed;
        top: 0;
        left: 0; */
        width: 100%;
        padding: 0px 10px;
        z-index: 100;
    }
}


@media(min-width:1800px) {
    .contentdiv2 {
        position: absolute;
        top: 25%;
        right: 0;
        z-index: 10;
        /* border-left: 8px solid #216A9b; */
        /* background-color: rgb(0, 0, 0, 0.7); */
        background-color: #165b92;
        width: 35%;
        padding: 30px 30px;
        margin-right: 10%;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        border-radius: 10px;
    }
    .slideimg {
        width: 100%;
        height: 90vh;
        /* height: auto; */
    }
}