.title{
    color: #035EA5;
    font: normal normal 800 2.25rem/1.875rem Mulish;
    text-align: center;
}
.inner-container{
    padding: 5em;
}
.sub-heading{
    font: normal normal medium 28px/30px Mulish;
    color: black;
    margin-top: 2em;
}
.facil-flexbox{
    gap: 2em;
}
.facil-flexbox img{
    border-radius: 5%;
}
  .flex-text{
    width: 70%
  }

.course-container{
    flex-basis: 30%;
}
.course-content{
    flex-basis: 70%;
}
.course-container{
    padding: 2em 0em 2em 0em;
    background-color: #035EA5;
    color: #ffffff !important;
    text-align: left;
}
.course-container .nav-link{
    color: #ffffff !important;
}
.course-link{
    padding: 0em 0em 1em 2em !important;
}

.course-container .nav-link.active, .nav-pills .show>.nav-link{
    color: #BFFAFF !important;
    background-color: #035EA5 !important;
}
.course-container button{
    text-align: left;
}
.degree{
    font: normal normal 800 26px/24px Mulish;
}
.course-name{
    font: normal normal medium 20px/24px Mulish;
}
.course-container .nav-link.active .border-left{
    border-left: 4px solid #159BD7;
    padding-left:1em;
}

.course-heading{
    font: normal normal 800 28px/30px Mulish;
    color: #035EA5;
}
.course-subheading{
    font: normal normal 600 20px/30px Mulish;
    color: #039F9F;
}
.course-overview {
    width: 70%;
    margin-top: 1rem;
    margin-left: 4rem;
}
.course-overview p{
    font: normal normal normal  1.125rem / 1.5rem  Mulish;
}
.course-image-container{
   
}
.course-image-container img{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin: 1rem 3rem 3rem 0rem;
}
.course-overview-container{
    
}

.address-card{
    margin:auto;
    width:35%;
    padding:2em;
    font: normal normal normal 1rem/1.5rem Mulish;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.contact{
  color: #035EA5;
}
.principal-image img{
    width: 247px;
}
.principal-quote{
    padding-left: 2em;
    padding-right: 2em;
}
.principal-quote-container{
    margin:auto;
    align-items: center;
    justify-content: center;
    width: 75%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
@media only screen and (max-width: 768px) {
  .principal-quote-container{
    flex-wrap: wrap;
    width: 100%;
  }
  .principal-image img {
    width: 100%;
}
}
.chairman-image{
    width:70%;
    margin: auto;
}
.chairman-image img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70% !important;
    border-radius: 12px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
@media only screen and (max-width: 768px){
  .chairman-image{
    width: 100%;
  }
  .chairman-image img{
    width: 100% !important;
   }

}

/*image gallery */
.img-gallery{
	margin-top: 3em;
	gap: .5em;
	flex-wrap: wrap;
}
.thumbnail{
	width: 21em;
	height: auto;
}


/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}
.modal-thumbnails{
	gap: .5em;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}



.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/*image gallery ends */


@media only screen and (max-width: 768px) {
  .flex-text{
    width: 100%
  }
  .facil-flexbox{
    flex-wrap: wrap;
  }
  .inner-container{
    padding: 2em;
  }
  .academics-container{
    flex-wrap: wrap;
}
  .course-container {
    flex-basis: 100%;
    margin-bottom: 2em;
}
    .course-content {
    flex-basis: 100%;
}
.address-container{
    flex-wrap: wrap;
}
    .course-overview-container{
        flex-wrap: wrap;
    }
    .course-image-container{
        width: 100%;        
    }
    .course-overview{
        width: 100%;
    }
    .course-image-container img{
        width: 100%;
    }
    .course-image-container img {
       margin: unset;
       margin-top: 1.5rem; 
    }
    .course-overview {
      margin-left: unset;
    }
    .address-card{
      margin:auto;
      width:90%;
      padding:2em;
      font: normal normal normal 16px/20px Mulish;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
    .thumbnail{
      width: 11em;
      height: auto;
    }
}