@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,300,100italic,300italic,500,400italic,500italic,700,900,700italic,900italic);
body {
	padding: 0;
	margin: 0;
	background:#f7fdff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	color:#2a2a2a;
}
a {
	outline:none;
	color:#2a2a2a;
	text-decoration:none;
 -webkit-transition: all .5s ease-in-out;
 -moz-transition: all .5s ease-in-out;
 -o-transition: all .5s ease-in-out;
 transition: all .5s ease-in-out;
}
a:hover {
	text-decoration:none;
}

img{
	display:block;
}
a img {
	border: none;
}
ul, li, h1, h2, h3, h4, h5, h6, p, form {
	margin: 0;
	padding: 0;
}
.spacer {
	clear:both;
	font-size:0;
	line-height:0;
	overflow:hidden;
}
ul li {
	list-style-position: outside;
	list-style-type: none;
}
h1 {
	font-size:30px;
	line-height:30px;
	font-weight:900;
	padding-bottom:15px;
	color:#39404a;
	font-family: 'Roboto', sans-serif;
}
h2 {
	font-size:24px;
	line-height:25px;
	font-weight:700;
	padding-bottom:15px;
	color:#39404a;
	font-family: 'Roboto', sans-serif;
}
h3 {
	font-size:20px;
	line-height:25px;
	font-weight:700;
	padding-bottom:10px;
	color:#39404a;
	font-family: 'Righteous', cursive;
}
/*header*/
.top-container {
	padding:0;
	background:url(../images/bg.jpg) repeat-x 0 0 #04952d;
}
.topmain {
	width:960px;
	margin:0 auto;
}
.logo {
	float:left;
	margin:0px 0 0 0;
	height:100%;
	overflow:hidden;
}
.logo img{
	float:left;
	margin-right:15px;
	display:block;
}
.top-contact {	
	width:335px;
	float:right;
	margin-top:12px;
	margin-bottom:20px;
	height:100%;
	overflow:hidden;
	text-align:right;
}
.top-contact p {
	font-size:14px;
	line-height:18px;
	color:#fff;
}
.top-contact p.call{
	color:#ffff88;
	font-size:18px;
	font-family: 'Roboto', sans-serif;
	padding:3px 0;
}
/* navigation Start */
.navpanel {
	width:100%;
	background:url(../images/nav.jpg) repeat-x 0 0 #2b5ea9;
	height:51px;
}
.navigation {
	width:1120px;
	margin:0 auto;
}
.navigation ul {
	padding-top:9px;
}
.navigation ul li {
	font-family: 'Roboto', sans-serif;
	font-weight:bold;
	font-size:14px;
	line-height:30px;
	float:left;
	padding:0 7px;
	position:relative;
	background:url(../images/navdiv.jpg) no-repeat 100% 50%;
}
.navigation ul li:first-child{
	padding:0 7px 0 0;
}
.navigation ul li:last-child{
	background-image:none;
}
.navigation ul li a {
	color:#fff;
	padding:0 12px;
	display:block;
}
.navigation ul li a:hover, .navigation ul li a.active {
	color:#245297;
	background-color:#eaf6e2;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.opac {
    width: 400px;
    margin: 0 auto;
    font-size: 16px;
    border: 1px solid #cecece;
    padding: 25px;
}
.opac select {
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 100%;
    height: 25px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.opac input[type="text"], input[type="password"] {
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 25px;
    width: 98%;
    padding: 1px;
}

.query select {
    //background: #2a9ad4;
    border: 0 none;
    border-radius: 5px;
    height: 25px;
    cursor: pointer;
    margin-bottom: 10px;
    padding: 5px 10px;
    text-align: center;
    text-transform: uppercase;
    
}
.opac_link {
    //width: 400px;
    margin: 0 auto;
    font-size: 16px;
    //border: 1px solid #cecece;
    background-color: #e1ddcd;
    margin-left: 10px;
    float: right;
    //padding: 25px;
}

a {
    outline: none;
    color: #17883a;
    text-decoration: none;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
/*.navigation ul li:hover {
	background-color:#eaf6e2;
}
.navigation ul li:hover a {
	color:#fff;
}*/
/*---------------------DROPDOWN START----------------------*/
.navigation ul li ul {
	position:absolute;
	top:30px;
	background-color:#eaf6e2;
	left:8px;
	width:200px;
	z-index:70;
	display:none;
	padding:5px;
	text-align:left;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.navigation ul li ul li {
	font-weight:normal;
	padding:0;
	display:block;
	background-image:none;
	float:none;
}
.navigation ul li ul li a {
	color:#245297;
	display:block;
	padding:0 5px;
}
.navigation ul li ul li a:hover {
	background-color:#245297;
	color:#fff;
}
/* navigation End */
.wrapper{
	background:url(../images/pattern01.jpg) repeat 0 0;
	padding:30px 0;
}
.container {
	width:960px;
	margin:0 auto;
	height:100%;
	overflow:hidden;
}
.banner-con {
	width:960px;
	margin:0 auto 25px auto;
	background:url(../images/banner-bg.png) no-repeat 0 0;
	height:332px;
}
.banner {
	width:937px;
	height:290px;
	margin:0 auto;
	padding-top:11px;
}
.left-panel{
	width:656px;
	float:left
}
.right-panel{
	width:268px;
	float:right
}
.left-panel p{
	padding-bottom:20px;
}
.about-img{
	margin:0 20px 20px 0;
	display:block;
}
.side-links{
	margin-bottom:-2px;
}
.side-links ul{
	padding:0;
}
.side-links ul li{
	font-size:14px;
	line-height:20px;
}
.side-links ul li a{
	padding:5px 5px 5px 20px;
	color:#fff;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background:url(../images/bullet.png) no-repeat 7px 10px #099831;
	display:block;
	margin-bottom:5px;
}
.side-links ul li a:hover{
	color:#fff;
	background:url(../images/bullet.png) no-repeat 7px 10px #90d6c7;
}
.admission{
	background:url(../images/pattern05.jpg) repeat 0 0;
	padding:20px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-bottom:25px;
}
.vission{
	background:url(../images/pattern12.jpg) repeat 0 0;
	padding:20px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-bottom:25px;
}
.notice{
        margin-bottom: 25px;
        height: 423px;
        overflow: auto
}
.notice ul{
	padding:0;
	min-height:400px;
}
.notice ul li{
	padding:3px 0 3px 17px;
	background:url(../images/bullet-l.png) no-repeat 0 10px;
	font-size:14px;
	line-height:20px;
	height:100%;
	overflow:hidden;
	clear:both;
}
.notice ul li a{
	color:#2a2a2a;
}
.notice ul li a:hover{
	color:#163677;
	text-decoration:underline;
}
.new{
	background:url(../images/new.gif) no-repeat 0 0;
	width:24px;
	height:10px;
	display:block;
	margin:5px 10px 0 0!important;
	float:left;
}
.query {
    margin-top: 10px;
    margin-left: 77px;
    margin-right: 96px;
    padding: 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; 
}
.login {
    width: 378px;
    margin: 0 auto;
    font-size: 16px;
    border: 1px solid #cecece;
    padding: 25px;
    background:url(../images/pattern05.jpg) repeat 0 0;
}
.query div{
	height:100%;
	overflow:hidden;
	margin-bottom:9px;
}
.query label{
	width:20%;
}
.query input[type=text],input[type=password]{
	border:1px solid #d5d5d5;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	height:22px;
	width:95%;
        padding: 3px;
}
.query textarea{
	border:1px solid #d5d5d5;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	width:95%;
	height:80px;
}
.madetory{
	display: inline;
    height: 6px;
    vertical-align: middle;
    width: 6px;
}
.query input[type=submit]{
	background:#006600;
    border: 0 none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    margin-bottom: 10px;
    padding:5px 10px;
    text-align: center;
    text-transform: uppercase;
}
.query input[type=submit]:hover{
	background-color:red;
}
.required{
	background:url(../images/reqired.jpg) no-repeat 0 0;
	padding:20px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	margin-bottom:25px;
}
.required h2{
	color:#fff;
}
.required ul{
	padding:0;
}
.required ul li{
	padding:2px 0 2px 17px;
	background:url(../images/bullet.png) no-repeat 0 10px;
	font-size:14px;
	line-height:20px;
}
.required ul li a{
	color:#fff;
}
.required ul li a:hover{
	text-decoration:underline;
}

.gallery-panel{
	border:1px solid #d5d5d5;
	padding:10px;
	margin:20px 0;
	background:#ffffff;
	width:625px;
	height:417px;
}
.gallery-panel .bx-controls-direction{
	display:none;
}
.news-events-panel{
	padding:0;
}
.news-events{
	padding:20px;
	background:url(../images/pattern05.jpg) repeat 0 0;
	margin-bottom:25px;
}
.news-each{
	height:100%;
	overflow:hidden;
}
.news-img{
	border:5px solid #fff;
	margin-right:30px;
	width:143px;
	float:left;
}
.news-content{
	float:left;
	position:relative;
	width:380px;
	background-color:#ffffff;
	padding:25px;
}
.news-content:before{
	position:absolute;
	left:-20px;
	top:25px;
	content:'';
	background:url(../images/arrow.png) no-repeat 0 0;
	width:21px;
	height:23px;
}
.news-content p{
	padding-bottom:10px;
}
.news-content-full{
	float:none!important;
	width:90%!important;
}
.affiliations-panel{
	width:100%;
	clear:both;
	background:url(../images/pattern02.jpg) repeat 0 0;
	padding:20px 0;
	border-bottom:1px solid #086121;
	border-top:1px solid #82c485;
}
.affiliations {
	margin:0 auto;
	text-align:center;
	height:100%;
	overflow:hidden;
	width:960px;
}
.affiliations ul {
	text-align:center;
}
.affiliations ul li {
	display:inline-block;
	padding:5px;
	background:#fff;
	border:1px solid #9ecea1;
}
.affiliations .bx-pager-item{
	display:none!important;
}
.footer-panel {
	padding:30px 0;
	background-color:#099831;
}
.footer {
	width:960px;
	margin:0 auto;
	height:100%;
	overflow:hidden;	
	color:#9fdaa0;
}
.footer a {
	color:#9fdaa0;
}
.footer a:hover{
	color:#fff;
}
.footer-left{
	float: left;
    width: 656px;
}
.footer-left ul {
	padding:0;
}
.footer-left ul li {
	font-size:12px;
	line-height:15px;
	float:left;
	border-right:1px solid #9fdaa0;
	padding:0 5px;
}
.footer-left ul li:last-child{
	border:0;
}
.footer-left ul li:first-child{
	padding:0 5px 0 0;
}
.footer-left ul li a {
	color:#9fdaa0;
	display:block;
}
.footer-left ul li a:hover, .footer-left ul li a.active {
	color:#fff;
	display:block;
}
.copyright {
	font-size:11px;
	clear:both;
	padding:5px 0 0 0;
	font-size:12px;
}
.footer-right{
	float: right;
    width: 268px;
}
.footer-right h2{
	font-size:17px;
	color:#fff;
	padding-bottom:5px;
}
.footer-right ul {
	padding:0;
}
.footer-right ul li {
	font-size:12px;
	line-height:15px;
	background:url(../images/bullet.png) no-repeat 0 50%;
	padding:0 0 0 15px;
	display:block;
}
.read{
	display:block;
	font-size:12px;
	line-height:15px;
	padding:0 0 0 15px;
	font-weight:bold;
	background:url(../images/bullet-r.png) no-repeat 0 50%;
	float:right;
}
.read:hover{
	color:red;
}
.content-panel{
	height:100%;
	overflow:hidden;
	border-bottom:1px solid #d5d5d5;
	padding-bottom:25px;
	margin-bottom:25px;
}
.content-panel img{
	border:1px solid #d5d5d5;
	padding:5px;
	width:305px;
	height:215px;
}
.content-panel p{
	text-align:justify;
	margin-bottom:25px;
}
.content-panel:last-child{
	border-bottom:0;
	padding-bottom:0;
}
.middle{
	margin:0 auto;
	text-align:center;
}
.content-panel table {
    border-collapse: collapse;
}

.content-panel table, .content-panel th, .content-panel td {
    border: 1px solid #d5d5d5;
}
.content-panel th, .content-panel td {
    padding: 0.5em 1em;
}
.content-panel th {
    background-color: #33FFFF;
    color: #000;
    text-align: left;
    vertical-align: bottom;
	border-right: 1px solid #6097bd;
}
.content-panel tr:nth-child(odd) {
	background-color:#e8e8e8;
}
.content-panel h3{
	font-size:18px;
	text-align:center;
	background:#CC3399;
	color:#fff;
	line-height:30px;
	margin-bottom:5px;
	font-weight:normal;
	padding:0;
}
.content-panel h4{
	font-size:18px;
	text-align:center;
	background:#CC3399;
	color:#fff;
	line-height:30px;
	margin-bottom:5px;
	font-weight:normal;
	padding:0;
}
.content-panel h1{
	font-size:18px;
	text-align:center;
	background:#CC3399;
	color:#fff;
	line-height:30px;
	margin-bottom:5px;
	font-weight:normal;
	padding:0;
}
content-panel-table {
    height:100%;
	overflow:hidden;
	border-bottom:1px solid #d5d5d5;
	padding-bottom:25px;
	margin-bottom:25px;
	padding-left: 32px;
	padding-right: 10px;
}
.content-panel-table h3{
	font-size:18px;
	text-align:center;
	background:#0066cc;
	color:#fff;
	line-height:30px;
	margin-bottom:5px;
	font-weight:normal;
	padding:0px;
	width: 1010px;
}
.special-table {
    height:100%;
	/*overflow:hidden;*/
	border-bottom:1px solid #d5d5d5;
	/*padding-bottom:25px;*/
	margin-bottom:25px;
	padding-left: 130px;
	/*padding-right: 10px;*/
}

.titlecolor{
    color:#099831;
}

.mission{
    list-style-type:square;
    margin-left: 17px;
}

.usefullLink {
    background: url(../images/pattern05.jpg) repeat 0 0;
    padding: 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 25px;
    font-size: 11px;
    list-style-type:circle;
}
.link
{
    list-style-type:square;
}

.usefullLink ul li a {
	color:#4043ab;
	display:block;
}
.usefullLink ul li a:hover, .usefullLink ul li a.active {
	color:#fff;
	display:block;
}

.contactus-panel{
     /*   background: url(../images/pattern05.jpg) repeat 0 0;*/
	/*border:1px solid #d5d5d5;*/
	padding:10px;
	margin:20px 0;
	/*background:#ffffff;*/
	width:625px;
	height:300px;
}

.contactus-panel input[type="text"], .contactus-panel input[type="email"] {

    width: 94%;
    padding: 10px;
    border: none;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    outline: none;
    color: #333;
    font-size: 13px;
    letter-spacing: 2px;
    margin-bottom: 15px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
    font-family: 'Montserrat', sans-serif;

}

.contactus-panel input[type="submit"], .contactus-panel input[type="reset"]  {

    background: #099831;
    color: #fff;
    font-size: 18px;
    border: none;
    text-transform: capitalize;
    border: 2px solid #16c3b0;
    width: 100px;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    padding: 10px 0;
    letter-spacing: 1px;
    margin-top: 15px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    font-family: 'Montserrat', sans-serif;

}
.gallery-panel .bx-controls-direction{
	display:none;
}

.contact_address {
/* background: url(../images/pattern05.jpg) repeat 0 0;*/
    padding: 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 25px;
    font-size: 19px;
    color: #4043ab;
    font-family: Arial, Helvetica, sans-serif;
    list-style-type:circle;
    height:260px;
    margin-top: 15px;
}

.map {
    width: 935px;
    margin: 0 auto 25px auto;   
    height: 332px;
}

.gallery_main {
    width: 937px;
    min-height: 290px;
    margin: 0 auto;
    padding-top: 11px;
    height: auto;
}

.dropbtn {
    padding: 5px 5px 5px 20px;
    color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: url(../images/bullet.png) no-repeat 7px 10px #099831;
    display: block;
    margin-bottom: 5px;
    width: 268px;
    text-align: left;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #90d6c7;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 268px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 2px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {background-color: #ddd;}

.show {display: block;}

.middle-panel-others {
    width: 98%;
    float: left;
    margin-top: 40px;
    //height: 100px;
    min-height: 700px;
    padding-right: 1px;
    padding-left: 10px;
}

.feedback {
    margin-top: 10px;
    margin-left: 77px;
    margin-right: 96px;
}
.feedback {
    margin: 0 auto;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding: 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #d5d5d5;
  /*  background: url(../images/pattern05.jpg) repeat 0 0;*/
}
.feedback div.feedback-contac {
    height: 100%;
    overflow: hidden;
    margin-bottom: 2px;
}
.feedback div.left {

    width: 45%;
    float: left;
}
.feedback div.right {

    width: 45%;
    float: right;

}
.feedback label {

    width: 20%;
    margin-right: 20px;
    font-size: 16px;
}
.feedback input[type="text"] {

    border: 1px solid #d5d5d5;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 27px;
    width: 100%;

}
.combobox {
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 27px;
    width: 100%;
}
.feedback select {

    //background: #2a9ad4;
    border: 0 none;
    border-radius: 5px;
    height: 25px;
    cursor: pointer;
    margin-bottom: 10px;
    padding: 5px 10px;
    text-align: center;
    text-transform: uppercase;

}
.feedback textarea {

    border: 1px solid #d5d5d5;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 100%;
    height: 150px;
    resize: none;   
}
.middle-panel-others h4 {
    font-size: 18px;
    text-align: center;
    background: #0066cc;
    color: #fff;
    line-height: 30px;
    margin-bottom: 5px;
    font-weight: normal;
    padding: 0px;
    -webkit-border-radius: 5px;
}
input[type=submit] {
    background: #006600;
    border: 0 none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    margin-bottom: 10px;
    padding: 5px 10px;
    text-align: center;
    text-transform: uppercase;
}
