* {
margin: 0;
padding: 0;
border: 0;
vertical-align: baseline;
background: transparent;
font-weight: normal;
font-style: normal;
text-decoration: none;
outline: none;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}

ol,
ul {
list-style: none;
}

blockquote {
quotes: none;
}

blockquote:before,
blockquote:after {
content: '';
content: none;
}

del {
text-decoration: line-through;
}

header,
section,
article,
aside,
nav,
footer,
address {
display: block;
}

body {
font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
font-size: 17px;
color: #333;
overflow-x: hidden;
min-width: 320px;
max-height: 100vh;
}

input,
textarea,
select {
font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
}

p {
line-height: 1.6em;
}

br.clear {
clear: both;
}

.left {
float: left;
}

.right {
float: right;
}

.thumb {
display: block;
}

.thumb img {
display: block;
width: 100%;
}

a:hover,
[type="submit"]:hover {
filter: alpha(opacity=85);
-moz-opacity: 0.85;
-khtml-opacity: 0.85;
opacity: 0.85;
}

.wrapper {
width: 90%;
margin: 0 auto;
max-width: 1200px;
}
/* fonts */

@font-face {
font-family: 'quicksandbold';
src: url('../fonts/quicksand/quicksand-bold-webfont.woff2') format('woff2'), url('../fonts/quicksand/quicksand-bold-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'quicksand_mediumregular';
src: url('../fonts/quicksand/quicksand-medium-webfont.woff2') format('woff2'), url('../fonts/quicksand/quicksand-medium-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'quicksandregular';
src: url('../fonts/quicksand/quicksand-regular-webfont.woff2') format('woff2'), url('../fonts/quicksand/quicksand-regular-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'quicksand_lightregular';
src: url('../fonts/quicksand/quicksand-light-webfont.woff2') format('woff2'), url('../fonts/quicksand/quicksand-light-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
/* fontello */

@font-face {
font-family: 'fontello';
src: url('../fonts/icons/fontello.eot?38457938');
src: url('../fonts/icons/fontello.eot?38457938#iefix') format('embedded-opentype'), url('../fonts/icons/fontello.woff2?38457938') format('woff2'), url('../fonts/icons/fontello.woff?38457938') format('woff'), url('../fonts/icons/fontello.ttf?38457938') format('truetype'), url('../fonts/icons/fontello.svg?38457938#fontello') format('svg');
font-weight: normal;
font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: 'fontello';
src: url('../font/fontello.svg?38457938#fontello') format('svg');
}
}
*/

[class^="icon-"]:before,
[class*=" icon-"]:before {
font-family: "fontello";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;
/* opacity: .8; */
/* For safety - reset parent styles, that can break glyph codes*/
font-variant: normal;
text-transform: none;
/* fix buttons height, for twitter bootstrap */
line-height: 1em;
/* Animation center compensation - margins should be symmetric */
/* remove if not needed */
margin-left: .2em;
/* you can be more comfortable with increased icons size */
/* font-size: 120%; */
/* Font smoothing. That was taken from TWBS */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
/* Uncomment for 3D effect */
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-mail:before {
content: '\e800';
}
/* '' */

.icon-phone:before {
content: '\e801';
}
/* '' */

.icon-globe:before {
content: '\f018';
}
/* '' */

.icon-facebook:before {
content: '\f300';
}
/* '' */

.icon-twitter-bird:before {
content: '\f303';
}
/* '' */

.icon-linkedin-rect:before {
content: '\f31b';
}
/* '' */

.icon-instagram:before {
content: '\f31e';
}
/* '' */

html {
overflow-x: hidden;
}

div.top h2 {
font-size: 35px;
font-family: 'quicksand_mediumregular';
color: #4040A4;
}
/* common */

header section.top {
background-color: #192F59;
padding: 15px;
}

header section.top ul {
display: flex;
justify-content: space-between;
}

header section.top ul li {}

header section.top ul li a {
color: #fff;
}

header section.top ul li a span {
padding-right: 7px;
}

header section.bottom {
padding: 15px;
}

header section.bottom ul {
display: flex;
justify-content: space-around;
}

header section.bottom ul li {
width: 45%;
}

header section.bottom ul li h1.left {
width: 14%;
/* margin: 0 0 0 30%;
} */
}

header section.bottom ul li h1.left a {}

header section.bottom ul li h1.left a img {
width: 100%;
}

header section.bottom ul li h2.left a {
color: #192F59;
}

header section.bottom ul li h2.left {
margin: 5% 0 0% 3%;
font-family: 'quicksand_mediumregular';
font-size: 29px;
text-transform: uppercase;
color: #192F59;
}

#spotlight {
background: url('../images/spotlight.jpg') no-repeat;
background-size: cover;
}

#spotlight p {
color: #fff;
font-size: 25px;
font-family: 'quicksand_mediumregular';
margin-top: 8%;
}

#spotlight nav.nav {
background: rgba(198, 200, 205, 0.87);
}

.menu {
display: flex;
justify-content: space-around;
}

.menu li {
display: inline-block;
position: relative;
z-index: 100;
}

.menu li:first-child {
margin-left: 0;
}

.menu li a {
text-decoration: none;
padding: 20px 15px;
display: block;
color: #fff;
transition: all 0.2s ease-in-out 0s;
}

.menu ul li {}

.menu li a:hover,
.menu li:hover>a {
color: #fff;
background: #E9E9E9;
}

.menu ul {
visibility: hidden;
opacity: 0;
margin: 0;
padding: 0;
width: max-content;
position: absolute;
left: 0px;
background: #fff;
z-index: 99;
transform: translate(0, 20px);
transition: all 0.2s ease-out;
}

.menu ul:after {
bottom: 100%;
left: 20%;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(255, 255, 255, 0);
border-bottom-color: #fff;
border-width: 6px;
margin-left: -6px;
}

.menu ul li {
display: block;
float: none;
background: none;
margin: 0;
padding: 0;
}

.menu ul li a {
font-size: 12px;
font-weight: normal;
display: block;
color: #797979;
background: #fff;
}

.menu ul li ul.sub-menu li ul.last-menu {}

.menu ul li:hover,
.menu ul li:hover {
background: #E9E9E9;
}

.menu li:hover>ul {
visibility: visible;
opacity: 1;
transform: translate(0, 0);
}

.menu ul ul {
left: 169px;
top: 0px;
visibility: hidden;
opacity: 0;
transform: translate(20px, 20px);
transition: all 0.2s ease-out;
}

.menu ul ul:after {
left: -6px;
top: 10%;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(255, 255, 255, 0);
border-right-color: #fff;
border-width: 6px;
margin-top: -6px;
}

.menu li>ul ul:hover {
visibility: visible;
opacity: 1;
transform: translate(0, 0);
}

.menu2 {
display: flex;
justify-content: space-around;
}

.menu2 li {
display: inline-block;
position: relative;
z-index: 100;
}

.menu2 li:first-child {
margin-left: 0;
}

.menu2 li a {
text-decoration: none;
padding: 20px 15px;
display: block;
color: #fff;
transition: all 0.2s ease-in-out 0s;
}

.menu2 ul li {}

.menu2 li a:hover,
.menu li:hover>a {
color: #fff;
background: #E9E9E9;
}

.menu2 ul {
visibility: hidden;
opacity: 0;
margin: 0;
padding: 0;
width: max-content;
position: absolute;
left: 0px;
background: #fff;
z-index: 99;
transform: translate(0, 20px);
transition: all 0.2s ease-out;
}

.menu2 ul:after {
bottom: 100%;
left: 20%;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(255, 255, 255, 0);
border-bottom-color: #fff;
border-width: 6px;
margin-left: -6px;
}

.menu2 ul li {
display: block;
float: none;
background: none;
margin: 0;
padding: 0;
}

.menu2 ul li a {
font-size: 12px;
font-weight: normal;
display: block;
color: #797979;
background: #fff;
}

.menu2 ul li ul.sub-menu li ul.last-menu {}

.menu2 ul li:hover,
.menu ul li:hover {
background: #E9E9E9;
}

.menu2 li:hover>ul {
visibility: visible;
opacity: 1;
transform: translate(0, 0);
}

.menu2 ul ul {
left: 169px;
top: 0px;
visibility: hidden;
opacity: 0;
transform: translate(20px, 20px);
transition: all 0.2s ease-out;
}

.menu2 ul ul:after {
left: -6px;
top: 10%;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(255, 255, 255, 0);
border-right-color: #fff;
border-width: 6px;
margin-top: -6px;
}

.menu2 li>ul ul:hover {
visibility: visible;
opacity: 1;
transform: translate(0, 0);
}
/*ection#spotlight{
min-height: 100vh;
}*/

section#spotlight nav.nav ul.menu li ul.institution {
columns: 2;
left: -612px;
}

section#spotlight nav.nav ul.menu li ul.institution li {}

section#spotlight nav.nav ul.menu li ul.institution li a {
font-size: 13px;
}

section#spotlight nav.nav ul.menu li ul.academics {}

section#spotlight nav.nav ul.menu li ul.academics li {}

section#spotlight nav.nav ul.menu li ul.academics li.align a {
padding-left: 14%;
}
/*section#spotlight nav.nav ul.menu li ul.academics li a img{
width: 7%;
margin-right: 1%;
}*/

section#spotlight nav.nav ul.menu li ul.academics li ul {
left: -216px;
}

section#spotlight nav.nav ul.menu li ul.academics li ul li a {
font-size: 13px;
}

section#spotlight nav.nav ul.menu li ul.academics li ul li ul {
left: -218px;
}

section#spotlight nav.nav ul.menu li ul.academics li ul li.master ul {
left: -229px;
}

section#spotlight nav.nav ul.menu li ul.academics li ul li.undergraduate ul {
left: -284px;
top: -70px;
}

section#spotlight nav.nav ul.menu li ul.academics li ul li.undergraduate ul li a {
font-size: 10px;
}

section#spotlight nav.nav ul.menu li ul.academics li ul li.diploma ul {
left: -270px;
}

section#spotlight nav.nav ul.menu li ul.academics li ul li.certificate ul {
left: -306px;
}

section#spotlight nav.nav ul.menu li ul.academics li ul li.school ul {
left: -257px;
}

section#spotlight nav.nav ul.menu li ul.admissions li.programmes ul {
left: -186px;
}

section#spotlight nav.nav ul.menu li ul.admissions li.eligibility ul {
left: -98px;
}

section#spotlight nav.nav ul.menu li ul.admissions li ul li a {
font-size: 12px;
}

section#spotlight nav.nav ul.menu2 li.library ul {
bottom: 37px;
}

section#spotlight nav.nav ul.menu2 li.examination ul {
bottom: 37px;
}

section#spotlight nav.nav ul.menu2 li.publication ul {
bottom: 37px;
}

section#spotlight nav.nav ul.menu2 li.students ul {
bottom: 37px;
columns: 2;
}

section#spotlight nav.nav ul.menu2 li.students ul li.club ul {
left: 192px;
display: flex;
flex-direction: column;
}

section#spotlight nav.nav ul.menu2 li.students ul li a {
font-size: 13px;
}

section#spotlight nav.nav ul.menu2 li.students ul li.club ul li a {
font-size: 13px;
}

section#spotlight nav.nav ul.menu2 li.compitative ul {
bottom: 37px;
}

section#spotlight nav.nav ul.menu li ul.academics li ul li a img.left {
width: 5%;
margin-right: 3%;
}

section#spotlight nav.nav ul.menu li ul.academics li a img.left {
width: 7%;
margin-right: 2%;
}

section#spotlight nav.nav ul.menu2 li.students ul li a img.right {
width: 7%;
}

section#spotlight nav.nav ul.menu li ul.admissions li a img.left {
width: 11%;
margin-right: 10px;
}

.responsive-menu {
display: none;
width: 100%;
padding: 20px 15px;
background: #374147;
color: #fff;
text-transform: uppercase;
font-weight: 600;
}

.responsive-menu:hover {
background: #374147;
color: #fff;
text-decoration: none;
}

a.homer {
background: #9ca3da;
}
/* dropdownend */

#spotlight nav.nav ul li a {
color: #000;
font-size: 15px;
font-family: 'quicksand_mediumregular';
padding: 11px;
}

#spotlight h2 {
color: #fff;
text-transform: uppercase;
font-size: 38px;
font-family: 'quicksand_mediumregular';
background: rgba(36, 55, 92, 0.59);
width: 45%;
padding: 2% 0;
margin: 2% 0 2%;
}

#spotlight h3 {
color: #fff;
text-transform: capitalize;
font-size: 40px;
font-family: 'quicksand_mediumregular';
margin: 14.5% 0;
text-align: center;
}

#spotlight button {
background: #fff;
font-size: 17px;
font-family: 'quicksand_mediumregular';
margin-bottom: 10%;
padding: 8px 17px;
color: #000;
border-left: 15px solid #00E676;
cursor: pointer;
}

#spotlight button:hover {
-webkit-box-shadow: 9px 9px 20px -8px rgba(0, 0, 0, 0.64);
-moz-box-shadow: 9px 9px 20px -8px rgba(0, 0, 0, 0.64);
box-shadow: 9px 9px 20px -8px rgba(0, 0, 0, 0.64);
}

#bottom {
padding: 1.1%;
color: #fff;
background: #1A1A1C;
}

#bottom ul li div.social a {
color: #fff;
font-size: 1em;
}

#bottom ul {
display: flex;
align-items: center;
justify-content: space-between;
}

footer #bottom ul li p a {
line-height: 1.6em;
font-size: 16px;
font-family: 'quicksand_lightregular';
color: #fff;
}

footer #bottom ul li p {
font-size: 12px;
}
/*depatment of library*/

section.department_library{
  padding: 4% 0 2%;

}
section.department_library ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
section.department_library ul li{
  width: 32%;
  background-image: url(../images/spotlight.jpg);
  margin-bottom: 2%;
  padding: 2%;
   
}

section.department_library ul li h5{
  color: #fff;
  text-align: left;
  font-size: 17px;
  margin-bottom: 4%;

}
section.department_library ul li p{
  color: #fff;
  font-size: 15px;
  width: 99%;
  font-family: 'quicksand_mediumregular';

}


/*convecation*/

#convocation {}

#convocation div.convocation {}

#convocation div.convocation h2 {
width: 16%;
font-size: 20px;
font-family: 'quicksand_mediumregular';
border-bottom: 2px solid #00E675;
padding-bottom: 10px;
margin: 4% 0 2.7%;
}

#convocation div.convocation img {
width: 42%;
float: left;
margin-right: 2%;
}

#convocation div.desc {}

#convocation div.desc h3 {
font-size: 24px;
font-family: 'quicksand_mediumregular';
text-transform: uppercase;
margin-bottom: 1%;
}

#convocation div.desc p {
font-size: 11px;
font-family: 'quicksand_mediumregular';
line-height: 21px;
}

#convocation-gallery {}

#convocation-gallery div.convocation-gallery {}

#convocation-gallery div.convocation-gallery h2 {
width: 21%;
font-size: 20px;
font-family: 'quicksand_mediumregular';
border-bottom: 2px solid #00E675;
padding-bottom: 10px;
margin: 4% 0 2.7%;
}

#convocation-gallery div.gallery {
text-align: center;
}

#convocation-gallery div.gallery ul {
display: flex;
flex-flow: wrap row;
justify-content: space-between;
}

#convocation-gallery div.gallery ul li {
width: 32%;
margin-bottom: 1%;
}

#convocation-gallery div.gallery ul li img {
width: 100%;
}

#convocation-gallery div.gallery button {
background: #fff;
font-size: 17px;
font-family: 'quicksand_mediumregular';
margin: 4%;
padding: 10px 36px;
color: #000;
border-left: 15px solid #00E676;
cursor: pointer;
background-color: rgba(176, 177, 186, 0.41);
}
/*----(extra-curricular-activities)----*/
#extra-curricular-activities{
    padding: 6% 0 2% 0;
}
#extra-curricular-activities ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#extra-curricular-activities ul li{
    width: 23%;
    margin-bottom: 3%;
}
#extra-curricular-activities ul li div.top{}
#extra-curricular-activities ul li div.top div.container{
    position: relative;
}
#extra-curricular-activities ul li div.top div.container img{
    display: block;
    width: 100%;
}
#extra-curricular-activities ul li div.top div.container h4{
    position: absolute;
    bottom: 0px;
    font-size: 17px;
    font-family: 'quicksand_mediumregular';
    background: #fff;
    padding: 3% 23% 3% 2%;
    opacity: .8;
}
#extra-curricular-activities ul li div.bottom{}
#extra-curricular-activities ul li div.bottom p{
        font-size: 13px;
        padding: 3%;
}
/*jne sports*/

/*----(J N E Sports)----*/
#jne-sports{
    padding: 6% 0 2% 0;
}
#jne-sports ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#jne-sports ul li{
    width: 23%;
    margin-bottom: 3%;
}
#jne-sports ul li div.top{}
#jne-sports ul li div.top div.container{
    position: relative;
}
#jne-sports ul li div.top div.container img{
    display: block;
    width: 100%;
}
#jne-sports ul li div.top div.container h4{
    position: absolute;
    bottom: 0px;
    font-size: 17px;
    font-family: 'quicksand_mediumregular';
    background: #fff;
    padding: 3% 23% 3% 2%;
    opacity: .8;
}
#jne-sports ul li div.bottom{}
#jne-sports ul li div.bottom p{
    font-size: 13px;
    padding: 3%;
}

/*----(certificate-programme)----*/

#certificate-programmes{
    padding: 4% 0;
}
#certificate-programmes div.left{
    width: 49%;
    margin-right: 2%;
}
#certificate-programmes div.left p{
    font-size: 13px;
}
#certificate-programmes div.right{
    width: 49%;
}
#certificate-programmes div.right img{
    width: 100%;
}

/*----(diploma-programmes)----*/
#diploma-programmes{
    padding: 4% 0;
}
#diploma-programmes div.left{
    width: 49%;
    margin-right: 2%;
}
#diploma-programmes div.left p{
    font-size: 13px;
}
#diploma-programmes div.right{
    width: 49%;
}
#diploma-programmes div.right img{
    width: 100%;
}

/*----(doctoral-programmes)----*/
#doctoral-programmes{
    padding: 4% 0;
}
#doctoral-programmes div.left{
    width: 49%;
    margin-right: 2%;
}
#doctoral-programmes div.left p{
    font-size: 13px;
}
#doctoral-programmes div.right{
    width: 49%;
}
#doctoral-programmes div.right img{
    width: 100%;
}

/*----(master-programmes)----*/
#master-programmes{
    padding: 4% 0;
}
#master-programmes div.left{
    width: 49%;
    margin-right: 2%;
}
#master-programmes div.left p{
    font-size: 13px;
}
#master-programmes div.right{
    width: 49%;
}
#master-programmes div.right img{
    width: 100%;
}

/*----(school-programmes)----*/
#school-programmes{
    padding: 4% 0;
}
#school-programmes div.left{
    width: 49%;
    margin-right: 2%;
}
#school-programmes div.left p{
    font-size: 13px;
}
#school-programmes div.right{
    width: 49%;
}
#school-programmes div.right img{
    width: 100%;
}

/*----(undergraduate-programmes)----*/
#undergraduate-programmes{
    padding: 4% 0;
}
#undergraduate-programmes div.left{
    width: 49%;
    margin-right: 2%;
}
#undergraduate-programmes div.left p{
    font-size: 13px;
}
#undergraduate-programmes div.right{
    width: 49%;
}
#undergraduate-programmes div.right img{
    width: 100%;
}


/*corpetae*/

#corporate {
padding: 3% 0;
}

#corporate div.left {
width: 55%;
padding-right: 3%;
}

#corporate div.left h2 {
font-size: 23px;
font-family: 'quicksand_mediumregular';
border-bottom: 2px solid #00E675;
padding-bottom: 5px;
width: 47%;
}

#corporate div.left p {
margin-top: 12px;
font-size: 13px;
font-family: 'quicksand_mediumregular';
line-height: 26.9px;
}

#corporate div.right {
width: 45%;
position: relative;
}

#corporate div.right a {}

#corporate div.right a img {
width: 100%;
}

#corporate div.right a img.play-button {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 70px;
height: 70px;
margin: auto;
}
/*control ofexamination*/
#commonofficers{
	padding: 5% 0;
}
#commonofficers div.commonofficers{
	width: 14%;
}
#commonofficers div.commonofficers img{
	margin-right: 10%;
	border: 5px solid #E0DEDF;
  	
  	padding: 5px;
  	width: 100%;

}
#commonofficers div.desc{
	width: 84%;
}
#commonofficers div.desc h3{
	font-size: 20px;
	font-family: 'quicksand_mediumregular';	
	text-transform: capitalize;	
	margin-bottom: 1%;
	color: #192F59;
}
#commonofficers div.desc h6{
	font-size: 13px;
	font-family: 'quicksand_mediumregular';	
	
	margin-bottom: 1%;
}
#commonofficers div.desc p{
	font-size: 11px;
	font-family: 'quicksand_mediumregular';	
	line-height: 21px;
}




/*messegaes*/

#message {
background-image: url(../images/blurred.jpg);
}

#message div.left {
width: 50%;
}

#message div.left {
padding: 2% 2% 2% 5%;
}

#message div.left h2 {
font-size: 23px;
color: #ccc;
font-family: 'quicksand_mediumregular';
border-bottom: 2px solid #00E675;
padding-bottom: 5px;
width: 47%;
}

#message div.left p {
margin-top: 12px;
color: #ccc;
font-size: 11px;
font-family: 'quicksand_mediumregular';
line-height: 17px;
font-weight: bold;
}

#message div.left ul {
margin: 0 6%;
}

#message div.left ul li {
margin-top: 4%;
color: #ccc;
font-size: 11px;
font-family: 'quicksand_mediumregular';
line-height: 17px;
font-weight: bold;
}

#message div.left ul li img {
width: 25px;
margin-right: 10px;
float: left;
}

#message div.right {
width: 50%;
background-color: #192F59;
padding: 2.8% 5% 4% 2%;
}

#message div.right h2 {
font-size: 23px;
color: #ccc;
font-family: 'quicksand_mediumregular';
border-bottom: 2px solid #00E675;
padding-bottom: 5px;
width: 47%;
}

#message div.right img {
width: 120px;
float: left;
margin-top: 4%;
margin-right: 2%;
}

#message div.right h3 {
margin-top: 4%;
color: #ccc;
font-family: 'quicksand_mediumregular';
}

#message div.right p {
font-weight: bold;
margin-top: 12px;
color: #ccc;
font-size: 11px;
font-family: 'quicksand_mediumregular';
line-height: 24px;
}

#vision {}

#vision div.vision {}

#vision div.vision ul {
margin: 2% 0;
display: flex;
flex-flow: wrap row;
justify-content: space-between;
}

#vision div.vision ul li {
width: 24%;
border-right: 1px solid rgba(176, 177, 186, 0.41);
padding-right: 1%;
}

#vision div.vision ul li:nth-child(4) {
border-right: none;
}

#vision div.vision ul li img {
width: 45px;
float: left;
margin-right: 4%;
margin-top: 3%;
}

#vision div.vision ul li h2 {
font-size: 21px;
margin: 10% 0 4% 3%;
font-family: 'quicksand_mediumregular';
}

#vision div.vision ul li p {
font-family: 'quicksand_mediumregular';
font-size: 11px;
}

#objective {
background-image: url(../images/blurred.jpg);
}

#objective div.left {
width: 39%;
}

#objective div.left h2 {
font-size: 23px;
color: #ccc;
font-family: 'quicksand_mediumregular';
border-bottom: 2px solid #00E675;
padding-bottom: 5px;
width: 47%;
margin: 8% 0;
}

#objective div.left p {
font-family: 'quicksand_mediumregular';
font-size: 15px;
color: #ccc;
margin: 6% 13% 10%;
width: 61%;
}

#objective div.right {
width: 60%;
padding: 4% 1%;
}

#objective div.right ul {
list-style-type: disc;
}

#objective div.right ul li {
line-height: 21px;
margin-top: 3%;
font-family: 'quicksand_mediumregular';
font-size: 15px;
color: #ccc;
width: 90%;
}

#objective div.right ul li:first-child {
margin-top: 0;
}

#about {
padding-bottom: 1%;
}

#about div.left {
width: 65%;
padding-right: 5%;
}

#about div.left h2 {
font-size: 23px;
font-family: 'quicksand_mediumregular';
border-bottom: 2px solid #00E675;
padding-bottom: 5px;
width: 34%;
margin: 5% 0;
}

#about div.left img {
width: 27%;
}

#about div.left p {
float: right;
width: 69%;
font-family: 'quicksand_mediumregular';
font-size: 11px;
line-height: 20px;
}

#about div.right {
width: 35%;
}

#about div.right h2 {
font-size: 23px;
font-family: 'quicksand_mediumregular';
border-bottom: 2px solid #00E675;
padding-bottom: 5px;
width: 57%;
margin: 10% 0 4%;
}

#about div.right img {
width: 100%;
}

#mou {
padding-bottom: 2%;
}

#mou div.first {}

#mou div.first h2 {
width: 64%;
font-size: 21px;
font-family: 'quicksandregular';
font-weight: bold;
border-bottom: 2px solid #00E675;
margin: 5% 0 2.7%;
padding-bottom: 0.5%;
}

#mou div.first img {
width: 42%;
float: left;
margin-right: 2%;
}

#mou div.second {}

#mou div.second h3 {
margin-bottom: 1%;
font-family: 'quicksandregular';
font-weight: bold;
}

#mou div.second p {
font-size: 15px;
font-family: 'quicksandregular';
}
/*------------------------------details section----------------------------------------------*/

#details {}

#details div.det h3 {
width: 18%;
font-size: 19px;
font-family: 'quicksandregular';
border-bottom: 2px solid #00E675;
margin-bottom: 2%;
padding-bottom: 0.5%;
font-weight: bold;
}

#details div.box {}

#details div.box ul {
display: flex;
flex-flow: wrap row;
justify-content: space-between;
}

#details div.box ul li {
width: 30%;
margin-bottom: 4%;
box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0.1);
}

#details div.box ul li img {
width: 100%;
}

#details div.box ul li div.bottom {
width: 100%;
padding: 3%;
}

#details div.box ul li div.bottom h3 {
font-size: 15px;
margin: 4% 0;
font-family: 'quicksandregular';
}

#details div.box ul li div.bottom p {
font-size: 12px;
text-align: justify;
font-family: 'quicksandregular';
}

#details div.box ul li div.bottom a {
margin: 5% 0;
color: #00E675;
font-size: 14px;
display: inline-block;
}

#common {
padding: 4% 0;
}

#common h3 {
color: #002851;
border-bottom: 4px solid #1FDA56;
padding: 8px 0;
width: 20%;
}

#common p span {
color: #192F59;
margin-right: .5%;
}

#common p span img {
width: 1%;
}

#common p {
color: grey;
text-transform: capitalize;
}

#common div.officer {}

#common div.officer ul {
display: flex;
flex-flow: wrap row;
justify-content: space-between;
}

#common div.officer ul li {
width: 15%;
text-align: center;
margin-top: 30px;
}

#common div.officer ul li span {}

#common div.officer ul li span img {
width: 100%;
border: 4px solid #D7D7D7;
}

#common div.officer ul li h4 {
font-size: 13px;
}

#common div.officer ul li p {
font-size: 12px;
color: #696969;
}

section#clubcommon {}

section#clubcommon div.left {
width: 50%;
padding: 4% 3% 4% 5%;
background: #636e72;
}

section#clubcommon div.left h3 {
color: #fff;
margin-bottom: 4%;
}

section#clubcommon div.left div.top {
width: 100%
}

section#clubcommon div.left div.top img {
display: block;
width: 100%;
}

section#clubcommon div.left div.bottom {
margin-top: 3%;
}

section#clubcommon div.left div.bottom p {
color: #fff;
font-size: 16px;
}

section#clubcommon div.right {
width: 50%;
padding: 4% 5% 4% 3%;
}

section#clubcommon div.right h3 {
margin-bottom: 4%;
}

section#clubcommon div.right ol {
list-style: disc;
margin-left: 4%;
}

section#clubcommon div.right ol li {
margin-bottom: 4%;
}

section#clubcommon div.right ol li:nth-child(5) {
margin-bottom: 0%;
}

section#clubcommon div.right ul {
display: flex;
justify-content: space-around;
margin-top: 10%;
}

section#clubcommon div.right ul li {
width: 30%;
}

section#clubcommon div.right ul li img {
display: block;
width: 100%;
}

section#coursecommon {
  padding: 3% 0;
}

section#coursecommon div.left {
width: 40%;
}

section#coursecommon div.left img {
width: 100%;
display: block
}

section#coursecommon div.right {
width: 55%;
}

section#coursecommon div.right ul {
list-style-image: url(../images/star.png);
}

section#coursecommon div.right ul li {}

section#coursecommon div.right ul li img {}

section#coursecommon div.right ul li p {
font-size: 14px;
margin-bottom: 1.3%;
}

section#coursecommon div.right ul li:nth-child(9) p {
margin-bottom: 0;
}

section#coursecommon div.babottom {
  padding-top: 4%;
}

section#coursecommon div.babottom div.left {
width: 58%;
}

section#coursecommon div.babottom div.left p {
  font-size: 14px;
}

section#coursecommon div.babottom div.right {
width: 40%;
}

section#coursecommon div.babottom div.right ul {
  display: flex;
  justify-content: space-between;
  list-style-image: none;
}

section#coursecommon div.babottom div.right ul li {
width: 48%;
}
section#coursecommon div.babottom div.right ul li.bgimg{
  background-image: url(../images/blurred.jpg);
  text-align: center;
  padding-top: 9%;

}
section#coursecommon div.babottom div.right ul li.bgimg h4 {
  color: #fff;
  font-size: 23px;
  font-weight: bold;
}
section#coursecommon div.babottom div.right ul li.bgimg p{
  color: #fff;
  text-transform: capitalize;
  font-weight: bold;
}
section#coursecommon div.babottom div.right ul li.bgimg p span{
  color: #4CED38;
  display: block;
}

section#coursecommon div.babottom div.right ul li img {
width: 100%;
display: block;
}

footer #bottom ul li p a {
line-height: 1.6em;
font-size: 16px;
font-family: 'quicksand_lightregular';
color: #fff;
}

footer #bottom ul li p {
font-size: 12px;

}

/*..........................style  for general information................................*/
#general-information{
    display: flex;
    align-items: stretch;
}
#general-information div.information-content{
    width: 50%;
    float: left;
    background-color: #575454;
    color: #fff;
    padding: 55px 40px 55px 65px;
}
#general-information h3{
    font-size: 20px;
    font-weight: bold;
}
#general-information div.information-content p{
    text-align: justify;
    margin-top: 20px;
}
#general-information div.information-list{
    width: 50%;
    float: right;
    background-color: #fff;
     padding: 55px 65px 55px 55px;
}
#general-information div.information-list ul{
    text-align: justify;
    margin-top: 20px;
    list-style-type: disc; 
    padding-left: 3%;

}
#general-information div.information-list ul li{
    padding-left: 3%;
    margin-top: 10px;
}
#general-information div.information-list ul li:first-child{
    margin-top: unset;
}
/*...............................................style for health service starts here...............................................*/
 #health-service{
    display: flex;
    align-items: stretch;
}
#health-service div.health-content{
    width: 50%;
    float: left;
    background-color: #575454;
    color: #fff;
    padding: 55px 40px 55px 65px;
}
#health-service h3{
    font-size: 20px;
    font-weight: bold;
}
#health-service div.health-content p{
    text-align: justify;
    margin-top: 20px;
}
#health-service div.health-list{
    width: 50%;
    float: right;
    background-color: #fff;
     padding: 55px 65px 55px 55px;
}
#health-service div.health-list ul{
    text-align: justify;
    margin-top: 20px;
    list-style-type: disc; 
    padding-left: 3%;

}
#health-service div.health-list ul li{
    padding-left: 3%;
    margin-top: 10px;
}
#health-service div.health-list ul li:first-child{
    margin-top: unset;
}
/*.........................................style for common starts here....................................................*/
#common-coaching{
    display: flex;
    align-items: stretch;
}
#common-coaching div.common-content{
    width: 50%;
    float: left;
    background-color: #575454;
    color: #fff;
    padding: 55px 40px 55px 65px;
}
#common-coaching h3{
    font-size: 20px;
    font-weight: bold;
}
#common-coaching div.common-content div.image{
    margin: 25px 0;
}
#common-coaching div.common-content div.image img{
    display: block;
    width: 100%;
}
#common-coaching div.common-content p{
    text-align: justify;
    margin-top: 20px;
}
#common-coaching div.common-list{
    width: 50%;
    float: right;
    background-color: #fff;
     padding: 55px 65px 55px 55px;
}
#common-coaching div.common-list ul{
    text-align: justify;
    margin-top: 20px;
    list-style-type: disc; 
    padding-left: 3%;

}
#common-coaching div.common-list ul li{
    padding-left: 3%;
    margin-top: 15px;
}
#common-coaching div.common-list ul li:first-child{
    margin-top: unset;
}
/*..................................style for central library starts here....................................*/
#Centeral-library-about{
    padding:45px 0;
    display: flex;
    justify-content: space-around;
}
#Centeral-library-about .wrapper{
}
#Centeral-library-about div.about-left{
    width: 55%;
    float: left;
}
#Centeral-library-about div.about-left p{
    text-align: justify;
}
#Centeral-library-about div.image{
    width: 40%;
    float: right;
}
#Centeral-library-about div.image img{
    width: 100%;
    display: block;
}
#central-library-services{
    padding:45px 0;
    background-color: #b3b5be;
}
#central-library-services  h3{
    font-size: 20px;
    font-weight: bold;
}
#central-library-services div.service-left{
    width: 50%;
}
#central-library-services div.service-left ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#central-library-services div.service-left ul li{
    width: 50%;
    margin-top: 10px;
    list-style-type: square;
}
#central-library-services div.service-right{
    width: 50%;
}
#central-library-services div.service-right div.service-list-details{
    display: flex;
    justify-content: space-between;
    margin-top: 9px;
}
#central-library-services div.service-right div.service-list-details div.list{
    width: 50%;
}
#central-library-services div.service-right div.service-list-details div.list ul{
    padding-left: 6%;
}
#central-library-services div.service-right div.service-list-details div.list ul li{
    margin-top: 10px;
    list-style-type: square;
}
#central-library-services div.service-right div.service-list-details div.list ul li:first-child{
    margin-top: unset;
}
#central-library-services div.service-right div.service-image{
    width: 60%;
}
#central-library-services div.service-right div.service-list-details div.service-image img{
    display: block;
    width:100%;
}
/*......................................styles for scholarships starts here............................................*/
#scholarship{
    display: flex;
    align-items: stretch;
}
#scholarship div.e-grand{
    width: 50%;
    float: left;
    padding: 55px 40px 55px 65px;
}
#scholarship h3{
    font-size: 20px;
    font-weight: bold;
}
#scholarship div.e-grand div.date{
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}
#scholarship div.e-grand div.date h4{
    font-weight: bold;
}
#scholarship div.e-grand p{
    text-align: justify;
    margin-top: 20px;
}
#scholarship div.document {
    width: 50%;
    float: right;
    background-color: #d1d3d8;
     padding: 55px 65px 55px 55px;
}
#scholarship div.document ul{
    text-align: justify;
    margin-top: 20px;
    list-style-type: disc; 
    padding-left: 3%;
}
#scholarship div.document ul li{
    padding-left: 3%;
    margin-top: 10px;
}
#scholarship div.document ul li:first-child{
    margin-top: unset;
}
#scholarships-details{
    padding:45px 0 5px 0;
}
#scholarships-details ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
} 
#scholarships-details ul li{
    width: 48%;
    background-color: #192F59;
    color: #fff;
    margin-bottom: 40px;
    padding: 20px;
}
#scholarships-details ul li h3{
    font-weight: bold;
}
#scholarships-details ul li div.date{
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    font-weight: bold;
}
#scholarships-details ul li div.date h4{
    font-weight: bold;
}
#scholarships-details ul li p{
    text-align: justify;
}
#scholarships-details ul li a{
    color: #15b76c;
    font-weight: bold;
    text-transform: uppercase;
    float: right;
    margin-top: 11px;
    display: block;
}

/*responsive*/

@media all and (max-width: 1280px) {
header section.bottom ul li h2.left {
  font-size: 20px;
}
#common div.officer ul li {
  width: 15%;
}
#common h3 {
  width: 20%;
}
}

@media (max-width: 1273px) {
section#spotlight nav.nav ul.menu li ul.institution {
  columns: 2;
  left: -536px;
}
section#spotlight nav.nav ul.menu li ul.institution li a {
  font-size: 10.5px;
}
header section.bottom ul li {
  width: 47%;
}
header section.bottom ul li h2.left {
  font-size: 30px;
}
#spotlight h2 {
  font-size: 30px;
}
}


@media all and (max-width: 1240px) {
#about div.right h2 {
  font-size: 22px;
  width: 66%;
}
}

@media all and (max-width: 1118px) {
  #convocation-gallery div.convocation-gallery h2 {
    width: 32%;
    font-size: 20px;
    font-family: 'quicksand_mediumregular';
    border-bottom: 2px solid #00E675;
    padding-bottom: 10px;
    margin: 4% 0 2.7%;
  }
  #mou div.first h2 {
    width: 67%;
  }
  #spotlight h3 {
    font-size: 35px;
  }
}
@media all and (max-width: 1140px){
  section#coursecommon div.left{
    width: 100%;
  }
  section#coursecommon div.right{
    width: 97%;
   
  }
  section#coursecommon div.right ul li p {
    font-size: 18px;
}
@media (max-width: 1123px){
  
  #commonofficers div.commonofficers{
  	width: 25%;
  }
  #commonofficers div.desc{
  	width: 70%;
  }

}


@media (max-width: 1065px) {
.mainWrap {
  width: auto;
  padding: 50px 20px;
}
.menu {
  display: none;
}
.responsive-menu {
  display: block;
}
nav {
  margin: 0;
  background: none;
}
.menu li {
  display: block;
  margin: 0;
}
.menu li a {
  background: #fff;
  color: #797979;
}
.menu li a:hover,
.menu li:hover>a {
  background: #EFEFEF;
  color: #fff;
}
.menu ul {
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  transform: initial;
}
.menu li:hover>ul {
  visibility: visible;
  opacity: 1;
  position: relative;
  transform: initial;
}
.menu ul ul {
  left: 0;
  transform: initial;
}
.menu li>ul ul:hover {
  transform: initial;
}
#spotlight h2 {
  font-size: 25px;
}
header section.bottom ul li {
  width: 60%;
}
.menu2 {
  display: none;
}
.responsive-menu {
  display: block;
}
nav {
  margin: 0;
  background: none;
}
.menu2 li {
  display: block;
  margin: 0;
}
.menu2 li a {
  background: #fff;
  color: #797979;
}
.menu2 li a:hover,
.menu2 li:hover>a {
  background: #EFEFEF;
  color: #fff;
}
.menu2 ul {
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  transform: initial;
}
.menu2 li:hover>ul {
  visibility: visible;
  opacity: 1;
  position: relative;
  transform: initial;
}
.menu2 ul ul {
  left: 0;
  transform: initial;
}
.menu2 li>ul ul:hover {
  transform: initial;
}
#mou div.second p {
  font-size: 14px;
}
#mou div.first h2 {
  width: 64%;
  font-size: 18.5px;
}
#mou div.second h3 {
  font-size: 16px;
}
#details div.det h3 {
  width: 28%;
}
#common div.officer ul li {
  width: 15%;
}
#common h3 {
  width: 22%;
}
}
@media (max-width: 1020px){
  section#coursecommon div.babottom div.right{
    width: 45%;
  }
  section#coursecommon div.babottom div.left p{
    font-size: 12px;
  }
  section#coursecommon div.babottom div.left{
    width: 50%;
  }
}
@media (max-width: 1003px){
  section.department_library ul li{
    width: 48%;
  }
  #scholarship{
	    display: unset;
	}
	#scholarship div.e-grand{
	    width: 90%;
	    float: none;
	}
	#scholarship h3{
	    font-size: 23px;
	}
	#scholarship div.e-grand div.date h4{
	    font-size: 18px;
	    margin: 10px 0;
	}
	#scholarship div.document {
	    width: 100%;
	    float: none;
	}
	#scholarship div.document ul{
	    margin-top: 25px;
	}
	#scholarships-details ul li h3{
	    font-size: 19px;
	}
	#scholarships-details ul li div.date h4{
	    font-size: 15px;
	}
	#scholarships-details ul li p{
	    font-size: 14px;
	}
	#Centeral-library-about div.about-left{
	    float:none;
	    width: 100%;
	    margin-bottom: 22px;
	    font-size: 15px;
	}
	#Centeral-library-about div.image {
	    float: none;
	    width: 70%;
	    margin: 0 auto;
	}
	#Centeral-library-about .wrapper {
	    display: unset;
	}
	#central-library-services {
	}
	#central-library-services div.service-left ul {
	    display: unset;
	}
	#central-library-services div.service-left ul li{
	    width: 100%;
	    font-size: 15px;
	}
	#central-library-services div.service-right div.service-list-details {
	    display: unset;
	}
	#central-library-services div.service-right div.service-image {
	    width: 100%;
	    padding: 17px 30px 17px 10px;
	}
	#central-library-services div.service-right div.service-list-details div.list {
	    width: 100%;
	     font-size: 15px;
	}

}
@media (min-width: 768px) and (max-width: 979px) {
.mainWrap {
  width: 768px;
}
.menu ul {
  top: 37px;
}
.menu li a {
  font-size: 12px;
}
a.homer {
  background: #374147;
}
}

@media (max-width: 980px) {
header section.bottom ul li h2.left {
  font-size: 28px;
}
#spotlight h2 {
  font-size: 23px;
}
#spotlight p {
  font-size: 22px;
}
#spotlight button {}
#about div.right h2 {
  font-size: 21px;
  width: 71%;
}
#about div.left h2 {
  font-size: 21px;
  width: 35%;
}
}

#about div.left img {
float: left;
margin: 1% 6%;
}

#about div.left p {
float: none;
width: 100%;
}

#mou div.first h2 {
width: 75%;
font-size: 19px;
}

#details div.box ul li {
width: 48%;
}

#common div.officer ul li {
width: 15%;
}

#common h3 {
width: 26%;
}
  section#coursecommon div.babottom div.left p{
    font-size: 11px;
  }

   #general-information {
        display: unset;
    }
    #general-information div.information-content {
    width: 100%;
    padding: 55px 65px 55px 65px;
    }
    #general-information div.information-list {
    width: 100%;
     padding: 55px 65px 55px 65px;
    }
    #general-information {
        font-size: 14px;
    }
     #scholarships-details ul{
        display: unset;
     }
    #scholarships-details ul li{
        width: 100%;
    }
    #scholarships-details ul li h3{
    }
    #scholarships-details ul li div.date{
        margin: 20px 0;
    }
     #scholarships-details ul li div.date h4{
        font-size: 16px;
     }
    #scholarships-details ul li p{
    }
}

@media (max-width: 900px){

}
@media (max-width: 850px){
  #mou div.first h2 {
  width: 76%;
  font-size: 16px;
  }

  #mou div.second h3 {
  font-size: 14px;
  }

  #mou div.second p {
  font-size: 12px;
  }

  #spotlight h2 {
  font-size: 20px;
  }

  #spotlight p {
  font-size: 15px;
  }

  header section.bottom ul li {
  width: 70%;
  }

  header section.bottom ul li h2.left {
  font-size: 24px;
  }

  #about div.right h2 {
  font-size: 20px;
  width: 41%;
  }

  #about div.left {
  width: 100%;
  }

  #about div.left h2 {
  font-size: 21px;
  width: 44%;
  }

  #about div.left img {
  float: left;
  margin: 1% 6%;
  }

  #about div.left p {
  float: none;
  width: 100%;
  }

  #about div.right {
  width: 100%;
  padding: 3%;
  }

  #common div.officer ul li {
  width: 25%;
  }

  #common h3 {
  width: 30%;
  }
  #commonofficers div.commonofficers{
  	width: 35%;
  }
  #commonofficers div.desc{
  	width: 61%;
  }
  #common-coaching {
    display: unset;
}
#common-coaching div.common-content {
    width: 100%;
    float: none;
}
#common-coaching div.common-list {
    width: 100%;
    float: none;
}
#common-coaching div.common-content div.image{
    width: 70%;
    margin: 0 auto;
}
#common-coaching h3{
    margin-bottom: 30px;
}
#common-coaching div.common-content div.image{
        width: 80%;
    }
#health-service{
    display: unset;
    font-size: 16px;
}
#health-service div.health-content {
    width: 100%;
    float: none;
}
#health-service div.health-list {
    width: 100%;
    float: none;
    }
    #central-library-services {
        padding: 45px 70px;
    }
     #central-library-services div.service-left{
        float: none;
         width: 100%;
    }
    #central-library-services div.service-left ul li {
    }
    #central-library-services h3 {
        font-size: 18px;
    }
    #central-library-services div.service-right {
        float: none;
        width: 100%;
        margin-top: 30px;
    }
    div.service-right div.service-list-details div.list ul li:first-child {
        margin-top: 10px !important;
    }
    div.service-right div.service-list-details div.list ul li{
        font-size: 13px;
    }
    #central-library-services div.service-right div.service-list-details div.list {
    }
    #central-library-services div.service-right div.service-list-details {
        display: flex;
        justify-content: flex-start;
    }
    #central-library-services div.service-right div.service-list-details div.list ul li {
        width: 100%;
    }
    #central-library-services div.service-right div.service-list-details div.list {
        width: 35%;
    }
    #central-library-services div.service-right div.service-image {
         width: 50%;
     }
}
@media all and (max-width: 830px) {
  section#coursecommon div.right ul li p {
    font-size: 14px;
  }
  section#coursecommon div.babottom div.right{
    width: 100%;
    margin-top: 3%;
  }
  section#coursecommon div.babottom div.left p{
    font-size: 13px;
  }
  section#coursecommon div.babottom div.left{
    width: 100%;
  }
  section#coursecommon div.babottom div.right ul li.bgimg{
    padding-top: 13%;
  }
#corporate div.left h2 {
font-size: 20px;
}

#message div.right {
width: 100%;
padding: 5%;
}

#message div.left {
width: 100%;
}

#message div.left h2 {
font-size: 16px;
width: 43%;
}

#message div.left p {
font-size: 9px;
}

#message div.left ul li {
font-size: 9px;
}

#message div.right h2 {
font-size: 16px;
}

#message div.right h3 {
font-size: 15px;
}

#message div.right p {
font-size: 9px;
}

#vision div.vision {
padding: 4%;
}

#vision div.vision ul li {
width: 49%;
}

#vision div.vision ul li:nth-child(2) {
border-right: none;
}

#vision div.vision ul li:nth-child(3) {
margin: 3% 0;
}

#vision div.vision ul li:nth-child(4) {
margin: 3% 0;
}

#objective div.left h2 {
font-size: 20px;
width: 30%;
margin: 5% 0;
}

#objective div.left {
width: 100%;
border-bottom: 1px solid rgba(255, 255, 255, 0.47);
padding: 3%;
}

#objective div.left p {
font-size: 12px;
margin: 3% 13% 6%;
}

#objective div.right {
width: 100%;
padding: 5%;
}

#objective div.right ul {
margin-top: 2%;
}

#objective div.right ul li {
font-size: 12px;
}

#common div.officer ul li {
width: 27%;
}
#spotlight h3 {
  font-size: 30px;
}
}
@media (max-width: 810px){

#convocation div.convocation h2 {
width: 23%;
font-size: 17px;
font-family: 'quicksand_mediumregular';
border-bottom: 2px solid #00E675;
padding-bottom: 10px;
margin: 4% 0 2.7%;
}

#corporate div.right {
width: 100%;
position: relative;
text-align: center;
}

#corporate div.left {
width: 100%;
padding-right: 3%;
}

#corporate div.left h2 {
font-size: 20px;
width: 35%;
}

#corporate div.left p {
font-size: 12px;
}

#convocation-gallery div.convocation-gallery h2 {
width: 34%;
font-size: 17px;
font-family: 'quicksand_mediumregular';
border-bottom: 2px solid #00E675;
padding-bottom: 10px;
margin: 4% 0 2.7%;
}
}
@media all and (max-width: 804px) {
	#general-information {
        display: unset;
    }
    #general-information div.information-content {
    width: 100%;
    }
    #general-information div.information-list {
    width: 100%;
    }
}

@media all and (max-width: 754px) {
#about div.right h2 {
font-size: 20px;
width: 41%;
}

#about div.left h2 {
font-size: 20px;
width: 43%;
}
section#clubcommon div.left{
  width: 100%;
  padding: 4% 6%;
}
section#clubcommon div.right{
  padding: 4% 6%;
  width: 100%;
}
#commonofficers div.desc{
	width: 70%;
}
#commonofficers div.commonofficers{
	width: 20%;
}
#commonofficers div.desc h6{
	margin: 3% 0;
}
}

@media (max-width: 740px) {
	#mou div.first h2 {
	  width: 81%;
	  font-size: 15px;
	}
	#mou div.second h3 {
	  font-size: 11px;
	}
	#spotlight {
	  min-height: 100vh;
	}
	#common div.officer ul li {
	  width: 30%;
	}
	#common h3 {
	  width: 40%;
	}
}
@media all and (max-width: 778px) {
#certificate-programmes div.left{
    width: 100%;
    margin-bottom: 2%;
}
#certificate-programmes div.right{
    width: 100%;
}

#diploma-programmes div.left{
    width: 100%;
    margin-bottom: 2%;
}
#diploma-programmes div.right{
    width: 100%;
}

#doctoral-programmes div.left{
    width: 100%;
    margin-bottom: 2%;
}
#doctoral-programmes div.right{
    width: 100%;
}
#master-programmes div.left{
    width: 100%;
    margin-bottom: 2%;
}
#master-programmes div.right{
    width: 100%;
}
#school-programmes div.left{
    width: 100%;
    margin-bottom: 2%;
}
#school-programmes div.right{
    width: 100%;
}
#undergraduate-programmes div.left{
    width: 100%;
    margin-bottom: 2%;
}
#undergraduate-programmes div.right{
    width: 100%;
}
#extra-curricular-activities ul li {
    width: 48%;
}
#extra-curricular-activities ul li div.top div.container h4{
    font-size: 15px;
    padding: 3% 30% 3% 2%;
}
#jne-sports ul li {
    width: 48%;
}
#jne-sports ul li div.top div.container h4{
    font-size: 15px;
    padding: 3% 30% 3% 2%;
}
}


@media (max-width: 680px) {
#mou div.first h2 {
  width: 85%;
  font-size: 15px;
}
#mou div.second h3 {
  font-size: 12px;
}
#mou div.second p {
  font-size: 10px;
}
#spotlight h2 {
  font-size: 15px;
}
#spotlight p {
  font-size: 10px;
}
#spotlight button {
  font-size: 13px;
}
header section.bottom ul li {
  width: 70%;
}
header section.bottom ul li h2.left {
  font-size: 20px;
}
#convocation div.convocation h2 {
  width: 23%;
  font-size: 17px;
  font-family: 'quicksand_mediumregular';
  border-bottom: 2px solid #00E675;
  padding-bottom: 10px;
  margin: 4% 0 2.7%;
}
#convocation div.convocation img {
  width: 100%;
  margin-right: 2%;
}
#convocation div.desc {
  text-align: center;
}
#convocation div.desc h3 {
  font-size: 24px;
  font-family: 'quicksand_mediumregular';
  text-transform: uppercase;
  margin-top: 20px;
  display: inline-block;
}
#convocation-gallery div.convocation-gallery h2 {
  width: 34%;
  font-size: 17px;
  font-family: 'quicksand_mediumregular';
  border-bottom: 2px solid #00E675;
  padding-bottom: 10px;
  margin: 4% 0 2.7%;
}
#convocation-gallery div.gallery ul li {
  width: 48.5%;
  margin-bottom: 1%;
}
footer #bottom {
  padding: 1.1%;
  color: #fff;
  background: #1A1A1C;
}
footer #bottom ul li div.social {
  text-align: center;
}
footer #bottom ul li div.social a {
  color: #fff;
  font-size: 10px;
  margin-bottom: 6px;
  display: inline-block;
}
footer #bottom ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  width: 28%;
}
footer #bottom ul li p a {
  line-height: 1.6em;
  font-size: 10px;
  font-family: 'quicksand_lightregular';
  color: #fff;
}
footer #bottom ul li p {
  font-size: 10px;
}
#common div.officer ul li {
  width: 46%;
}
#common h3 {
  width: 50%;
}
}

@media (max-width: 640px) {
#mou div.first h2 {
  width: 100%;
  font-size: 14px;
}
#mou div.first img {
  width: 100%;
  float: none;
}
#mou div.second h3 {
  font-size: 11px;
  margin: 2% 0;
}
#mou div.second p {
  font-size: 10px;
}
#details div.det h3 {
  width: 28%;
}
#common div.officer ul li {
  width: 46%;
}
#common h3 {
  width: 60%;
}
header section.bottom ul li {
  width: 80%;
}
footer #bottom ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  width: 29%;
}
#about div.right h2 {
  font-size: 19px;
  width: 43%;
}
#about div.left h2 {
  font-size: 19px;
  width: 46%;
}
#spotlight h3 {
  font-size: 25px;
}
#general-information div.information-content {
width: 100%;
}
#general-information div.information-list {
width: 100%;
}
#common-coaching div.common-content div.image{
    width: 100%;
}

}

@media all and (max-width: 634px) {
footer #bottom ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  width: 30%;
}
}

@media all and (max-width: 610px) {
footer #bottom ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  width: 31%;
}
}
@media all and (max-width: 600px) {
    #scholarship h3 {
        font-size: 20px;
    }
    #scholarship div.e-grand div.date h4 {
        font-size: 16px;
    }
}

@media all and (max-width: 592px) {
footer #bottom ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  width: 32%;
}
#corporate div.left {
  width: 100%;
  padding: 3%;
}
#corporate div.left p {
  font-size: 11px;
}
#corporate div.right {
  width: 100%;
  position: relative;
  text-align: center;
  padding: 3%;
}
#message div.left {
  width: 100%;
  padding: 8%;
}
#message div.right {
  width: 100%;
  padding: 8%;
}
#about div.left {
  width: 100%;
  padding: 3%;
}
#about div.left h2 {
  font-size: 22px;
  width: 40%;
}
}

@media all and (max-width: 572px) {
footer #bottom ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  width: 33%;
}
#details div.box ul li {
  width: 100%;
}
@media all and (max-width: 556px) {
  footer #bottom ul {
      display: flex;
      flex-wrap: wrap;
      margin: 0 auto;
      justify-content: center;
      align-items: center;
      width: 34%;
  }
  #scholarship div.e-grand div.date h4 {
	    font-size: 14px;
	}
	#scholarship {
	    font-size: 15px;
	}
	#scholarship h3 {
	    font-size: 18px;
	}
	#scholarship div.e-grand p{
	    margin-top: 0;
	}
	#central-library-services {
	    padding: 45px 52px;
	}
	#central-library-services div.service-right div.service-list-details div.list {
	    width: 57%;
	}
	#central-library-services div.service-right div.service-image {
	    padding: 17px 0px 17px 10px;
	}
}
@media (max-width: 540px){
  section.department_library ul li{
    width: 98%;
  }
}
@media all and (max-width: 536px) {
  footer #bottom ul {
      display: flex;
      flex-wrap: wrap;
      margin: 0 auto;
      justify-content: center;
      align-items: center;
      width: 35%;
  }
  #corporate div.left h2 {
      font-size: 19px;
      width: 42%;
  }
}
@media all and (max-width: 524px) {
  footer #bottom ul {
      display: flex;
      flex-wrap: wrap;
      margin: 0 auto;
      justify-content: center;
      align-items: center;
      width: 36%;
  }
  #Centeral-library-about div.image {
            width: 100%;
    }
}
@media all and (max-width: 510px) {
  	footer #bottom ul {
      display: flex;
      flex-wrap: wrap;
      margin: 0 auto;
      justify-content: center;
      align-items: center;
      width: 37%;
  	}
  	#central-library-services {
            padding: 45px 10px;
	}
}
@media all and (max-width: 502px) {
	 #scholarship div.e-grand div.date{
        display: unset;
    }
    #scholarships-details ul li div.date h4 {
        font-size: 13px;
    }
    #scholarships-details ul li h3 {
        font-size: 17px;
    }
    #general-information h3 {
    font-size: 18px;
    }
  #details div.det h3 {
      width: 35%;
  }
  #about div.left h2 {
      font-size: 21px;
      width: 42%;
  }
  footer #bottom {
      padding: 1.1%;
      color: #fff;
      background: #1A1A1C;
  }
  footer #bottom ul li div.social {
      text-align: center;
  }
  footer #bottom ul li div.social a {
      color: #fff;
      font-size: 10px;
      margin-bottom: 6px;
      display: inline-block;
  }
  footer #bottom ul {
      display: flex;
      flex-wrap: wrap;
      margin: 0 auto;
      justify-content: center;
      align-items: center;
      width: 38%;
  }
  footer #bottom ul li p a {
      line-height: 1.6em;
      font-size: 10px;
      font-family: 'quicksand_lightregular';
      color: #fff;
  }
  footer #bottom ul li p {
      font-size: 10px;
  }
}
@media all and (max-width: 482px) {
  footer #bottom ul {
      display: flex;
      flex-wrap: wrap;
      margin: 0 auto;
      justify-content: center;
      align-items: center;
      width: 39%;
  }
}
@media (max-width: 480px) {

    #certificate-programmes div.left p{
        font-size: 12px;
    }
    #diploma-programmes div.left p{
        font-size: 12px;
    }
    #doctoral-programmes div.left p{
        font-size: 12px;
    }
    #master-programmes div.left p{
        font-size: 12px;
    }
    #school-programmes div.left p{
        font-size: 12px;
    }
    #undergraduate-programmes div.left p{
        font-size: 12px;
    }
  	#extra-curricular-activities ul li{
        width: 100%;
    }
    #jne-sports ul li{
        width: 100%;
	}
  #common-coaching{
        font-size: 14px;
    }
    #common-coaching div.common-content {
        padding : 55px 50px;
    }
    #central-library-services div.service-right div.service-image {
        width: 90%;
        margin: 0 auto;
    }
    #central-library-services div.service-right div.service-list-details{
        display: unset;
    }
    #central-library-services div.service-right div.service-list-details div.list {
        width: 100%;
    }
    #central-library-services {
        padding-bottom: 0 !important;
    }
  #common div.officer ul li {
      width: 46%;
  }
  #common h3 {
      width: 70%;
  }
  #mou div.first h2 {
      width: 100%;
      font-size: 12px;
  }
  #mou div.second h3 {
      font-size: 8.5px;
  }
  #mou div.second p {
      font-size: 8px;
  }
  #spotlight h2 {
      font-size: 17px;
      width: 78%;
  }
  #spotlight button {
      font-size: 10px
  }
  header section.bottom ul li {
      width: 90%;
  }
  header section.bottom ul li h2.left {
      font-size: 15px;
  }
  footer #bottom ul {
      display: flex;
      flex-wrap: wrap;
      margin: 0 auto;
      justify-content: center;
      align-items: center;
      width: 40%;
  }
  #about div.right h2 {
      font-size: 19px;
      width: 46%;
  }
  #spotlight h3 {
    font-size: 20px;
  }
  section#coursecommon div.babottom div.right ul li.bgimg{
    padding-top: 11%;
  }
}
@media all and (max-width: 458px) {
  footer #bottom ul {
      display: flex;
      flex-wrap: wrap;
      margin: 0 auto;
      justify-content: center;
      align-items: center;
      width: 41%;
  }
  #commonofficers div.commonofficers{
  	width: 100%;
  }
  #commonofficers div.desc{
  	width: 100%;
    margin-top: 7%;
  }
  #commonofficers div.desc h6{
  	margin: 4% 0;
  }
}
@media all and (max-width: 448px) {
  section#clubcommon div.right ol li{
    font-size: 15px;
  }
  #about div.left h2 {
      font-size: 20px;
      width: 45%;
  }
  footer #bottom ul {
      display: flex;
      flex-wrap: wrap;
      margin: 0 auto;
      justify-content: center;
      align-items: center;
      width: 42%;
  }
}
@media all and (max-width: 436px) {
	footer #bottom ul {
		display: flex;
		flex-wrap: wrap;
		margin: 0 auto;
		justify-content: center;
		align-items: center;
		width: 43%;
	}
	#corporate div.left h2 {
		font-size: 19px;
		width: 47%;
	}
	#about div.right h2 {
		width: 52%;
		font-size: 20px;
	}
	#scholarships-details ul li div.a-response{
	    text-align: center;
	    margin-top: 25px;
	}
	#scholarships-details ul li a {
	    font-size: 14px;
	    float: none;
	}
}
@media all and (max-width: 426px) {
  footer #bottom ul {
      display: flex;
      flex-wrap: wrap;
      margin: 0 auto;
      justify-content: center;
      align-items: center;
      width: 44%;
  }
  #corporate div.left h2 {
      font-size: 19px;
      width: 45%;
  }
	#scholarships-details ul li h3{
	    margin-bottom: 15px;
	}
	#scholarships-details ul li div.date{
	    display: unset;
	}
	#scholarships-details ul li div.date h4{
	    margin-bottom: 10px;
	}
}
@media all and (max-width: 416px) {
  #convocation div.convocation h2 {
      width: 27%;
      font-size: 14px;
      font-family: 'quicksand_mediumregular';
      border-bottom: 2px solid #00E675;
      padding-bottom: 5px;
      margin: 4% 0 2.7%;
  }
  #convocation-gallery div.convocation-gallery h2 {
      width: 41%;
      font-size: 14px;
      font-family: 'quicksand_mediumregular';
      border-bottom: 2px solid #00E675;
      padding-bottom: 10px;
      margin: 4% 0 2.7%;
  }
  #convocation-gallery div.gallery button {
      background: #fff;
      background-color: rgb(255, 255, 255);
      background-color: rgb(255, 255, 255);
      font-size: 15px;
      font-family: 'quicksand_mediumregular';
      margin: 4%;
      padding: 7px 26px;
      color: #000;
      border-left: 15px solid #00E676;
      cursor: pointer;
      background-color: rgba(176, 177, 186, 0.41);
  }
  #about div.right h2 {
      width: 55%;
      font-size: 20px;
  }
  footer #bottom ul {
      display: flex;
      flex-wrap: wrap;
      margin: 0 auto;
      justify-content: center;
      align-items: center;
      width: 45%;
  }
}
@media all and (max-width: 408px) {
  footer #bottom ul {
      display: flex;
      flex-wrap: wrap;
      margin: 0 auto;
      justify-content: center;
      align-items: center;
      width: 46%;
  }
	#Centeral-library-about div.about-left {
	    font-size: 14px;
	}
	#central-library-services div.service-left ul li {
	    font-size: 14px;
	}
}
@media (max-width: 400px) {
	#central-library-services div.service-right div.service-image {
	    width: 100%;
	}
  #common div.officer ul li {
      width: 100%;
  }
  #common h3 {
      width: 80%;
  }
  #mou div.first h2 {
      width: 100%;
      font-size: 11px;
  }
  #mou div.second h3 {
      font-size: 9px;
  }
  #details div.det h3 {
      width: 43%;
  }
  #convocation div.convocation h2 {
      width: 29%;
      font-size: 13px;
      font-family: 'quicksand_mediumregular';
      border-bottom: 2px solid #00E675;
      padding-bottom: 5px;
      margin: 4% 0 2.7%;
  }
  #convocation div.convocation img {
      width: 100%;
      margin-right: 2%;
  }
  #convocation div.desc {
      text-align: center;
  }
  #convocation div.desc h3 {
      font-size: 20px;
      font-family: 'quicksand_mediumregular';
      text-transform: uppercase;
      margin-top: 20px;
      display: inline-block;
  }
  #convocation div.desc p {
      font-size: 9px;
      font-family: 'quicksand_mediumregular';
      line-height: 19px;
  }
  #convocation-gallery div.convocation-gallery h2 {
      width: 43%;
      font-size: 13px;
      font-family: 'quicksand_mediumregular';
      border-bottom: 2px solid #00E675;
      padding-bottom: 6px;
      margin: 4% 0 2.7%;
  }
  #convocation-gallery div.gallery ul li {
      width: 100%;
      margin-bottom: 1%;
  }
  #convocation-gallery div.gallery button {
      background: #fff;
      background-color: rgb(255, 255, 255);
      font-size: 12px;
      font-family: 'quicksand_mediumregular';
      margin: 4%;
      padding: 6px 23px;
      color: #000;
      border-left: 15px solid #00E676;
      cursor: pointer;
      background-color: rgba(176, 177, 186, 0.41);
  }
  #corporate div.left h2 {
      font-size: 18px;
      width: 47%;
  }
  #about div.left h2 {
      font-size: 19px;
      width: 49%;
  }
  footer #bottom {
      padding: 1.1%;
      color: #fff;
      background: #1A1A1C;
  }
  footer #bottom ul li div.social {}
  footer #bottom ul li div.social a {
      color: #fff;
      font-size: 10px;
      margin-bottom: 6px;
      display: inline-block;
  }
  footer #bottom ul {
      display: flex;
      flex-wrap: wrap;
      margin: 0 auto;
      justify-content: center;
      align-items: center;
      width: 44%;
  }
  footer #bottom ul li p a {
      line-height: 1.6em;
      font-size: 10px;
      font-family: 'quicksand_lightregular';
      color: #fff;
  }
  footer #bottom ul li p {
      font-size: 9px;
  }
}
@media all and (max-width: 390px) {
  #about div.right h2 {
      width: 63%;
      font-size: 20px;
  }
  #spotlight h3 {
    font-size: 16px;
  }
  section#coursecommon div.babottom div.right ul li.bgimg{
    padding-top: 9%;
  }
}
@media all and (max-width: 384px) {
  footer #bottom ul {
      display: flex;
      flex-wrap: wrap;
      margin: 0 auto;
      justify-content: center;
      align-items: center;
      width: 47%;
  }
  #vision div.vision ul li {
      width: 99%;
      border-right: none;
      margin-top: 4%;
      border-bottom: 1px solid rgba(176, 177, 186, 0.41);
  }
  #vision div.vision ul li:first-child {
      margin-top: 0;
  }
  #vision div.vision ul li p {
      margin-bottom: 6%;
  }
  #vision div.vision ul li:last-child {
      border-bottom: none;
  }
  #about div.right h2 {
      width: 58%;
      font-size: 20px;
  }
}
@media (max-width: 360px) {
  header section.bottom ul li {
      width: 100%;
  }
  #common h3 {
      width: 90%;
  }
  footer #bottom ul {
      display: flex;
      flex-wrap: wrap;
      margin: 0 auto;
      justify-content: center;
      align-items: center;
      width: 48%;
  }
  #corporate div.left h2 {
      font-size: 18px;
      width: 58%;
  }
  #mou div.first h2 {
      width: 100%;
      font-size: 9.6px;
  }
   #extra-curricular-activities ul li div.top div.container h4{
        font-size: 14px;
    }
    #extra-curricular-activities ul li div.bottom p{
        font-size: 12px;
    } 
    #jne-sports ul li div.top div.container h4{
        font-size: 14px;
    }
    #jne-sports ul li div.bottom p{
        font-size: 12px;
    } 
}
@media all and (max-width: 352px) {
  footer #bottom ul {
      display: flex;
      flex-wrap: wrap;
      margin: 0 auto;
      justify-content: center;
      align-items: center;
      width: 49%;
  }
  #corporate div.left h2 {
      font-size: 17px;
      width: 50%;
  }
  #corporate div.left p {
      font-size: 11px;
  }
  #about div.left h2 {
      font-size: 18px;
      width: 53%;
  }
}
@media all and (max-width: 344px) {
  footer #bottom ul {
      display: flex;
      flex-wrap: wrap;
      margin: 0 auto;
      justify-content: center;
      align-items: center;
      width: 50%;
  }
  #about div.right h2 {
      width: 67%;
      font-size: 20px;
  }
}
@media all and (max-width: 338px) {
  footer #bottom ul {
      display: flex;
      flex-wrap: wrap;
      margin: 0 auto;
      justify-content: center;
      align-items: center;
      width: 51%;
  }
}
@media all and (max-width: 330px) {
  footer #bottom ul {
      display: flex;
      flex-wrap: wrap;
      margin: 0 auto;
      justify-content: center;
      align-items: center;
      width: 52%;
  }
}
@media (max-width: 320px) {
  #common h3 {
      width: 100%;
  }
  #spotlight h2 {
      font-size: 15px;
      width: 78%;
  }
  #about div.right h2 {
      width: 71%;
      font-size: 20px;
  }
  footer #bottom ul {
      display: flex;
      flex-wrap: wrap;
      margin: 0 auto;
      justify-content: center;
      align-items: center;
      width: 53%;
  }
  #mou div.first h2 {
      width: 100%;
      font-size: 9.6px;
  }
  #mou div.second h3 {
      font-size: 9px;
  }
  #mou div.second p {
      font-size: 8px;
  }
  section#coursecommon div.babottom div.right ul li.bgimg{
    padding-top: 7%;
  }
}