@charset "utf-8";
/* CSS Document */
body{background:#f5f5f5 url(../images/Bg.png)top left ; 	}
.group-banner{margin-top:10px;}
.group-banner .logo img{border-right:1px solid #999;}
.institution h1{color:#006cb9;}
.institution ul li{float:left;margin-right:30px;color:#727377;}
.admission{margin-top:10px;}
.admission h2{color:#006cb9;text-align:center;}
.admission h3{color:#727375;text-align:center;}
.list-inst .con-in{width:235px;margin:0px auto;}
.list-inst .con-inA{width:250px;margin:0px auto;}
.con-inA ul li a{color:#C00 !important; padding:5px; background:#FFF; border:1px solid #CCC;}
.list-inst img{width:100%;height:153px; }
.list-inst ul li img{width:auto;height:auto;   }
.list-inst h1{text-align:center;font-size:20px;margin-bottom:5px;line-height:22px;color:#0061a9;}
.list-inst ul li{display:block;padding:8px 0px;text-align:center;border-bottom:2px dotted #999;color:#666; width:280px;}
.list-inst ul li a{color:#666}
.list-inst ul{padding:0px;margin:0px;}
.group-link{margin-top:20px;}
.group-link p{text-align:center;font-weight:bold;color:#666;font-size:18px;}
.group-link p a{color:#F60;font-size:20px}

.list-page h1 {
    border: 1px solid #0061a9;
    border-radius: 9px;
    color: #0061a9;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 5px;
    padding: 9px;
    text-align: center;
}

#pad1 {
    margin-top: 14%;
}

.admission_txt h2 {
    background: none repeat scroll 0 0 #006cb9;
    border-radius: 67px;
    color: #fff;
    font-size: 27px;
    margin-bottom: 6%;
    margin-left: 11%;
    margin-right: 11%;
    padding: 6px 0;
    text-align: center;
    margin-top: 5%;
}

.img-polorid {
    background-image: url("../images/Engg.jpg");
    height: 158px;
	
  }

.img-polorid:hover {
    background-image: url("../images/engg1.jpg");
	height: 158px;
	transition-delay: 5s;
}

.img-polorid2 {
    background-image: url("../images/Medicine.jpg");
    height: 158px;
  }

.img-polorid2:hover {
    background-image: url("../images/medical.jpg");
    height: 158px;
  }

.img-polorid3 {
    background-image: url("../images/Schools-2016-17-1.jpg");
    height: 158px;
  }

.img-polorid3:hover {
    background-image: url("../images/Schools-2016-17.jpg");
    height: 158px;
  }

/*
.admission_txt h2 {
    background: none repeat scroll 0 0 #006cb9;
    border-radius: 9px;
    color: #fff;
    font-size: 30px;
    margin-bottom: 12%;
    padding: 8px 0;
    text-align: center;
}*/

.course-1{
  float: left;
  padding: 10px 0;
  margin-top: 2em;
}

.course-2{
  padding: 10px 0;
   margin-top: 2em;
} 
.course-2 > h4{
    text-align: center;
       font-size: 20px;
       color: #005BAB;
}
.course-1 > h4{
    text-align: center;
       font-size: 20px;
        color: #005BAB;
}


.course-1 {
    background: #C3D3E2;
    border-radius: 15px;
    float: left;
    width: 50%;
}

.course-2 {
    background:#C3D3E2;
    border-radius: 15px;
    margin-left: 35em;
    width: 50%;
}

.course-1 li {
    background: rgb(238, 238, 238) none repeat scroll 0 0;
    border: 1px solid;
    margin: 10px;
    padding: 6px;
    list-style-type: none;
   
}
.course-2 li {
    background: rgb(238, 238, 238) none repeat scroll 0 0;
    border: 1px solid;
    margin: 10px;
    padding: 6px;
     list-style-type: none;
     border-radius: 3px;
      font-size: 14px;
    font-weight: bold;
}

.course-1 li:hover{
    background-color:#A7CF3A;
   
}
.course-2 li:hover{
    background-color:#A7CF3A;
    border-radius: 3px;
}
.course-1 li a:hover{
  color:#005BAA;
  text-decoration: none;
}
.course-2 li a:hover{
  color:#005BAA;
  text-decoration: none;
}
.course-1 a{
     font-size: 14px;
    font-weight: bold;
    color: black;
}

.course-2 a{
     font-size: 14px;
    font-weight: bold;
    color: black;
}

 .engg-list {
    background-color: rgb(0, 90, 170);
    border-radius: 8px;
    padding: 3px 4px;
    position: absolute;
    top: 44em;
}
 .engg-list > li {
    background-color: rgb(255, 255, 255);
    list-style-type: none;
    margin-bottom: 2px;
    padding: 8px;
   
}
.engg-list a {
    color: rgb(255, 102, 0);
    font-size: 12px;
    text-decoration: none;
}

.engg-list  a:hover{
  color: #005BAA;
}
.engg-list > li:hover{
  background-color: #F5F5F5;
}