* {
  box-sizing: border-box;
 }
 body {
    margin: 0;
	    font-family: 'Abel', sans-serif;

  }

.loadern {
  background-color: #ff6000; 
  border: none; 
  color: white; 
  padding: 12px 24px; 
  font-size: 19px;
}



video {
  width: 100%;
  height: auto;
}

 
 #table {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#table td, #customers th {
  border: 1px solid #1e90ff;
  padding: 5px;
}


#table th {
  padding:5px;
  text-align: left;
  border: 1px solid #1e90ff;
  background-color: #161314;
  color: white;
}
 
 
  
row{
  display: flex;
  justify-content: center;
  z-index: -1;
}

.red-text{
	color:red;
}

#faculty{
color:#1e90ff;
}


.card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 95%;
}
div.gallery {
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 180px;
}
.pagination li {
	list-style-type:none;
	float:left;
}

.disabled {
    pointer-events: none;
}

.pagination {
  display: inline-block;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  border: 1px solid #ddd;
}

.pagination a.active {
  background-color: #4CAF50;
  color: white;
  border: 1px solid #4CAF50;
}

.pagination a:hover:not(.active) {background-color: #ddd;}

.pagination a:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.pagination a:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}


div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}



.addclass input[type=text], select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.addclass input[type=submit] {
  width: 100%;
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.addclass label {
	font-weight:bold;
 display:block;
  color: #000000;
  border: none;
  }
  .addclass input[type=file] {
font-weight:bold;
display:block;
 color: #000000;
 border: none;
  }
.aaddclass input[type=submit]:hover {
  background-color: #45a049;
}
.div-high{
	border:2px solid grey;
	border-radius:9px;
	display:block;
	padding:10px;
	margin:5px;
}
.active-green{
	background-color:#4CAF50;
}

	.col-right-addclass{
    width: 68%;
	height:auto;
	margin: 20px 10px 20px 10px;
    text-align: justify;
    background-color: white;
    color: black;
	overflow-x:auto;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	float:left;
	}
	
	.col-side-menu-addclass{
    width: 28%;
	height:auto;
	margin: 20px 10px 20px 10px;
    text-align: justify;
    background-color: white;
    color: black;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	float:left;
	}
	


.col-classroom-video{
	width:80%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:20px;
    text-align: justify;
    background-color: white;
    color: black;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	float:center;
	}

.e-class{
  width:100%;
  height:500px;
  padding-top:100px;
  padding-bottom:100px;
  background-color: #F5DEB3;
}
.select-box {
 }

.select-box select {
  background-color: #F0FFFF;
  color: #000;
  border-radius: 10px;
  text-align:center;
  padding: 12px;
  width: 350px;
  border: none;
  font-size: 20px;
  box-shadow: 0 8px 10px rgba(0,0,0,0.4);
  -webkit-appearance: button;
  appearance: button;
  outline: none;
}



.select-box:hover::before {
  color: rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.2);
}

.select-box select option {
  padding: 50px;
}




.col-card-90 {padding:10px;margin:auto;margin-bottom:20px;width:90%;box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)}
.col-card-100 {padding:5px;margin:auto;margin-bottom:10px;width:100%;box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)}
.col-card-class {padding:20px;margin-bottom:50px;width:100%;box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)}
.col-card-32 {margin:8px;width:32%;float:left;box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)}
.row::after {
  content: "";
  clear: both;
  display: table;
}

div.image_gallery {
  border: 1px solid #ccc;
  }

div.image_gallery:hover {
  border: 1px solid #777;
}

div.image_gallery img {
  width: 100%;
  height: auto;
}

div.image_gallery_desc {
  padding: 15px;
  text-align: center;
}



.image_gallery_responsive {
  padding:6px;
  float: left;
  width: 24.99999%;
}

@media only screen and (max-width: 700px) {
  .image_gallery_responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .image_gallery_responsive {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}




/* latin */
@font-face {
  font-family: 'Abel';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Abel Regular'), local('Abel-Regular'), url(https://fonts.gstatic.com/s/abel/v10/MwQ5bhbm2POE2V9BPQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


.col-programmes{
    display: block;
    float: left;
    width:50%;
    padding: 15px;
  }
  .col-programmes_heading{
    display: block;
    padding: 5px;
	width:95%; 
	margin:auto;
    background-color: #1669a7;
    color: white;
    border: 1px solid black;
    margin-top: 6px;
    cursor:pointer;
    }
    .col-programmes_content{
      display: block;
      padding: 10px;
	  width:95%; 
	margin:auto;
      background-color: white;
      border: 1px solid black;
      border-top: none;
      display: none;
      text-align: justify;
      }

 /* Column 3grid style*/
  .col-3grid{
    margin: 22px;
    width:30%;
    text-align:center;
    background-color:white;
    color:black;
    padding:10px;
    border-radius:20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	float:left;
	}
  .col-3grid i{
    font-size:55px;
    color:dodgerblue;
    margin-bottom: 5px;
  }
  .col-3grid h3{
  margin-bottom: 0px;
  }
  .col-3grid p{
  margin-top: 0px;
  }
 
 
 /* Column profile style*/
  .col-profile{
    margin: 22px;
    width:21.5%;
    height: 520px;
	justify-content: center;
    text-align:center;
    background-color:white;
    color:black;
    padding:10px;
    border-radius:20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	float:left;
	}
  .col-profile i{
    font-size:55px;
    color:dodgerblue;
    margin-bottom: 5px;
  }
  .col-profile h3{
  margin-bottom: 0px;
  }
  .col-profile p{
  margin-top: 0px;
  }
 .responsive {
  width: 100%;
  max-width: 1000px;
  height: auto;
}





/* Flash News Style) */
.flash-news {
  padding: 10px;
  color: green;
  border:none;
  margin:none;
  font-size:14pt;
  font-style:bold;
  background-color:none;
  min-height: 30px;
  max-width:100%;
}

/* Header Text Style) */
.headertext {
  padding-top: 45px;
  padding-bottom: 35px;
  padding-left:0;
  color:#fff;
  width:90%;
  min-height: 80px;
  font-size:25pt;
  margin-top:auto;
  margin-left:0;
  margin-bottom:auto;
  }
  /* Header Text Style) */
#headersub {
	color:#fff;
	font-size:10pt;
}
/* Header Logo Style) */
.headerlogo {
  padding-top: 20px;
  padding-right:1px;
  color: white;
  width:auto;
  min-width: 100px;
  min-height: 80px;
  float:left;
}
.mobileheaderlogo{display:none;}
.heading{display:block;width:98%;margin:auto;background-color: #333;font-size:3vw;text-align:center;color:#fff;padding:10px;border-radius:15px;}
.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #1e90ff;
  color: white;
}

.topnav .icon {
  display: none;
}
/*image slider*/
.mySlides {display: none;}
.mySlides img {vertical-align: middle;
max-width: 1000px;
border-radius:20px;
height:auto;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  height: auto;
  position: relative;
  margin: auto;
  padding:30px;
  z-index: -1;
}


/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.activeslide {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
.col-full{
	width:98%;
	height:auto;
	margin: 20px 10px 20px 10px;
    text-align: justify;
    background-color: white;
    color: black;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	float:left;
	}

.col-side-menu{
    width: 28%;
	height:600px;
	margin: 20px 10px 20px 10px;
    text-align: justify;
    background-color: white;
    color: black;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	float:left;
	}
	.col-right{
    width: 68%;
	height:600px;
	margin: 20px 10px 20px 10px;
    text-align: justify;
    background-color: white;
    color: black;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	float:left;
	}f-aboutus-page{
    width: 48%;
	height:300px;
    margin: 20px 10px 20px 10px;
    text-align: justify;
    background-color: white;
    color: black;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	float:left;
	}
.vertical-menu {
  
}

.vertical-menu a {
  background-color: #ffff;
  color: black;
  display: block;
  padding: 12px;
  text-decoration: none;
}

.vertical-menu a:hover {
  background-color: #ccc;
  color: black;
}

.vertical-menu a.active {
  background-color: black;
  color: white;
}
.vertical-menu a.active-red {
  background-color: #0000;
  color: black;
}
.col-half-aboutus-main-page{
    width: 48%;
	height:280px;
    margin: 20px 10px 20px 10px;
    text-align: justify;
    background-color: white;
    color: black;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	float:left;
	}







@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

}
.btn_previous{
  position: block;
  background-color: #333;
  color: white;
  width:100px;
  padding: 10px;
  font-weight: bold;
  outline-offset: opx;
  border: 2px solid #1e90ff;
  border-radius: 4px;
  z-index: -3;
}
.btn_next{
  position: block;
  background-color: #333;
  width:100px;
  color: white;
  padding: 10px;
  font-weight: bold;
  outline-offset: opx;
  border: 2px solid #1e90ff;
  border-radius: 4px;
  z-index: -3;
}


.btn_readmore{
  position: block;
  float: right;
  background-color: #333;
  color: white;
  padding: 10px;
  font-weight: bold;
  outline-offset: opx;
  border: 2px solid #1e90ff;
  border-radius: 4px;
  z-index: -3;
}
.btn_readmore_center{
 display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: #333;
  color: white;
  padding: 10px;
  font-weight: bold;
  outline-offset: opx;
  border: 2px solid #1e90ff;
  border-radius: 4px;
  z-index: -3;
}

/*login form style*/
.loginform {
  background-color:#F5DEB3;
  padding:20px;
}

/*login form input style*/
.loginform  input{
  background-color: white;
  color:black;
  display: block;
  margin: auto;
  text-align:center;
  width:250px;
  padding: 8px;
  margin-top:10px;
  margin-bottom:10px;
  border-radius:10px;
  border: 3px solid black;
}
.loginform  input:focus{
border: 3px solid #1e90ff;
}


/*column-footer_quick_contact style*/
.column-footer_quick_contact{
  width:30%;
  color: white;
  font-size: .9em;
  text-align:left;
  padding:2px;
  padding-left: 18px;
  float:left;
  }


/*quickcontactform input style*/
.quickcontactform  input, textarea{
  background-color: white;
  color:black;
  width:90%;
  padding: 8px;
  margin-top: 8px;
  margin-bottom: 8px;
  border-radius: 10px;
  border: 3px solid black;
}
.quickcontactform  input:focus, textarea:focus{
border: 3px solid #1e90ff;
}

.footer{
  background-color: #1669a7;
  display: block;
  width:100%;
  font-size: .89em;
  padding: 20px;
  position: relative;
  bottom:0;
  z-index: 1;
  text-align: center;
  color: white;
  margin: 0;
}




/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
.column-footer_quick_contact{width:100%;}
[class*="col-"] {width:95%;height:auto;}

.heading{display:block;width:98%;margin:auto;background-color: #333;font-size:6vw;text-align:center;color:#fff;padding:10px;border-radius:15px;}


.col-profile{
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
	width:90%;
    text-align:center;
    background-color:white;
    color:black;
    padding:10px;
    border-radius:20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	float:none;
    }

/* Column 3grid style*/
  .col-3grid{
    margin: 10px;
    width:95%;
    text-align:center;
    background-color:white;
    color:black;
    padding:10px;
    border-radius:20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	float:left;
	}


.col-half{
	width:95%;
	height:auto;
	margin: 20px 10px 20px 10px;
    text-align: justify;
    background-color: white;
    color: black;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	float:left;
	}
.col-full{
	width:95%;
	height:auto;
	margin: 20px 10px 20px 10px;
    text-align: justify;
    background-color: white;
    color: black;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	float:left;
	}


  /* Header Text Style) */
.headertext {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left:0;
  color:#fff;
  width:100%;
  min-height: 80px;
  font-size:7vw;
  font-style:bold;
  margin-top:auto;
  margin-left:0;
  margin-bottom:auto;
  text-align:center;
  display:block;
  margin:auto;
  padding:10px;
    }
  /* Header Text Style) */
#headersub {
	display:block;
	margin:auto;
	color:#fff;
	padding:10px;
	font-weight:bold;
	font-size:3vw;
}
/* Header Logo Style) */
.headerlogo {
	display:block;
  margin:auto;
  padding:0;
  min-width:0;
  min-height:0;
  display:none;
  }
.mobileheaderlogo{display:block;background-color:#333333;}

 #logoimg{
	 display:block;
  margin:auto;
  padding-top:15px;
	 max-width:25%;height:auto}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .example {background: green;}
  
  
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .example {background: blue;}
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .example {background: orange;}
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .example {background: pink;}
}
	