.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: center;
  outline: none;
  font-size: 20px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #ccc;
}

.accordion .icon {
  float: center;
}

.panel {
  padding: 0 18px;
  background-color: #ccc;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.flip-card {
  background-color: transparent;
  width: 100%;
  height: 300px;
  perspective: 1000px;
  padding:5px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  }

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #bbb;
  color: black;
}

.flip-card-back {
  background-color: #2980b9;
  color: white;
  transform: rotateY(180deg);
}

* {
  box-sizing: border-box;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 50%;
  padding: 10px;
  height: 300px; /* Should be removed. Only for demonstration */
}

/* Create four equal columns that floats next to each other */
.columnf {
  float: left;
  width: 20%;
  padding: 10px;
  height: 150px;
  text-align :left;
  background-color : #000;
  color:#fff;
  padding-left:50px;
}

.columnf p a {
  color:#fff;
  text-decoration: none;
  font-size:17px;
  
}


/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
  .columnf {
    width: 100%;
  }
}

.faculty111{
width:100%;
height:100%;
text-align:center;
background-color: #f5f5f5;
border-collapse: collapse;
border-color:#036;
}

.faculty111 tr td {
font-size:18px;
font-weight:600px;
color:#036;
padding:2px;
border: 1px solid;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .faculty111 {font-size:8px;
  align:justify;
  width:100%;
  padding-right:30px;
  }





    /* Set cursor pointer for all anchor links */
    a {
      cursor: pointer;
    }

    /* Your other CSS styles for the page */
    /* ... */
  
  

<style type="text/css">

/* ============ desktop view ============ */
@media all and (min-width: 992px) {

	.dropdown-menu li{
		position: relative;
	}
	.dropdown-menu .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.dropdown-menu .submenu-left{ 
		right:100%; left:auto;
	}

	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{
		display: block;
	}
	
	.dropdown:hover > .dropdown-menu {
		display: block;
	}
}	
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {

.dropdown-menu .dropdown-menu{
		margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
}

}	
/* ============ small devices .end// ============ */




	body {
	  margin: 0;
	  font-family: 'Times New Roman', Times, serif;
	}
	
	.topnav {
	  height:35px;
	  background-color: #ddd;
	 }
	
	.topnav a {
	  float: left;
	  color: #000;
	  text-align: center;
	  padding: 4px 5px;
	  text-decoration: none;
	  font-size: 12px;
	  font-weight:300;
	 }
	
	.topnav a:hover {
	  color: black;
	}
	
	.topnav a.active {
	  color: white;
	}
	
	.topnav-right {
	  float: right;
	}



	#mySidenav a {
	  position: fixed;
	  left: -112px;
	  transition: 0.3s;
	  padding: 10px;
	  width: 150px;
	  text-decoration: none;
	  font-size: 15px;
	  color: white;
	  border-radius: 0 5px 5px 0;
	  z-index: 1000;
	  text-align:right;
	}
	
	#mySidenav a:hover {
	  left: 0;
	}
	
	#about {
	  top: 200px;
	  background-color: #ff9933;
	}
	
	#blog {
	  top: 245px;
	  background-color: #2196F3;
	}
	
	#projects {
	  top: 292px;
	  background-color: #f44336;
	}
	
	#contact {
	  top: 337px;
	  background-color:green;
	}
	
   /* FLOATING SIDEBAR */
  .side ul {
		position: fixed;
	  display: block;
	  list-style-type: none;
	  right: 0em;
	  top: 30%;
	  z-idex:1000;
	  }
  
  @keyframes slideright {
	  100% {
		  right: 0;
	  }
  }
  
  .side ul li {
	margin-bottom: 5px;
	margin-right:10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	}
  
  .side ul li a {
	  font-size: 19px;
	  text-transform: none;
	  text-align: center;
	text-decoration: none;
	  color: #ebebeb;
  }
  
  .side ul li:hover {
	  color: #fff;
  }
	
	.feedback-button {
	height: 30px;
	background: #e6a904;
	width: 140px;
	line-height: 28px;
	-webkit-transform: rotate(-90deg);
	font-weight: 600;
	color: rgb(7, 0, 0);
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	text-align: center;
	font-size: 17px;
	position: fixed;
	right: -55px;
	border: none;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	top: 32%;
	font-family: "Roboto", helvetica, arial, sans-serif;
	z-index: 999;
  }
  
  .feedback-button1 {
	height: 30px;
	background: #e6a904;
	width: 140px;
	line-height: 28px;
	-webkit-transform: rotate(-90deg);
	font-weight: 600;
	color: rgb(5, 0, 0);
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	text-align: center;
	font-size: 17px;
	position: fixed;
	right: -55px;
	border: none;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	top: 56%;
	font-family: "Roboto", helvetica, arial, sans-serif;
	z-index: 999;
  }
  
   .feedback-button1 a {
	color: #036;
	font-weight: 600;
	}
  .feedback-button2 {
	height: 30px;
	background: #e6a904;
	width: 140px;
	line-height: 28px;
	-webkit-transform: rotate(-90deg);
	font-weight: 600;
	color: rgb(5, 0, 0);
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	text-align: center;
	font-size: 17px;
	position: fixed;
	right: -55px;
	border: none;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	top: 74%;
	font-family: "Roboto", helvetica, arial, sans-serif;
	z-index: 999;
  }
  
   .feedback-button2 a {
	color: #036;
	font-weight: 600;
	}
  
  .feedback-button a {
	color: #036;
	font-weight: 600;
	}
  
  .box {
	clip-path: polygon(0 329.67px,260px 260px,329.67px 0,100% 0,100% 100%,0 100%);
  }

  .parallelogram {
	width: 100px;
	height: 35px;
	transform: skew(-30deg);
	background: #555;
}

.buttontop {
    background-color:#036;
    color:#fff;
    border:none;
    border-radius:10px;
}

/* Create four equal columns that floats next to each other */

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the four columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}

@media (max-width: 500px) {
  /* CSS that should be displayed if width is equal to or less than 800px goes here */
.navbar-brand {
 width: 100px;
 visibility: visible;
}
.mob {
  visibility: hidden;
}
.logor img {
padding-top: 10px;
  width: 70px;
height: 70px;
}
.nav-item {
  padding-left: 30px;
}
.dropdown-item a {
 padding-left:30px;
}

}




#dropbtn {
  background-color: #04AA6D;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

#dropdown {
  position: relative;
  display: inline-block;
}

#dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  color:#036;
}

#dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  color:#036;
}
.dropdown-item {
 color:#036;
}
.dropdown-item a {
 }

#dropdown-content a:hover {background-color: #ddd;}

#dropdown:hover .dropdown-content {
    color:yellow;
    display: block;}

#dropdown:hover #dropbtn {background-color: #3e8e41;}

.dropdown-menu {
    display: none;
}

/* Display the dropdown menu when the button is hovered */
.nav-link:hover .dropdown-menu {
    display: block;
}



	/* Make the image fully responsive */
	.carousel-inner img {
	  width: 100%;
	  height: 100%;
	}
	
	  

    body {
      font-family: 'times new roman';
      margin: 0;
      padding: 0;
    }

    .center-box {
      background-color: #dbeef3;
      text-align: justify ;
      color: #036;
      max-width: 800px;
      margin: 0 auto;
      padding: 20px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      border-radius: 5px;
    }

    h4 {
      margin-top: 20px;
      text-align: center ;
    }

    p {
      font-size: larger;
    }
  
    /* Set cursor pointer for all anchor links */
    a {
      cursor: pointer;
    }

    /* Your other CSS styles for the page */
    /* ... */
  


.body::-webkit-scrollbar {
  display: none;
}
.fee{
  text-align: center;
  width: 100%;
}
.fee tr td{
  width: 33%;
  border: #036 solid 1px;
  text-align: left;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {

	.dropdown-menu li{
		position: relative;
	}
	.dropdown-menu .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.dropdown-menu .submenu-left{ 
		right:100%; left:auto;
	}

	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{
		display: block;
	}
	
	.dropdown:hover > .dropdown-menu {
		display: block;
	}
}	
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {

.dropdown-menu .dropdown-menu{
		margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
}

}	
/* ============ small devices .end// ============ */

	.topnav {
	  height:35px;
	  background-color: #ddd;
	 }
	
	.topnav a {
	  float: left;
	  color: #000;
	  text-align: center;
	  padding: 4px 5px;
	  text-decoration: none;
	  font-size: 12px;
	  font-weight:300;
	 }
	
	.topnav a:hover {
	  color: black;
	}
	
	.topnav a.active {
	  color: white;
	}
	
	.topnav-right {
	  float: right;
	}



	#mySidenav a {
	  position: fixed;
	  left: -112px;
	  transition: 0.3s;
	  padding: 10px;
	  width: 150px;
	  text-decoration: none;
	  font-size: 15px;
	  color: white;
	  border-radius: 0 5px 5px 0;
	  z-index: 1000;
	  text-align:right;
	}
	
	#mySidenav a:hover {
	  left: 0;
	}
	
	#about {
	  top: 200px;
	  background-color: #ff9933;
	}
	
	#blog {
	  top: 245px;
	  background-color: #2196F3;
	}
	
	#projects {
	  top: 292px;
	  background-color: #f44336;
	}
	
	#contact {
	  top: 337px;
	  background-color:green;
	}
	
   /* FLOATING SIDEBAR */
  .side ul {
		position: fixed;
	  display: block;
	  list-style-type: none;
	  right: 0em;
	  top: 30%;
	  z-idex:1000;
	  }
  
  @keyframes slideright {
	  100% {
		  right: 0;
	  }
  }
  
  .side ul li {
	margin-bottom: 5px;
	margin-right:10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	}
  
  .side ul li a {
	  font-size: 19px;
	  text-transform: none;
	  text-align: center;
	text-decoration: none;
	  color: #ebebeb;
  }
  
  .side ul li:hover {
	  color: #fff;
  }
	
	.feedback-button {
	height: 30px;
	background: #e6a904;
	width: 140px;
	line-height: 28px;
	-webkit-transform: rotate(-90deg);
	font-weight: 600;
	color: rgb(7, 0, 0);
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	text-align: center;
	font-size: 17px;
	position: fixed;
	right: -55px;
	border: none;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	top: 32%;
	font-family: "Roboto", helvetica, arial, sans-serif;
	z-index: 999;
  }
  
  .feedback-button1 {
	height: 30px;
	background: #e6a904;
	width: 140px;
	line-height: 28px;
	-webkit-transform: rotate(-90deg);
	font-weight: 600;
	color: rgb(5, 0, 0);
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	text-align: center;
	font-size: 17px;
	position: fixed;
	right: -55px;
	border: none;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	top: 56%;
	font-family: "Roboto", helvetica, arial, sans-serif;
	z-index: 999;
  }
  
   .feedback-button1 a {
	color: #036;
	font-weight: 600;
	}
  .feedback-button2 {
	height: 30px;
	background: #e6a904;
	width: 140px;
	line-height: 28px;
	-webkit-transform: rotate(-90deg);
	font-weight: 600;
	color: rgb(5, 0, 0);
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	text-align: center;
	font-size: 17px;
	position: fixed;
	right: -55px;
	border: none;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	top: 74%;
	font-family: "Roboto", helvetica, arial, sans-serif;
	z-index: 999;
  }
  
   .feedback-button2 a {
	color: #036;
	font-weight: 600;
	}
  
  .feedback-button a {
	color: #036;
	font-weight: 600;
	}
  
  .box {
	clip-path: polygon(0 329.67px,260px 260px,329.67px 0,100% 0,100% 100%,0 100%);
  }

  .parallelogram {
	width: 100px;
	height: 35px;
	transform: skew(-30deg);
	background: #555;
}

.buttontop {
    background-color:#036;
    color:#fff;
    border:none;
    border-radius:10px;
}

/* Create four equal columns that floats next to each other */
.columnf {
  float: left;
  width: 20%;
  padding: 10px;
  height: 150px;
  text-align :left;
  background-color : #000;
  color:#fff;
  padding-left:50px;
}

.columnf p a {
  color:#fff;
  text-decoration: none;
  font-size:17px;
  
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the four columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .columnf {
    width: 100%;
  }
}

@media (max-width: 500px) {
  /* CSS that should be displayed if width is equal to or less than 800px goes here */
.navbar-brand {
 width: 100px;
 visibility: visible;
}
.mob {
  visibility: hidden;
}
.logor img {
padding-top: 10px;
  width: 70px;
height: 70px;
}
.nav-item {
  padding-left: 30px;
}
.dropdown-item a {
 padding-left:30px;
}

}




#dropbtn {
  background-color: #04AA6D;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

#dropdown {
  position: relative;
  display: inline-block;
}

#dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  color:#036;
}

#dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  color:#036;
}
.dropdown-item {
 color:#036;
}
.dropdown-item a {
 }

#dropdown-content a:hover {background-color: #ddd;}

#dropdown:hover .dropdown-content {
    color:yellow;
    display: block;}

#dropdown:hover #dropbtn {background-color: #3e8e41;}

.dropdown-menu {
    display: none;
}

/* Display the dropdown menu when the button is hovered */
.nav-link:hover .dropdown-menu {
    display: block;
}



	/* Make the image fully responsive */
	.carousel-inner img {
	  width: 100%;
	  height: 100%;
	}
	
	  

    body {
      font-family: 'times new roman';
      margin: 0;
      padding: 0;
    }

    .center-box {
      background-color: #dbeef3;
      text-align: justify ;
      color: #036;
      max-width: 800px;
      margin: 0 auto;
      padding: 20px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      border-radius: 5px;
    }

    h4 {
      margin-top: 20px;
      text-align: center ;
    }

    p {
      font-size: larger;
    }
  