.title{
    color: #035EA5;
    font: normal normal 800 36px/30px 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%;
}
.zoom-img {
    width: 400px;
    height: 266px;
    overflow: hidden;
    border-radius: 5%;
  }
  
  .zoom-img img {
    width: 400px;
    height: 266px;
    border-radius: 5%;
    object-fit: cover;
    transition: all .3s ease;
  }
  
  .zoom-img img:hover {
    transform: scale(1.2);
    
  }
  .zoom-img img:hover img{
    border-radius: 5%; 
  }
  .flex-text{
    width: 70%
  }

  .course-container{
    flex-basis: 30%;
}
.course-content{
    flex-basis: 70%;
    margin-left: 2em;;
}
.course-container{
    padding: 0em 0em 2em 0em;
    color: #ffffff !important;
    text-align: left;
}
.course-container .nav-link{
    color: #ffffff !important;
}
.course-link{
    padding: 0em 0em 1em 2em !important;
    margin-bottom: .3em;
    border-radius: 0 !important;
}
.course-link-blue{
  background-color: #0070A2;
}
.course-link-green{
  background-color: #488943;
}
.courses-inner{
  width: 377px;
  color: #ffffff;
  padding: 1.3em 2em 1.3em 2em;
}
.course-link{
  border-right:10px solid #ffffff ;
}
.courses-inner h4{
  font: normal normal 800 30px/28px Mulish;
}
.course-container .course-link-blue.active, .nav-pills .show>.nav-link{
    border-right:10px solid #2E95C3 ;
    background-color: #0070A2;
}
.course-container .course-link-green.active, .nav-pills .show>.nav-link{
  border-right:10px solid #62A05D ;
  background-color: #488943;
}

.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{
    
}

.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%;
}
.course-overview p{
    font: normal normal normal 16px/20px Mulish;
}
.course-image-container{
    margin-left: 1em;
    width: 30%;
    
}
.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);
}
.chairman-image{
  width:70%;
  margin: auto;
}
 .principal-image{
  width:50%;
  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);
}
.principal-image img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50% !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);
}
.address-card{
  margin:auto;
  width:50%;
  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);
}

/*image gallery */
.img-gallery{
	gap: .5em;
	flex-wrap: wrap;
}
.thumbnail{
	width: 17.7em;
	height: auto;
}
.rank-container{
  gap: 1em;
  justify-content: center;
  flex-wrap: wrap;
}
.card-rank{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  border-radius: 5px;
  text-align: center;
}


/* 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;
  }
  .thumbnail{
	width: 11em;
	height: auto;
}
}

@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{
        order: 1;
        width: 100%;
        padding-bottom: 2em;
    }
    .course-overview{
        order: 2;
        width: 100%;
    }
    .course-image-container img{
        width: 100%;
    }
  .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);
}
}