@charset "utf-8";
/* CSS Document */
@media screen and (max-width: 999px) and (min-width: 981px) {
*{margin:0; padding:0;}
body{font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 14px; line-height: 26px; color: #1D1D1D; background-color:#f8f8f8; background-image:url("../images/bg.png");}
/* header portion start*/
.header_wrapper{width:100%; float:left; padding:10px 0; background: #3b679e; /* Old browsers */
background: -moz-linear-gradient(45deg,  #3b679e 0%, #2b88d9 50%, #207cca 51%, #7db9e8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#3b679e), color-stop(50%,#2b88d9), color-stop(51%,#207cca), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(45deg,  #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(45deg,  #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(45deg,  #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%); /* IE10+ */
background: linear-gradient(45deg,  #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b679e', endColorstr='#7db9e8',GradientType=1 );}
.header{width:98%; margin:auto; color:#fff;}
.logo{width:120px; float:left;}
.logo img{width:100%;}
.header-center{width:550px; float:left; margin-left:20px;}
.header-right{width:265px; float:right;}
.college-title{width:100%; float:left; font-size:38px; text-shadow:1px 1px 3px #fff; color:#fff; line-height:70px;}
.af{width:100%; float:left; font-size:20px; line-height:30px; color:#fff; text-align:center;}
.h-right-sub{width:100%; float:left; line-height:30px;}
.h-right-sub img{float:left; margin-right:7px;}
/* header portion end*/

/* navigation portion start*/
.navigation_wrapper{width:100%; float:left; background: rgb(0,29,81); background: -moz-linear-gradient(top, rgba(0,29,81,1) 0%, rgba(2,25,68,1) 100%); background: -webkit-linear-gradient(top, rgba(0,29,81,1) 0%,rgba(2,25,68,1) 100%); background: linear-gradient(to bottom, rgba(0,29,81,1) 0%,rgba(2,25,68,1) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001d51', endColorstr='#021944',GradientType=0 );}
.navigation{width:98%; margin:auto; line-height:40px; min-height:40px; z-index:999999999999!important;}
/* navigation portion end*/

/* slide portion start*/
.banner_wrapper{width:100%; float:left; border-bottom:5px solid #333; border-top:5px solid #333;}
.banner{width:98%; margin:auto;}
/* slide portion end*/

/* center portion start*/
.center_wrapper{width:100%; float:left; margin:10px 0;}
.center_pannel{width:98%; margin:auto;}
.left-sidebar{width:26%; float:left;}
.founder-msg{width:96%; float:left; padding:2%; background-color:#fff; box-shadow:1px 1px 3px; border-radius:3px;}
.manager-msg{width:96%; float:left; padding:2%; background-color:#fff; box-shadow:1px 1px 3px; border-radius:3px; margin-top:15px;}
.f-heading{width:100%; float:left; line-height:30px; margin-bottom:10px; border-bottom:1px dashed #006; color:#006; font-size:24px;}
.founder-msg-text{width:100%; float:left; margin:5px 0; text-align:justify;}
.founder-detail{width:96%; float:left; padding:2%; background-color:#3671af; border-radius:3px;}
.more{text-align:right; width:100%; float:left; font-size:15px;}
.more a{color:#001d51; text-decoration:none;}
.more a:hover{color:#FC0;}
.founder-name{width:150px; float:left;}
.founder{width:100%; float:left; font-size:20px; color:#fff; line-height:40px;}
.designation{width:100%; float:left; text-align:right; color:#FC0; font-size:16px;}
.founder-pic{width:80px; height:80px; float:right; border-radius:50%;}
.founder-pic img{width:100%; height:100%; border-radius:50%;}
.center-contant-wrapper{width:49%; float:left;}
.center_contant{width:96%; float:left; margin:2%; background-color:#fff; box-shadow:1px 1px 3px; border-radius:3px; margin-top:0px;}
.center-contant-sub{width:96%; float:left; padding:2%;}
.center-heading, .heading{width:100%; float:left; line-height:30px; margin-bottom:10px; border-bottom:1px dashed #006; color:#006; font-size:23px;}
.center-pic{width:100%; float:left; margin-bottom:17px;}
.center-pic img{width:97%; border:5px solid #333; border-radius:40px 0 40px 0;}
.center-text{width:100%; float:left; text-align:justify;}
.right-sidebar{width:24%; float:left; background-color:#fff; box-shadow:1px 1px 3px; border-radius:3px;}
.right-sidebar-sub{width:96%; float:left; padding:2%;}
.social{width:96%; float:left; margin-top:10px; border-top:1px solid #ccc; padding:2%; margin-bottom:5px;}
.social img{float:left; margin-right:7px; width:32px;}
/* center portion end*/

/* gallery portion start*/
.gallery_wrapper{width:100%; float:left;}
.gallery{width:98%; margin:auto; background-color:#fff; box-shadow:1px 1px 3px; border-radius:3px; height:210px; overflow:hidden;}
.gallery-sub{width:96%; float:left; padding:2%;}
/* gallery portion end*/

/* footer portion start*/
.footer_wrapper{width:100%; float:left; margin-top:15px; padding:10px 0; background: rgb(0,29,81); background: -moz-linear-gradient(top, rgba(0,29,81,1) 0%, rgba(2,25,68,1) 100%); background: -webkit-linear-gradient(top, rgba(0,29,81,1) 0%,rgba(2,25,68,1) 100%); background: linear-gradient(to bottom, rgba(0,29,81,1) 0%,rgba(2,25,68,1) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001d51', endColorstr='#021944',GradientType=0 );}
.footer{width:98%; margin:auto;}
.footer_nav{width:100%; float:left; text-align:center; margin-bottom:10px;}
.footer_nav li{list-style:none; margin-right:10px; font-size:15px; line-height:15px; border-right:1px solid #fff; display:inline-table;}
.footer_nav li a{color:#fff; padding:5px 10px; text-decoration:none;}
.footer_nav li a:hover, .copy a:hover{color:#FC0;}
.footer_nav li:last-child{margin-right:0px; border:none;}
.copy{width:100%; float:left; margin:10px 0; color:#fff;}
.copy li{width:50%; list-style:none; float:left;}
.copy li:last-child{float:right; text-align:right;}
.copy a{color:#fff; text-decoration:none;}
/* footer portion end*/

/* inner page css start*/
.inner-banner-wrapper{width:100%; float:left; border-top:5px solid #333; border-bottom:5px solid #333;}
.inner-banner{width:98%; margin:auto;}
.inner-banner img{width:100%;}
/* inner page css end*/

/* inner page sidebar css start*/
.inner-sidebar{width:24%; float:left;  background-color:#fff; border-radius:3px; box-shadow:1px 1px 3px;}
.inner-sidebar-sub{width:96%; float:left; padding:2%;}
.inner-sidebar-nav{width:100%; float:left;}
.inner-sidebar-nav li{list-style:none; border-bottom:1px solid #ccc; margin-bottom:5px; line-height:31px;}
.inner-sidebar-nav li a{color:#021944; text-decoration:none; transition:all 1s; display:block; padding-left:20px;}
.inner-sidebar-nav li a:hover{padding-left:40px; color:#F60; background-color:#021944; border-radius:3px;}
.inner-sidebar-nav li:last-child{margin-bottom:0px; border-bottom:none;}
.inner-center-wrapper{width:75%; float:right; background-color:#fff; box-shadow:1px 1px 3px;}
.inner-center{width:96%; padding:2%; float:left;}
/* inner page sidebar css end*/


}

