@import url(http://fonts.googleapis.com/css?family=Open+Sans);
@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	background-color:#f9f9f9;
}
.email{
	float:right;
	font-size:16px;
	margin-right:10%;
	font-family: 'Open Sans', sans-serif;
	font-weight:bold;
	font-size:13px;
	color:#444;
}

.divider{
	display:inline-block;
	width:98%;
	border:#ccc solid 1px;
	margin-bottom:2%;
	margin-left:1%;
}
.head-container{
	width:100%;
	height:auto;
	float:left;
	position:relative;
	background-color:#fff;	
}
a
{
	text-decoration:none;
	color:#3A5FEF;
}

.contain {
    padding: 16px;
    margin: 15px 0 12px 0;
    position: relative;
}

span.psw {
    float: right;
    padding-top: 16px;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top: 60px;
}

/* Modal Content/Box */
.modalcon {
    background-color: #fefefe;
    margin: 10% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button (x) */
.close {
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: red;
    cursor: pointer;
}

/* Add Zoom Animation */
.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)} 
    to {-webkit-transform: scale(1)}
}
    
@keyframes animatezoom {
    from {transform: scale(0)} 
    to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    span.psw {
       display: block;
       float: none;
    }
    .cancelbtn {
       width: 100%;
    }
}

/* Center the image and position the close button */
.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
    position: relative;
}

.form-head {
	border: 0px solid #BEBEBE;
	height: 5%;
	width:30%;
	margin-top: -6%;
	margin-bottom: 7.5px;
	background-color: #FFF;
	text-align: center;
	color: #000;
	padding: 1%;
	margin-left:0%;
	vertical-align: middle;
	border-radius:5px;
	font: 15px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:1.2vw;
	font-weight:bolder;
	
}

.form-head-devide {
	width:20%;
}


.main{
	box-sizing:border-box;
	font-family: 'Open Sans', sans-serif;
	width: 100%;
	position: absolute;
	margin-top: 0px;
	margin-left:0;
}

#Header {
	box-sizing:border-box;
	width: 100%;
	position: absolute;
	margin-top: 0px;
	margin-left:0;
	
}

#logo img{
	width:100%;
	height:auto;
}
#logo {
	position: relative;
	height: auto;
	width: 40%;
	float:left;
	min-width:400px;
	margin-left:10%;	
	z-index:5;
}

#body {
	width: 100%;
	position: relative;
	left: 0px;
	margin-top:20px;
	height:auto;
	margin-bottom:10px;
}

.form-style{
	margin:0 auto;
	max-width: 100%;
	color:#666;
	padding: 20px 12px 10px 20px;
	font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.form-style li ,
.form-style li div li{
	padding: 0;
	display: block;
	list-style: none;
	margin: 10px 0 0 0;
}

.form-style label{
	margin:0 0 3px 0;
	padding:0px;
	display:block;
	font-size:13px;
	color:#000;
}






input[type=text], 
input[type=date],
input[type=datetime],
input[type=number],
input[type=search],
input[type=time],
input[type=url],
input[type=email],
input[type=tel],
input[type=file],
input[type=password],

textarea, 
select{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border:1px solid #BEBEBE;
	padding: 7px;
	margin:0px;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;	
	border-radius:2px;
}

.divide{
	width:50%; 
	float:left;
	margin-bottom:10px;
	margin-top:-10px;
}


.divide1{
	width:49%; 
	margin-left:1%;
	float:left;
	margin-bottom:10px;
	margin-top:-10px;
}

.divide3{
	width:32%; 
	float:left;
	margin-bottom:10px;
}

.divide31{
	width:32%; 
	margin-left:2%;
	float:left;
	margin-bottom:10px;
}

input[type=text]:focus, 
input[type=date]:focus,
input[type=datetime]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=submit]:focus,
textarea:focus, 
select:focus{
	-moz-box-shadow: 0 0 12px #88D5E9;
	-webkit-box-shadow: 0 0 12px #88D5E9;
	box-shadow: 0 0 12px #88D5E9;
	border: 1px solid #88D5E9;
}
.field-divided{
	width: 49%;
}

.field-long{
	width: 100%;
}
.left
{padding-left:10px;
width:50%;
}


.form-style .field-textarea{
	height: 100px;
}
.form-style input[type=submit], .form-style input[type=button]{
	background: #4B99AD;
	padding: 8px 15px 8px 15px;
	border: none;
	color: #fff;
	margin:0 auto;
	width:100%;
	border-radius:0px;
}
.form-style input[type=submit]:hover, .form-style input[type=button]:hover{
	background: #4691A4;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}
.form-style .required{
	color:red;
}

.container{
	border: 1px solid #BEBEBE;
	width: 70%;
	height:auto;
	margin-left:15%;
	display:inline-block;
	border-radius: 5px;
	padding:2.5%;
	margin-top:30px;
}
#declaration{
	text-align:justify;
	font-weight:normal;
}

.checkbox{
	color:#666;
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  position: relative;
  display:inline-block;
  width:100%;
  border:#fff solid 10px;
  	-moz-box-shadow: 0 20px 15px -15px #666;
	-webkit-box-shadow: 0 20px 15px -15px #666;
	box-shadow: 0 20px 15px -15px #666;
}

.mySlides {
    display: none;
	
	height:auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: #fff;
  background-color:#152f4a;
  opacity:.2;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
	opacity:.6;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor:pointer;
  height: 13px;
  width: 13px;
  margin: 10px 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active1, .dot:hover {
  background-color: #152f4a;
}

/* 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}
}
.img-container{
	float:left;
	min-width:200px;
	font-family:Ubuntu;
	font-size:13px;
}
.msg{
	margin-right:2%;
	width:100%;
	height:auto;
	padding-top:15px;
	padding-bottom:5px;
	text-align:justify;
	border-bottom:#ccc solid 1px;
}
.anouncement{
	
	width:30%;
	max-height:70%;
	float:right;
	border: 1px solid #CCC;
}
.content-container{
	display:inline-block;
	padding-top:1%;
	padding-bottom:2%;
	width:98%;
	margin-left:1%;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	line-height:180%;
	font-size:12px;
	margin-top:-.5%;
	border-top: 2px solid #CCC;
}
.left-msg{
	width:70%; position:relative; display:inline-block; padding-right:1%;
}
.img{
	float:left;
	width:19%;
	border:#fff solid 5px;
	margin-right:5px;
	box-shadow:0 3px 4px -2px #999;
}
.devider{
	border:#333 solid 1px;
	margin:5% auto;
}
.img-about{
	width:70%;
	height:150px;
	padding:5%;
	margin:auto;
}

.other-img{
	margin:auto;
	width:70%;
	margin:5% auto;
	border:#fff 5px solid;
}
.shading{
	-moz-box-shadow: 5px 5px 5px #CCC;
	-webkit-box-shadow: 5px 5px 5px #CCC;
	box-shadow: 5px 5px 5px #CCC;
}
.menu-item{
	width:24%;
	margin-left:.5%;
	padding:1%;
	display:inline-block;
	height:100%;
	min-width:200px;
	font-family: Ubuntu;
	font-size:13px;
	text-align:justify;
	line-height:160%;
}
.footer{
	width:100%;
	background-color:#152f4a;
	float:left;
	color: #ccc;
	text-decoration:none;
	margin-right: 0;
}
.footer-content{
	margin-top:1%;
	height:90%;
	background-color:#6289a2;
	width:100%;
	float:left;
	text-align:center;
}
.footer-content ul li{
	list-style:none;
    padding: 5px;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	line-height:170%;
	margin-top:0;
}
.footer-content ul li:before{
	font-family: FontAwesome;
  content: "\f058";
  color: #ccc;
  padding:5px;
}
.footer-content ul li a{
	color:#ccc;
}
.footer-content ul li a:hover{
	color:#fff;
}
.footer-foot{
	float:left;
	margin:auto;
	width:100%;
	height:5%;
	margin-top:.5%;
	text-align:center;
}
.footer-foot a{
	color:#CCC;
}

.footer-foot a:hover{
	color:#fff;
}
.footer-css{
	float:left;
	height:100%;
	padding:1%;
	min-width:180px;
}
	
.footer-content-center{
	width:80%;
	margin:auto;
	padding:2%;
}

.footer-admission{
	width:20%;
	display:inline-block;
	padding-right:4%;
	min-width:200px;
	text-align:left;
}
.footer-about{
	width:20%;
	display:inline-block;
	min-width:200px;
	padding-left:2%;
	text-align:left;
}
.footer-university{
	width:20%;
	display:inline-block;
	min-width:200px;
	text-align:left;
}
.footer-map{
	width:30%;
	display:inline-block;
	min-width:200px;
}

.headding{
	font-size:20px;
}
.address{
	width:80%;
	display:inline-block;
	margin-left:10%;
	margin-right:10%;
	border-bottom:#eee solid 2px;
	padding:10px;
}

.cont{
	left:0;
	float:left;
	text-align:left;
}
.add{
	right:0;
	text-align:right;
}

.content-contain{
	display:inline-block;
	margin-left:1%;
	margin-right:1%;
	text-align:center;
	width:98%;
	background-color:#eee;
	padding:.5%;
	margin-bottom:10px;
	border:#ccc solid 1px;
}

.body{
	display:inline-block;
	margin-left:10%;
	margin-right:10%;
	width:80%;
	background-color:#fff;
	-webkit-box-shadow: 0 0 20px -5px #000;
-moz-box-shadow: 0 0 20px -5px #000;
box-shadow: 0 0 20px -5px #000;
}

.menu-head{
	border-bottom:#6289a2 solid 1px; 
	font:15px Arial, Helvetica, sans-serif; 
	color:#152f4a; 
	margin-bottom:2%;
	text-align:center;
	padding-bottom:2%;
	padding-top:1%;
	font-weight:bold;
	font-size:15px;
}

.bottom{
	padding:5px;
	width:100%;
	text-align:center;
	display:inline-block;
	margin-top:5px;
}

.bottom input[type="button"]{
	background-color:#152f4a;
	width:50%;
	height:25px;
	border:none;
	color:#fff;
	border-radius:3px;
}

.bottom input[type="button"]:hover{
	background-color:#6289a2;

}

#left-container{
	width:24.5%;
	height:100%;
	float:left;
	padding-top:1%;
	padding-left:1%;
	bottom:0;
	top:auto;
	max-height:15px;
}
.left-container{
	width:24.5%;
	min-width:200px;
	float:left;
	position:relative;
	display:inline-block;
	text-align:left;
}

.right-container{
	width:74.5%;
	float:right;
	height:auto;
	padding:1%;
	color:#444;
	font-family: Ubuntu; 
	font-size:13px;
	line-height:160%;
}

.right-container-admin{
	width:74.5%;
	float:left;
	height:auto;
	padding:1%;
	color:#444;
	font-family: Ubuntu; 
	font-size:13px;
}

.right-container ul li{
	padding:8px;
}

.right-container ul{
	list-style-type:square;
	margin-top:-10px;
}
.right-container td{
	padding:5px;
}

#left-container ul {
    list-style-type: none;
    width: 100%;
    background-color: #f1f1f1;
    position: static;
    overflow: auto;
}

#left-container li a {
    display: block;
	border-bottom:#fff solid 1px;
	text-align:left;
    color: #152f4a;
    padding: 8px 16px;
    text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
}

#left-container li .active {
	display: block;
	border-bottom:#fff solid 1px;
    background-color: #6289a2;
    color: white;
	text-align:center;
}

#left-container li a:hover:not(.active) {
    background-color: #b8ccd8;
    color: white;
}

#left-container ul li a:not(.active):before{
	content:"\f02c ";
	font-family:"FontAwesome";
	padding-right:10px;
	color:#152f4a;
}
.left-container ul {
    list-style-type: none;
	padding:0;
	margin:0;
    width: 100%;
    background-color: #6289a2;
    position: relative;
	
}
.left-container ul li a:not(.active):before{
	content:"\f044 ";
	font-family:"FontAwesome";
	padding-right:10px;
}


.left-container li a {
    display: block;
	border-bottom:#fff solid 1px;
	text-align:left;
    color:#fff;
    padding: 8px 16px;
    text-decoration: none;
	text-align:left;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
}

.left-container li a.active {
    background-color: #fff;
    color: #152f4a;
	font-weight:bold;
}

.left-container li a:hover:not(.active) {
    background-color: #b8ccd8;
    color: white;
}

.page-img{
	width:100%;
	height:40%;
	border:#fff solid 5px;
	-moz-box-shadow: 0 0 15px #CCC;
	-webkit-box-shadow: 0 0 15px #CCC;
	box-shadow: 0 0 15px #CCC;
}

.page-head{
	margin-top:2%;
	width:100%;
	padding:10px;
	height:auto;
	text-align:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	color:#2b2f3a;
	font-weight:bold;
	border-bottom:#444 solid 2px;
	margin-bottom:2%;
}

#upload::-webkit-file-upload-button {
    color: white;
	border:none;
    border-radius: 0px;
    background: #6289a2;
	width:50%;
	margin-left:-20px;
	height:100%;
}

#upload{
	height:45px;
	border:none;
	width:auto;
	width:100%;
	margin-bottom:5px;
}


.center{
	width:60%;
	height:auto;
	margin:5% auto;
	font:15px Arial, Helvetica, sans-serif; 
	color:#555;
}

.center1{
	width:60%;
	height:auto;
	margin:5% auto;
	font:15px Arial, Helvetica, sans-serif; 
	color:#555;
}
.inner-content{
	width:98%;
	position:relative;
	height:auto;
	border:#ddd solid 1px;
	border-radius:5px;
	z-index:5;
	background-color:#f9f9f9;
	margin:auto;
	padding:3%;
}

.header-img{
	width:50%;
	padding-top:5%;
	padding-bottom:5%;
	height:auto;
	margin:auto;
}
.content-bottom{
	width:100%;
	height:auto;
	border-top:#ccc solid 1px;
	text-align:center;
	padding-top:3%;
}
.div-social{
	float:right;
	margin-right:10%;
	margin-top:1.5%;
	font-size:32px;
}

.fa-facebook-square:hover{
	color:#4e71a8;
}
.fa{
	color:#6289a2;
}

.fa-twitter-square:hover{
	color:#1cb7eb;
}
.fa-google-plus-square:hover{
	color:#e3411f;
}

#marqueecontainer{
position: relative;
width: 100%; /*marquee width */
min-height: 293px; /*marquee height */
overflow: hidden;
background-color: white;
padding: 2px;
padding-left: 4px;
}
#search-text-input{
	border-top:thin solid  #e5e5e5;
	border-right:thin solid #e5e5e5;
	border-bottom:0;
	border-left:thin solid  #e5e5e5;
	box-shadow:0px 1px 1px 1px #e5e5e5;
	float:left;
	height:27px;
	margin:3px 0 0 .5em; 
	outline:0;
	padding:.4em 0 .4em .6em; 
	width:183px; 
}
 
#button-holder{
	background-color:#f1f1f1;
	border-top:thin solid #e5e5e5;
	box-shadow:1px 1px 1px 1px #e5e5e5;
	cursor:pointer;
	float:left;
	height:27px;
	margin:3px 10px 0 0;
	text-align:center;
	width:50px;
}
 
#button-holder img{
	margin:4px;
	width:20px; 
}
.body1{
	display:inline-block;
	width:100%;
	background-color:#fff;
}

.infohead{
	background-color:#152f4a; 
	color:#fff; 
	font-size:15px; 
	font-weight:bold; 
	text-align:left;
}