.navbar{
    border-bottom: 2px solid grey;
}
.navbar-brand{
    padding: 0px 0px;
    height:auto !important;
}
.navbar-nav{
    font-family: 'Montserrat', sans-serif;
    font-family: 'Lato', sans-serif;
    font-family: 'verdana', sans-serif;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 0.5px;
    float: right;
    padding-top: 37px;
}
.nav-item{
    padding-right: 10px;
}
#popUpMain{
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1001;
}
#popup{
    top: 8%;
    left: 40%;
    position: absolute;
}
.submitId{
    background-color: white;
    color: black;
    padding: 5px 10px 5px 10px;
    margin-left: 15rem;
    border: none;
    border-radius: 5px;
    margin-top: 5px;
    font-size: 15px;
    font-weight: bold;
    text-shadow: 5px 2px 2px 2px white;
}
.btn{
    color: white;
    background-color: blue;
    margin-right: 10px;
    margin-top: 10px;
}
.image1{
    margin-top: 20px;
	box-shadow: 5px 5px 10px grey;
}
.add-new{
    margin-left: 100rem;
    margin-bottom: 10px;
    margin-top: 10px;
}
.btn{
	background-color:#6ea7c1 !important;
}
h4{
    font-family: 'Montserrat', sans-serif;
    font-family: 'Lato', sans-serif;
    font-family: 'verdana', sans-serif;
    font-size: 18px;
    font-weight: 700;
    padding-top: 20px;
    color: #6ea7c1;
    text-align: left;
}
.contact{
    font-family: 'Montserrat', sans-serif;
    font-family: 'Lato', sans-serif;
    font-family: 'verdana', sans-serif;
    font-size: 15px;
    font-weight: 600;
}
.heading1{
    padding-left: 115px;
}
p{
    font-family: 'Montserrat', sans-serif;
    font-family: 'verdana', sans-serif;
    font-size: 15px;
    font-weight: 200;
    color: black;
    text-align: left;
}
.para1{
    padding-top: 0px;
}
.contact{
    padding-left: 40px;
}
.foot{
    background-color: black;
    color: white;
}
.foot1{
    color: white;
    padding-left: 50px;
}
h5{
    font-family: 'Montserrat', sans-serif;
    font-family: 'Lato', sans-serif;
    font-family: 'verdana', sans-serif;
    font-size: 15px;
    font-weight: 700;
}
hr{
    width: 65px;
    /* padding-right: 20px; */
    margin-left: 2px;
}
.cls1{
margin-left: 50px;
width: 40px; 
}
h6{
    color: white;
    text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
   padding: 7px 7px 7px 7px;
   font-family: 'Noto Sans', sans-serif;
   font-size: 28px;
   font-weight: 600;
   text-align: center;
}

/*-------------------About_Us-----------------*/
.head1{
    background-color: brown;
    color: white;
    text-align: center;
    padding: 5px 5px 5px 5px;
}
.para2{
    text-align: justify;
}
.head2{
    background-image: url('image/background.jpg');
    color: white;
    text-align: center;
    padding: 5px 5px 5px 5px;
}
.para3{
    text-align: justify;
}
.head3{
    background-image: url('image/back_3.jpg');
    color: black;
    text-align: center;
    padding: 5px 5px 5px 5px;
}
.para4{
    text-align: justify;
  }

  /*----------------Contact_us------*/
  .card{
    margin-top: 30px;
}



/*---------Media_Query------------*/
@media only screen and (max-width: 600px){
    .add-new {
        margin-left: 125px !important;
        margin-bottom: 5px;
        padding-top: 0px;
    }
    #popup{
        left: 5%;
    }
    .Logo{
        margin-right: 130px;
    }
    .image1{
        width: 360px;
        height: 100px;
    }
    .heading1{
        margin-left: 40px;
    }
    .para1{
        padding-top: 0px;
    }
    h4{
        margin-top: 0px;
    margin-left: 10px;
    }
    p{
    padding-right: 10px;
    text-align: inherit;
    }
    .contact{
        font-size: 15px;
        font-weight: 600;
    }
    .btn{
        padding-top: 5px;
    }
    .foot1{
        padding-left: 0px;
    }
    .cls1{
        margin-left: 0px;
    }
    .image2{
        width: 100%;
        height: 150px;
    }
    .image3{
        margin-left: 18rem !important;
    }
}
