@charset "utf-16";
article b{
  font-size: 20px;
}
.univer-list, .univer-list2{
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.univer-list img, .univer-list2 img{
  width: 100%;
  height: auto;
}
.univer-list .col-1{
  width: 10%;
}
.univer-list .col-2{
  width: 60%;
  padding-left:auto; 
}
.univer-list .col-3{
  width: 30%;
}
.univer-list2 .col-1{
  width: 10%;
}
.univer-list2 .col-2{
  width: 50%;
  padding-left:auto; 
}
.univer-list2 .col-3{
  width: 20%;
}
.univer-list2 .col-4{
  width: 20%;
}
.uni_body{
  width: 100%;
  position: relative;
}
.uni_header{
  width: 100%;
  border-bottom: 2px solid rgb(109, 198, 201);
}
.uni_name{
  display: block;
  position: relative;
}
.school_name{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.uni_image{
  width: 160px;
  height: 180px;
}
.uni_nav{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 5px;
  background-color: rgb(109, 198, 201);
}
.uni_nav .active{
  color: #b90000;
}
.uni_text{
  padding: 5px;
}
.about{
  width: 80%;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
}
.marked_list li{
  list-style: disc inside;
  margin: 5px auto;
}
.desc_list dd{
  margin: 5px 10px;
}
.desc_list dt{
  font-weight: bolder;
}
.location{
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 20% 80%;
	grid-template-columns: 20% 80%;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
  text-align: center;
  height: 300px;
}
.location span{
  font-weight: bold;
  font-size: 20px;
}
.map_wrapper, .map{
  width: 100%;
  height: 100%;
}
.map_iframe{
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
/********************************
** Programmes and Courses page **
********************************/
.uni_prog{
  width: 95%;
  margin-right: auto;
  margin-left: auto;
}
.programs{
  width: 95%;
  margin: 10px auto;
}
.program_title{
  border: 1px solid rgb(42, 84, 223);
  border-radius: 10px;
  padding: 10px 15px;
  font-size: 20px;
  width: 100%;
  margin-bottom: 0;
  -webkit-box-shadow: 3px 2px 0.5px rgba(0, 0, 0, 0.397);
          box-shadow: 3px 2px 0.5px rgba(0, 0, 0, 0.397);
  cursor: pointer;
  -webkit-transition: 100ms ease-in-out;
  -o-transition: 100ms ease-in-out;
  transition: 100ms ease-in-out;
}
.program_title::before{
  content: "\25B6";
  padding-right: 2px;
}
.program_title:hover{
  -webkit-box-shadow: 3px 2px 0.5px rgba(0, 0, 0, 0.5);
          box-shadow: 3px 2px 0.5px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.01);
      -ms-transform: scale(1.01);
          transform: scale(1.01);
}
.program_body{
  display: none;
  border: 1px solid rgb(42, 84, 223);
  border-top: 0;
  border-radius: 0 0 10px 10px;
  padding: 5px;
  margin-top: 0;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.sems{
  margin: 10px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
}
.program_body_title{
  font-size: 15px;
}
.program_cats{
  margin: 10px 0;
}
.program_cats_head, .course_school_t{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.program_cats_title::before{
  content: "\25B6";
  padding-right: 2px;
}
.course_school_t{
  font-size: 18px;
}
.hide_and_show{
  -webkit-transition: display 100ms ease-in-out;
  -o-transition: display 100ms ease-in-out;
  transition: display 100ms ease-in-out;
  text-decoration: underline;
  font-weight: lighter;
  cursor: pointer;
  color: rgb(107, 100, 100);
  font-family: serif;
}
.hide_and_show:hover{
  -webkit-transform: scale(1.01);
      -ms-transform: scale(1.01);
          transform: scale(1.01);
}
/***********************
** Text fading effect **
***********************/
  .short_info{
  position: relative;
}
.short_info::after{
  content: linear-gradient(#ffffff,#008000);
  z-index: 10;
  /* width: ; */
  position: absolute;
  right: 0;
}
@media screen and (max-width: 700px){
  .uni_header{
    border-bottom: 2px solid rgb(109, 198, 201);
  }
  .uni_image{
    width: 100px;
    height: 120px;
  }
  .about{
    width: 90%;
  }
  .marked_list li{
    list-style: disc inside;
    margin: 5px auto;
  }
  .desc_list dd{
    margin: 5px 10px;
  }
  .desc_list dt{
    font-weight: bolder;
  }
  .location{
    display: block;
    margin-bottom: 10px;
    text-align: center;
    height: 300px;
  }
  .location span{
    font-weight: bold;
    font-size: 20px;
    color: #3A4DA4;
  }
  .map_wrapper, .map{
    width: 100%;
    height: 100%;
  }
}