/*------------------- responside image size for slider ------------------*/
.responsive-size-image{
    width: auto;
    height: 100%;
}
.carousel-item{
    background-color: grey;
    height: 500px;
    vertical-align: middle;
}
.aboutdiv{
    background-color:  #0ec7a7;/*#dddddd;*/
    padding: 3%;
    font-family:'Gill Sans', 'Gill Sans MT', 'Calibri', 'Trebuchet MS', sans-serif;
}

.aboutdiv .aboutdiv-content{
    text-align: justify;
    margin-top: 10px;
    margin-left: 10px;
    /*border: 1px solid rgb(0, 6, 90);*/
    overflow: auto;
}

.admissionform{
    width: 60%;
    margin-left: 4%;
    padding: 3%; 
    background-color: rgba(192, 153, 187, 0.459);
  }
 /* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the wnavbar (.icon) */
 @media screen and (max-width: 900px) {
    .carousel-item{
      height: 300px;
    }
    .admissionform{
        width: 90%;
    }
  }
.course-service{
    background-color: rgba(254, 226, 233, 0.438);
    padding: 1%;
    font-family: 'Gill Sans', 'Gill Sans MT', 'Calibri', 'Trebuchet MS', sans-serif;
    color: black;
}

.course-service h3{
    font-family: 'Gill Sans', 'Gill Sans MT', 'Calibri', 'Trebuchet MS', sans-serif;
    letter-spacing: 3px;
    /* text-decoration: underline; */

}
.course-service #service{
    background-color: white;/*rgba(192, 153, 187, 0.459);*/
    color: navy;
    padding-left: 10px;
    border: 1px solid black;
}

.course-service b{
    color: red;
}
