*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    list-style: none;
}
nav
{
    background-color: rgb(0, 33, 86);
}
.image
{
    margin-left: 25px;
}
.links
{
    margin-left: 5%;
}
.nav-item
{
    margin-left: 32px;
}
.nav-item a
{
    padding: 22px !important;
    color: white;
    font-size: 22px;
    font-family: monospace;
}
.navbar-toggler
{
    color: white;
}

/* Banner */
.carousel-inner img
{
    width: 100% !important;
    height: 100%;
}
.carousel-inner h5
{
    color: black;
    font-size: 35px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    /* line-height: 5px; */
}
.carousel-inner p
{
    color: black;
    font-size: 22px;
    font-family: monospace;
    font-weight: bold;
    line-height: 11px;
}
.heading
{
    width: 100%;
    text-align: center;
    font-size: 44px;
    font-family: monospace;
    letter-spacing: 5px;
    padding: 4%;
    color: rgb(0, 33, 86);
    text-decoration: underline;
    text-underline-offset: 11px;
}
.body_image1
{
    width: 100%;
    height: 47vh !important;
}




/* Faculties */
.faculties
{
    margin-left: 1.2% !important;
    padding-bottom: 25px;
}
.card
{
    margin: 1.1%;
}
.card-body
{
    text-align: center;
}






/* Contact Query */
.query
{
    width: 100% !important;
    height: 46vh;
    background-image: url(./query.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    display: grid;
    grid-template-columns: auto auto;
}
.info
{
    width: 100%;
}
.info p
{
    color: rgb(0, 2, 92);
    font-size: 28px;
    font-family: monospace;
    font-weight: bold;
    margin-top: 7%;
    margin-left: 15%;
}
.info h4
{
    color: rgb(0, 28, 114);
    font-size: 25px;
    font-family: monospace;
    font-weight: bold;
    margin-top: 1.8%;
    margin-left: 15%;
}
.info h5
{
    color: rgb(0, 0, 0);
    font-size: 22px;
    font-family: monospace;
    font-weight: bold;
    margin-top: 4%;
    margin-left: 15%;
}

.form1
{
    width: 100%;
}
.box
{
    margin-top: 25px;
}
.text_box_heading
{
    color: white;
    font-family: monospace;
    font-size: 19px;
    padding-top: 22px;
}
#text_box
{
    height: 38px;
    width: 290px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(101, 101, 101, 0.5);
    border-radius: 9px;
    margin-top: 25px;
    margin-left: 15px;
    padding: 5px;
    outline-color: rgba(0, 181, 169, 0.7);
}
#text_box:hover
{
    cursor: text;
}
.button
{
    height: 38px;
    width: 180px;
    margin-top: 15px;
    margin-left: 15px;
    border-width: 0.5px;
    border-color: rgba(101, 101, 101, 0.5);
    border-radius: 9px;
    background-color: rgb(255, 187, 0);
    color: rgb(0, 2, 92);
    font-family: monospace;
    font-size: 15px;
    font-weight: bold;
}





.contact-form
{
    margin-top: 4%;
}
.control-label, .btn
{
    color: black;
    font-size: 22px !important;
    font-family: monospace;
}
.form-control
{
    color: black;
    font-size: 18px !important;
    font-family: monospace;
}









/* Map */
.map-container{
  overflow:hidden;
  padding-bottom: 15%;
  position:relative;
  height:0;
}
.map-container iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}




/* Footer */
footer
{
  background-color: rgb(0, 28, 114);
}
.footer-copyright, .footer-copyright a
{
  color: white;
}
.footer-copyright a:hover
{
  cursor: pointer;
  color: rgb(255, 208, 0);
}




/* Responsive */
@media only screen and (max-width: 658px)
{
    .query
    {
        grid-template-columns: auto;
    }
    .form1
    {
        margin-left: 14%;
    }
}