@font-face {
	font-family: MyriadPro-Bold;
	src: url(../fonts/MyriadPro-Bold.otf);
}
@font-face {
	font-family: MyriadPro-Regular;
	src: url(../fonts/MyriadPro-Regular.otf);
}
@font-face {
	font-family: OpenSans-Regular;
	src: url(../fonts/OpenSans-Regular.ttf);
}
@font-face {
	font-family: Oswald-SemiBold;
	src: url(../fonts/Oswald-SemiBold.ttf);
}
@font-face {
	font-family: Oswald-Bold;
	src: url(../fonts/Oswald-Bold.ttf);
}
body {
	font-family: OpenSans-Regular;
	color: #000;
}
.twocolordiv {
	/*    position: relative;
        z-index: 9;
        background: radial-gradient(circle farthest-side at 0% 50%, rgb(0, 149, 218) 23.5%, rgba(240, 166, 17, 0) 0)21px 30px, radial-gradient(circle farthest-side at 0% 50%, #0687c3 24%, rgba(240, 166, 17, 0) 0)19px 30px, linear-gradient(rgb(0, 149, 218) 14%, rgba(240, 166, 17, 0) 0, rgba(240, 166, 17, 0) 85%, rgb(0, 149, 218) 0)0 0, linear-gradient(150deg, rgb(0, 149, 218) 24%, #0687c3 0, #0687c3 26%, rgba(240, 166, 17, 0) 0, rgba(240, 166, 17, 0) 74%, #0687c3 0, #0687c3 76%, rgb(0, 149, 218) 0)0 0, linear-gradient(30deg, rgb(0, 149, 218) 24%, #0687c3 0, #0687c3 26%, rgba(240, 166, 17, 0) 0, rgba(240, 166, 17, 0) 74%, #0687c3 0, #0687c3 76%, rgb(0, 149, 218) 0)0 0, linear-gradient(90deg, #0687c3 2%, rgb(0, 149, 218) 0, rgb(0, 149, 218) 98%, #0687c3 0%)0 0 rgb(0, 149, 218);
        background-size: 40px 60px;
        padding: 10px 0px;*/
		
		
		
	position: relative;
    z-index: 9;
    background: radial-gradient(circle farthest-side at 0% 50%, #8a0604 23.5%, rgba(240, 166, 17, 0) 0)21px 30px, radial-gradient(circle farthest-side at 0% 50%, #790b00 24%, rgba(240, 166, 17, 0) 0)19px 30px, linear-gradient(#8a0604 14%, rgba(240, 166, 17, 0) 0, rgba(240, 166, 17, 0) 85%, #8a0604 0)0 0, linear-gradient(150deg, #8a0604 24%, #6b150c 0, #840c00 26%, rgba(240, 166, 17, 0) 0, rgba(240, 166, 17, 0) 74%, #6b150c 0, #840c00 76%, #8a0604 0)0 0, linear-gradient(30deg, #8a0604 24%, #6b150c 0, #840c00 26%, rgba(240, 166, 17, 0) 0, rgba(240, 166, 17, 0) 74%, rgb(125, 15, 4) 0, #840c00 76%, #8a0604 0)0 0, linear-gradient(90deg, #840c00 2%, #8a0604 0, #8a0604 98%, #6b150c 0%)0 0 #3a0c0b;
    background-size: 40px 60px;
    padding: 10px 0px;
}
/* .twocolordiv:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        right: 0%;
        bottom: 0;
        left: 0;
        background: #13aae2;
        width: 55%;
    }
     */
    
.topLink {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 47%;
	padding: 10px 0px;
}
.topLink ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.topLink ul li {
	padding: 0px 15px;
	margin: 0px 5px;
	float: left;
}
.topLink ul li a {
	color: #fff;
}
.topRightLink {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.topRightLink li {
padding: 0px 5px;
	margin: 0px;
	float: left;
	border-left: 1px solid #fff;
	line-height: 26px;
}
/*    .topLink ul li:nth-child(1) {
        background-color: #7a0f01;
        border-radius: 30px;
    }
    
    .topLink ul li:nth-child(2) {
        background-color: #7a0f01;
        border-radius: 30px;
    }*/
    
.topRightLink li:first-child {
	border-left: 0px;
}
.topRightLink li a {
	color: #fff;
	text-decoration: none;
}
.ui-widget-content ul li a {
	color: #337ab7;
}
.add-on .input-group-btn>.btn {
	border-left-width: 0;
	left: -2px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	background-color: #7a0f01;
	color: #fff;
}
/* stop the glowing blue shadow */
    
.add-on .form-control:focus {
	box-shadow: none;
	-webkit-box-shadow: none;
	border-color: #cccccc;
}
/* .form-control {
        width: 20%
    } */
    
.navbar-nav>li>a {
	border-right: 1px solid #ddd;
	padding-bottom: 15px;
	padding-top: 15px;
}
.navbar-nav:last-child {
	border-right: 0
}
.searchBox {
	width: 100%;
	float: left;
	margin-top: 20px;
}
.sliderSection {
	position: relative;
}
footer {
	background-image: url(../images/footerBg.jpg);
	background-repeat: no-repeat;
	background-color: #3a3a3a;
	padding: 20px 150px;
	color: #000;
}
footer hr {
	border-color: #ccc;
}
.padding-less-both {
	padding-left: 0px;
	padding-right: 0px;
}
.contactLink {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.contactLink li {
	padding: 0px 10px;
	border-right: 1px solid #000;
	margin: 5px 0px;
	float: left;
}
.contactLink li a {
	color: rgb(0, 0, 0);
}
.contactLink li:last-child {
	border-right: 0px;
}
.contactLink li:first-child {
	padding-left: 0px;
}
.weatherList {
	padding: 0px;
	margin: 28px 0px 0px 0px;
	list-style-type: none;
}
.weatherList li {
	padding: 10px 0px;
	margin: 0px;
	color: #000;
}
.studentDownloadBox ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.weatherli {
	font-size: 22px;
	padding: 0px 0px 9px 0px;
	color: #564f4f;
}
.weatherli span {
	color: #564f4f;
}
.studentDownloadBox ul li {
	padding: 3px 0px;
}
.studentDownloadBox ul li::before {
	content: "\e127";
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	margin-right: 5px;
	color: #7a0f01;
}
.studentDownloadBox ul li a {
	color: #0095da;
}
.studentDownloadBox .ui-accordion-content {
	padding: 1em 1.2em;
	border-top: 0;
	overflow: auto;
}
.studentDownloadBox h3 {
	margin-top: 0px;
}
.weatherList li:last-child {
	padding-bottom: 0px;
}
.legalSection h4 {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 20px;
}
.legalLink {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.legalLink li {
	padding: 5px 0px;
	margin: 0px;
	border-bottom: 1px solid #585858;
}
.legalLink li:last-child {
	border-bottom: 0px;
}
.legalLink li a {
	color: #000;
}
.quickLink h2 {
	margin-top: 0px;
	text-transform: uppercase;
	color: #000;
	border-bottom: 1px solid #585858;
	font-family: MyriadPro-Bold;
}
.quickLink ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.quickLink ul li {
	padding: 0px 10px;
	margin: 0px;
	width: 50%;
	float: left;
}
.quickLink ul li:last-child {
	border-bottom: 0px;
}
.quickLink ul li a {
	color: #000;
	text-decoration: none;
	width: 100%;
	float: left;
	border-bottom: 1px solid #585858;
	padding: 5px 0px;
}
.map {
	width: 100%;
	height: 315px;
	border: 0px;
}
.btn-facebook {
	width: 30px;
	height: 30px;
	border-radius: 100px;
	background-color: #3c589b;
	color: #fff;
	text-align: center;
	line-height: 30px;
}
.btn-twitter {
	width: 30px;
	height: 30px;
	border-radius: 100px;
	background-color: #4baad2;
	color: #fff;
	text-align: center;
	line-height: 30px;
}
.btn-linkedin {
	width: 30px;
	height: 30px;
	border-radius: 100px;
	background-color: #0097bc;
	color: #fff;
	text-align: center;
	line-height: 30px;
}
.btn-youtube {
	width: 30px;
	height: 30px;
	border-radius: 100px;
	background-color: #d52426;
	color: #fff;
	text-align: center;
	line-height: 30px;
}
.naivigation {
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 100;
	background-color: rgba(6, 60, 97, 0.76);
	padding: 0px 0px;
}
.InSidenaivigation {
	top: 0px;
	width: 100%;
	z-index: 100;
	background-color: rgba(6, 60, 97, 0.76);
	padding: 0px 0px;
}
.InSidenaivigation #cssmenu ul ul li a {
	padding: 10px 20px;
	margin: 0px 0px;
	font-size: 12px;
	text-decoration: none;
	color: #fff;
	min-width: 173px;
	white-space: nowrap;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
	background-color: rgba(6, 60, 97, 0.76);
}
.footerContaner {
	background-color: rgba(255, 255, 255, 0.8);
	padding: 15px 20px;
}
/* Achivement scroll */
    
.pagination .glyphicon {
	margin-right: 0px !important;/*override*/
}
.aboutmeghalayaBg h4 {
	margin-bottom: 0px;
}
.currentinitiBox .panel {
	background-color: transparent;
	border: 0px;
}
.currentinitiBox .panel-default>.panel-heading {
	background-color: transparent;
	border: 0px;
}
.currentinitiBox .panel-body {
	padding: 0px;
}
.pagination a {
	color: #555;
}
.panel ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.news-item {
	padding: 5px 4px;
	margin: 0px;
	border-bottom: 1px dotted rgb(34, 34, 34);
	color: rgb(0, 64, 107);
}
.news-item span {
	color: #000;
	display: block;
}
.currentinitiBox .panel-footer {
	padding: 0px 15px;
	background-color: transparent;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border: 0px;
	margin-top: 31px;
}
.currentinitiBox .panel {
	box-shadow: none;
}
.currentinitiBox .pagination>li>a,  .pagination>li>span {
	background-color: transparent;
	color: #000;
	padding: 3px 10px;
}
.currentinitiBox .panel-heading {
	padding: 10px 0px;
}
.currentinitiBox .panel-heading ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.currentinitiBox .panel-heading ul li {
	float: left;
	padding: 0px 5px 0px 0px;
	margin: 0px 5px 0px 0px;
	border-right: 1px solid #000;
}
.currentinitiBox .panel-heading ul li a {
	color: #000;
	text-decoration: none;
}
.currentinitiBox .panel-heading ul li:last-child {
	border-right: 0px;
}
.currentinitiBox .panel-heading ul li span {
	font-size: 14px;
	text-transform: capitalize;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.newsAboutSection {
	padding: 50px 0px;
}
.nav-tabs>li.active>a,  .nav-tabs>li.active>a:focus,  .nav-tabs>li.active>a:hover {
	color: #000000;
	cursor: default;
	background-color: #e0e0e0;
	border: 1px solid #fff6f6;
	border-bottom-color: transparent;
}
.nav-tabs {
	border-bottom: 0px solid #fffefe;
}
.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid white;
	border-radius: 4px 4px 0 0;
	background-color: #0095da;
	color: #fff;
	font-size: 20px;
	padding: 7px 10px;
}
.nav-tabs>li>a:hover {
	background-color: #00bfff38;
	border: 1px solid #fff6f6;
}
.navbar-collapse {
	padding-left: 0px;
	padding-right: 0px;
}
.nav>li>a:focus,  .nav>li>a:hover {
	text-decoration: none;
	background-color: rgb(33, 122, 212);
}
.navbar-toggle .icon-bar {
	border: 1px solid white;
}
.newsList {
	width: 100%;
	float: left;
	height: 309px;
	overflow: hidden;
	display: table;
}
.newsList ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	width: 100%;
}
.newsList ul li {
	padding: 10px 0px;
	margin: 0px;
	border-bottom: 1px solid #ccc;
}
.newsList ul li:last-child {
	border-bottom: 0px;
}
.newsList ul li a {
	text-decoration: none;
	color: #000;
}
.newsList ul li a span {
	display: block;
	font-style: italic;
	color: rgb(122, 121, 121);
}
.youtubef {
	width: 100%;
	float: left;
	height: 242px;
	position: relative;
}
.youtubef iframe {
	position: absolute;
	height: 100%;
	width: 100%;
	border: 0px;
}
div.aw-widget-current-inner a.aw-toggle {
	display: none;
}
.lt-479 div.aw-widget-current-inner div.aw-widget-content a.aw-current-weather div.aw-current-weather-inner {
	max-width: 275px!important;
	padding-bottom: 24px!important;
	height: 345px;
}
.marqueeScroll {
	width: 100%;
	float: left;
	background-color: #eeb211;
	padding: 10px 0px;
}
.marqueeScroll ul {
	padding: 0px;
	margin: 0px;
}
.marqueeScroll ul li {
	display: inline-block;
	padding: 0px 15px;
}
.marqueeScroll ul li a {
	color: #7a0f01;
}
.marqueeScroll ul li::before {
	content: "\e072";
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	margin-right: 5px;
	color: #7a0f01;
}
.marqueeScroll marquee {
	line-height: 12px;
}
/* .eventList {
        width: 100%;
        float: left;
        height: 309px;
        overflow: hidden;
    }
    
    .eventList ul {
        padding: 0px;
        margin: 0px;
        list-style-type: none;
    }
    
    .eventList ul li {
        padding: 10px 0px;
        margin: 0px;
        border-bottom: 1px solid #ccc;
    }
    
    .eventList ul li:last-child {
        border-bottom: 0px;
    }
    
    .eventList ul li a {
        text-decoration: none;
        color: #000;
    }
    
    .eventList ul li a span {
        display: block;
        font-style: italic;
        color: rgb(122, 121, 121);
    }
    
    .tenderList {
        width: 100%;
        float: left;
        height: 309px;
        overflow: hidden;
    }
    
    .tenderList ul {
        padding: 0px;
        margin: 0px;
        list-style-type: none;
    }
    
    .tenderList ul li {
        padding: 10px 0px;
        margin: 0px;
        border-bottom: 1px solid #ccc;
    }
    
    .tenderList ul li:last-child {
        border-bottom: 0px;
    }
    
    .tenderList ul li a {
        text-decoration: none;
        color: #000;
    }
    
    .tenderList ul li a span {
        display: block;
        font-style: italic;
        color: rgb(122, 121, 121);
    }
     */
    
.aboutmeghalayaBg {
	background-color: rgba(253, 228, 228, 0.77);
	padding-bottom: 20px;
	padding-top: 20px;
	height: 416px;
}
.aboutmeghalayaBg h2 {
	margin-top: 0px;
	font-family: MyriadPro-Bold;
	color: #000;
	text-transform: uppercase;
	font-size: 26px;
	border-bottom: 1px solid #000;
	margin-bottom: 7px;
	padding-bottom: 6px;
}
.aboutmeghalayaBg .btn-readmore {
	background-color: transparent;
	border-color: #000;
	color: #000;
	float: right;
}
.directorMessageBox {
	position: relative;
}
.dorectorOverlay {
	background-color: rgba(255, 255, 255, 0.85);
	padding: 25px;
	margin: 0px;
	bottom: 0px;
	position: absolute;
	width: 392px;
	right: 0px;
}
.dorectorOverlay h2 {
	margin-top: 0px;
	font-family: MyriadPro-Bold;
	color: #000;
	text-transform: uppercase;
	font-size: 26px;
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
	padding-bottom: 6px;
}
.dorectorOverlay .btn-black {
	background-color: #222;
	color: #fff;
	font-size: 13px;
	padding: 2px 10px;
	margin-top: 5px;
}
.gallerySection {
	padding: 0px 20px 30px 20px;
}
.gallerySection h2 {
	margin-top: 0px;
	font-family: MyriadPro-Bold;
	color: #000;
	text-transform: uppercase;
	font-size: 26px;
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
	padding-bottom: 6px;
}
.col-item {
	border: 1px solid #E1E1E1;
	border-radius: 5px;
	background: #FFF;
}
.col-item .photo img {
	margin: 0 auto;
	width: 100%;
}
.col-item .info {
	padding: 10px;
	border-radius: 0 0 5px 5px;
	margin-top: 1px;
}
.col-item:hover .info {
	background-color: #F5F5DC;
}
.col-item .price {
	/*width: 50%;*/
	float: left;
	margin-top: 5px;
}
.col-item .price h5 {
	line-height: 20px;
	margin: 0;
}
.price-text-color {
	color: #219FD1;
}
.col-item .info .rating {
	color: #777;
}
.col-item .rating {
	/*width: 50%;*/
	float: left;
	font-size: 17px;
	text-align: right;
	line-height: 52px;
	margin-bottom: 10px;
	height: 52px;
}
.col-item .separator {
	border-top: 1px solid #E1E1E1;
}
.clear-left {
	clear: left;
}
.col-item .separator p {
	line-height: 20px;
	margin-bottom: 0;
	margin-top: 10px;
	text-align: center;
}
.col-item .separator p i {
	margin-right: 5px;
}
.col-item .btn-add {
	width: 50%;
	float: left;
}
.col-item .btn-add {
	border-right: 1px solid #E1E1E1;
}
.col-item .btn-details {
	width: 50%;
	float: left;
	padding-left: 10px;
}
.controls {
	margin-top: 20px;
}
[data-slide="prev"] {
	margin-right: 10px;
}
.galleryController {
	font-size: 14px;
	padding: 2px 10px;
	background-color: #0095da;
	border-color: #0095da;
}
.tab-content .tab-pane .btn {
	background-color: #0095da;
	padding: 2px 10px;
	border-color: #0095da;
}
.carousel-control.left {
	background-image: none;
	width: 0%;
	left: 5%;
}
.carousel-control.right {
	background-image: none;
	background-image: none;
	width: 0%;
	right: 5%;
}
/* Inside Style */
    
.insideBox {
	padding-top: 30px;
	padding-bottom: 30px;
}
.page-header {
	text-transform: uppercase;
	margin-top: 0px;
	border-color: #416a86;
	border-top: 1px solid #416a86;
	padding-bottom: 3px;
	padding-top: 2px;
}
.archiveYear {
	padding: 10px 15px;
}
.archiveYear h3 {
	margin-top: 0px;
	color: #000;
}
.archiveYear ul li {
	padding: 10px 5px !important;
}
.departmentBanner {
	position: relative;
}
.departmentBanner .departmentHeadingCaption {
	position: absolute;
	bottom: 0px;
	font-size: 30px;
	text-transform: uppercase;
	background-color: rgba(255, 253, 253, 0.719);
	padding: 10px 30px;
	right: 0px;
	color: #000000;
	text-shadow: 2px 2px #ffabab;
}
.deprtInfo {
	font-size: 14px;
	text-shadow: none;
	text-transform: capitalize;
}
.deprtInfo h3 {
	font-size: 20px;
}
.deprtInfo a {
	display: block;
	text-transform: none;
}
.department-page-header {
	text-transform: uppercase;
	margin-top: 0px;
	border-color: #416a86;
	border-top: 1px solid #416a86;
	padding-bottom: 3px;
	padding-top: 2px;
	border-bottom: 1px solid #416a86;
	font-size: 20px;
}
.archiveYear ul li a {
	text-decoration: none;
}
.dateBox {
	width: 100%;
	float: left;
	border: 2px solid #0095da;
	text-align: center;
}
.dateBox .badge {
	display: block;
	background-color: #0095da;
	border-radius: 0px;
	font-size: 20px;
	padding: 7px 0px;
}
.dateBox h4 {
	margin-top: 0px;
	padding: 4px 0px;
	background-color: #fff;
	margin-bottom: 0px;
	font-size: 15px;
}
.dateBox h5 {
	margin-top: 0px;
	background-color: #416a86;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 0px;
	color: #fff;
}
.newsContent {
	width: 100%;
	float: left;
}
.newsContent h4 {
	margin-top: 0px;
	text-transform: uppercase;
}
.newsDetailsList {
	width: 100%;
	float: left;
}
.newsDetailsList ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.newsDetailsList ul li {
	padding: 20px 0px;
}
.newsDetailsList ul li:last-child {
	padding-bottom: 0px;
}
.newsDetailsList ul li a {
	color: #7a0f01;
	text-decoration: none;
}
.newsDetailsList ul li a.active {
	color: #169208;
	text-decoration: none;
}
.newsDetailsList ul li a:hover {
	color: #0095da;
}
.newsDetailsList ul li .btn-primary {
	color: #fff;
}
/* Tender List */
    
.tenderContent {
	width: 100%;
	float: left;
}
.tenderContent h4 {
	margin-top: 0px;
	text-transform: uppercase;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.tenderList {
	width: 100%;
	float: left;
}
.tenderList ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.tenderList ul li {
	padding: 10px 0px;
	border-bottom: 1px solid #ccc;
}
.tenderList ul li:last-child {
	border-bottom: 0px;
}
.tenderList ul li a {
	color: #7a0f01;
	text-decoration: none;
}
.tenderList ul li a:hover {
	color: #0095da;
}
.tenderList ul li a small {
	display: block;
	margin-bottom: 10px;
	margin-top: 5px;
	font-size: 15px;
	font-style: italic;
	color: #6f6f6f;
}
.tenderList ul li .btn-primary {
	color: #fff;
}
.galleryBox {
	text-align: center;
}
.galleryBox h4 {
	margin-top: 0px;
}
.galleryBox .thumbnail {
	margin-bottom: 5px;
}
.galleryBox {
	height: 315px;
}
.table tr:nth-child(even) {
	background: #e8e8e8;
}
.table tr:nth-child(odd) {
	background: #FFF
}
fieldset {
	border: 1px solid #ddd !important;
	margin: 0;
	min-width: 0;
	padding: 10px;
	position: relative;
	border-radius: 4px;
	background-color: #f5f5f5;
	padding-left: 10px!important;
	margin-bottom: 15px;
	width: 100%;
	float: left;
}
fieldset:last-child {
	margin-bottom: 0px;
}
legend {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 5px 5px 5px 10px;
	background-color: #e8e8e8;
	width: 50%;
}
fieldset img {
	box-shadow: 0px 1px 3px 3px #ccc;
}
fieldset h3 {
	margin-top: 0px;
	display: inline-block;
	font-size: 18px;
	margin-bottom: 0px;
}
fieldset small {
	font-style: italic;
}
.facultyDetailsBox img {
	box-shadow: 0px 1px 3px 3px #ccc;
}
.facultyDetailsBox {
	border-bottom: 1px solid #ccc;
	float: left;
	width: 100%;
	padding-bottom: 10px;
	margin-top: 15px;
}
.facultyOtherInfo {
	width: 100%;
	float: left;
	margin-top: 20px;
}
.facultyDetailsBox h3 {
	margin-top: 0px;
}
.facultyDetailsBox h3 small {
	font-style: italic;
}
.studentsInfo h4 {
	font-size: 16px;
	margin-bottom: 0px;
}
.studentsInfo hr {
	margin: 5px 0px;
	border-color: #ccc;
}
.morInfoBox {
	display: none;
}
.btnReadMoreInfo {
	box-shadow: none;
	font-size: 15px;
	background-color: #0095da;
	border-radius: 100px;
	padding: 5px 18px;
	color: #fff;
	overflow: hidden;
	position: relative;
	top: 7px;
}
.newsDetailinfo {
	margin-top: 30px;
}
.newsDetailinfo h4 {
	padding: 0px 100px 10px 100px;
	text-align: center;
	border-bottom: 1px solid #ccc;
}
.title-arch {
	text-align: center;
	margin: 50px 0;
	font-size: 22px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.project {
	padding: 0px;
	position: relative;
	border: 5px solid #ffffff;
	min-height: 220px;
	max-height: 220px;
	overflow: hidden;
}
.project-hover {
	width: 100%;
	color: #fff;
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-color: rgba(0, 149, 218, 0.75);
	padding: 19px 20px;
	position: absolute;
	bottom: 0px;
	height: 100%;
	text-align: center;
}
.project-hover hr {
	height: 30px;
	width: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-color: rgba(255, 255, 255, 1);
	border: 0;
	margin: 11px 0px;
}
.project-hover h2 {
	margin-top: 0px;
	font-size: 20px;
}
.project-hover a {
	color: rgba(255, 255, 255, 1);
	padding: 2px 22px;
	line-height: 40px;
	border: 2px solid rgba(255, 255, 255, 1);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.project-hover a:hover {
	border-color: rgba(51, 51, 51, 1);
	color: rgba(51, 51, 51, 1);
	background-color: #FFF;
}
.project:hover .project-hover {
	opacity: 1;
}
.project:hover .project-hover hr {
	width: 100%;
	height: 5px;
}
.publicationYearList {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.publicationYearList li {
	background-image: url(../images/calender2.png);
	height: 110px;
	width: 110px;
	background-repeat: no-repeat;
	text-align: center;
	float: left;
	margin: 15px 9px;
	line-height: 140px;
	font-weight: bold;
	font-family: Oswald-Bold;
	font-size: 20px;
}
.publicationBox h3 {
	color: #7a0f01;
}
#RightSide,  #LeftSideMenu {
	float: left;
	width: 100%;
}
.achivmentBox {
	width: 100%;
	bottom: 0px;
	right: 0px;
	padding: 0px;
	background-color: rgba(255, 255, 255, 0.8);
}
.achivmentBox h3 {
	margin-top: 0px;
	text-transform: uppercase;
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
}
.achivmentBox h3 small {
	font-size: 14px;
	float: right;
	position: relative;
	top: 10px;
	color: #7a0f01;
}
.carousel-control .glyphicon-chevron-left,  .carousel-control .icon-prev {
	margin-left: -10px;
	background-color: #0000009e;
	width: 50px;
	height: 50px;
	line-height: 50px;
}
.carousel-control .glyphicon-chevron-right,  .carousel-control .icon-next {
	margin-right: -10px;
	background-color: #0000009e;
	width: 50px;
	height: 50px;
	line-height: 50px;
}
.gsc-search-button {
	margin-left: 0px !important;
	;
}
.gsc-search-button-v2,  .gsc-search-button-v2:hover,  .gsc-search-button-v2:focus {
	
	background-color: #000 !important;
	background-image: none;
	filter: none;
}
.achivmentBox ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	width: 100%;
}
.achivmentBox ul li {
	padding: 7px 0px;
	margin: 0px;
	border-bottom: 1px dotted #000;
}
.achivmentBox ul li a {
	color: #000;
	font-style: italic;
}
.achivmentBox ul li a span {
	display: block;
	color: #7a0f01;
	font-style: normal;
	font-weight: bold;
}
.list-wrpaaer {
	width: 100%;
	float: left;
	height: 242px;
}
.list-scoller {
	width: 100%;
	float: left;
	height: 309px;
}
.carousel-inner img {
	width: 100%;
}
.photo {
	height: 240px;
	overflow: hidden;
	background-color: #fdeaea;
}
.searchBox .input-group {
	width: 100%;
}
.searchBox .gsib_a {
	margin: 0px !important;
	padding: 0px !important;
	height: 30px;
}
.gsc-search-box-tools .gsc-search-box .gsc-input {
	padding-right: 0px !important;
}
.cse .gsc-search-button-v2,  .gsc-search-button-v2 {
	font-size: 0px;
	padding: 9px 13px !important;
}
input.gsc-search-button,  input.gsc-search-button:hover,  input.gsc-search-button:focus {
	background-color: #7a0f01 !important;
}
.gsc-input-box {
	height: 32.2px !important;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page {
	border-color: #E9E9E9;
	background-color: #FFFFFF;
	color: #0000CC;
	padding: 5px 10px 5px 10px;
	border: 1px solid;
}
/*login faculty*/
    
.loginmodal-container {
	padding: 30px;
	max-width: 350px;
	width: 100% !important;
	background-color: #F7F7F7;
	margin: 0 auto;
	border-radius: 2px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	overflow: hidden;
	font-family: roboto;
}
.loginmodal-container h1 {
	text-align: center;
	font-size: 1.8em;
	font-family: roboto;
}
.loginmodal-container input[type=submit] {
	width: 100%;
	display: block;
	margin-bottom: 10px;
	position: relative;
}
.loginmodal-container input[type=text],  input[type=password],  input[type=email] {
	height: 44px;
	font-size: 16px;
	width: 100%;
	margin-bottom: 10px;
	-webkit-appearance: none;
	background: #fff;
	border: 1px solid #d9d9d9;
	border-top: 1px solid #c0c0c0;
	/* border-radius: 2px; */
	padding: 0 8px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
 .loginmodal-container input[type=text]:hover,  input[type=password]:hover,  input[type=email]:hover, {
 border: 1px solid #b9b9b9;
 border-top: 1px solid #a0a0a0;
 -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
 -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
 box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.loginmodal {
	text-align: center;
	font-size: 14px;
	font-family: 'Arial', sans-serif;
	font-weight: 700;
	height: 36px;
	padding: 0 8px;/* border-radius: 3px; */
        /* -webkit-user-select: none;
  user-select: none; */
}
.loginmodal-submit {
	/* border: 1px solid #3079ed; */
	border: 0px;
	color: #fff;
	text-shadow: 0 1px rgba(0, 0, 0, 0.1);
	background-color: #4d90fe;
	padding: 17px 0px;
	font-family: roboto;
	font-size: 14px;/* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}
.loginmodal-submit:hover {
	/* border: 1px solid #2f5bb7; */
	border: 0px;
	text-shadow: 0 1px rgba(0, 0, 0, 0.3);
	background-color: #357ae8;/* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}
.loginmodal-container a {
	text-decoration: none;
	color: #666;
	font-weight: 400;
	text-align: center;
	display: inline-block;
	opacity: 0.6;
	transition: opacity ease 0.5s;
}
.login-help {
	font-size: 12px;
}
/*login faculty end*/
    
.facultyProfileBox {
	width: 100%;
	float: left;
	padding: 50px 0px;
}
.btn-logout {
	margin-bottom: 30px;
	background-color: #7a0f01;
	border: 0px;
	float: right;
}
.directorMessageBox h2 {
	margin-top: 0px;
	font-family: MyriadPro-Bold;
	color: #000;
	text-transform: uppercase;
	font-size: 26px;
	border-bottom: 1px solid #000;
	margin-bottom: 7px;
	padding-bottom: 6px;
}
.directorMessageBox img {
	margin-right: 10px;
}
.directorMessageBox {
	background-color: rgb(255, 253, 225);
	padding-bottom: 20px;
	padding-top: 20px;
	height: 416px;
}
.directorMessageBox .btn-readmore {
	background-color: transparent;
	border-color: #000;
	color: #000;
	float: right;
}
.researchint{
	margin-top: 10px;
}
.heading{
	margin: 0px 0px 8px 0px;
    padding: 0px;
}

.facultynew{margin-bottom: 25px;}
.viewall{margin-top: 6px;}
.educationli,.researchint{
	color: #444040;
}
.researchint ul li{
	margin-bottom: 0px;
	padding-bottom:1px !important;
}
.educationli ul li{
	margin-bottom: 0px;
	padding-bottom:1px !important;
}
.carousel-caption {
    right: 20%;
    left: 0%;
    padding-bottom: 30px;
    text-align: left;
    padding-left: 30px;
    background: #0b67b185;
    color: #FFF;
    max-width: 400px;
    font-size: 25px;
	border-bottom: 5px solid #8a0604;
}
.carousel-caption h3{
	color: #FFF;
	font-size: 35px;
}
.carousel-caption a{
	color: #FFF;
	font-size: 35px;
}
.mod{
	border: 2px solid #8a0604;
    padding: 10px;
    text-align: center;
}
.mod .mod-date{
	font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #8a0604;
}
.mod .mod-message{
	font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}
.mod .mod-message td,.modfieldset table tr td{
	text-align: center; 
    vertical-align: middle;
}
.mod .modall{
	background: #8a0604;
    padding: 5px 15px 5px 15px;
    color: #ffffff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.mod .modall:hover{
	text-decoration: none;
	color: #CCC;
}
.modfieldset,fieldset.modfieldset:last-child{
	margin-bottom: 20px;
}
.leftimg{
	float: left;
	max-width: 240px;
}
@media all and (max-width: 1600px) and (min-width: 900px) {
.aboutmeghalayaBg {
	background-color: rgba(253, 228, 228, 0.77);
	padding-bottom: 20px;
	padding-top: 20px;
	height: 416px;
	font-size: 13px;
}
#cssmenu>ul>li>a {
    
    font-size: 14px;
}
	
	
.directorMessageBox {
	position: relative;
	background-color: rgb(255, 253, 225);
	height: 416px;
	font-size: 13px;
	line-height: 16px;
}
.dorectorOverlay {
	background-color: rgba(255, 255, 255, 0.85);
	padding: 25px;
	margin: 0px;
	bottom: 0px;
	position: absolute;
	width: 349px;
	right: 0px;
}
.photo {
	height: 198px;
	overflow: hidden;
	background-color: #fdeaea;
}
.youtubef {
	width: 100%;
	float: left;
	height: 200px;
	position: relative;
}
.list-wrpaaer {
	width: 100%;
	float: left;
	height: 200px;
}
}
@media all and (max-width: 1440px) and (min-width: 900px) {
	#cssmenu>ul>li {
		
		padding: 0px 13px;
	}
}

@media all and (max-width: 1366px) and (min-width: 1025px) {
.aboutmeghalayaBg h2 {
	margin-top: 0px;
	font-family: MyriadPro-Bold;
	color: #000;
	text-transform: uppercase;
	font-size: 15px;
	border-bottom: 1px solid #000;
	margin-bottom: 7px;
	padding-bottom: 6px;
}
#cssmenu>ul>li>a {
    font-size: 12px;
}
.aboutmeghalayaBg {
	background-color: rgba(253, 228, 228, 0.77);
	padding-bottom: 20px;
	padding-top: 20px;
	height: 416px;
	
}
.dorectorOverlay h2 {
	margin-top: 0px;
	font-family: MyriadPro-Bold;
	color: #000;
	text-transform: uppercase;
	font-size: 15px;
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
	padding-bottom: 6px;
}
.dorectorOverlay {
	background-color: rgba(255, 255, 255, 0.85);
	padding: 25px;
	margin: 0px;
	bottom: 0px;
	position: absolute;
	width: 288px;
	right: 0px;
}
.quickLink h2 {
	margin-top: 0px;
	text-transform: uppercase;
	color: #000;
	border-bottom: 1px solid #585858;
	font-family: MyriadPro-Bold;
	font-size: 20px;
}
.scrtabs-tabs-fixed-container {
	width: 377px;
}
.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid white;
	border-radius: 4px 4px 0 0;
	background-color: #0095da;
	color: #fff;
	font-size: 14px;
	padding: 7px 10px;
}
.photo {
	height: 163px;
	overflow: hidden;
	background-color: #fdeaea;
}
.youtubef {
	width: 100%;
	float: left;
	height: 165px;
	position: relative;
}
.directorMessageBox h2 {
	margin-top: 0px;
	font-family: MyriadPro-Bold;
	color: #000;
	text-transform: uppercase;
	/* font-size: 26px; */
	border-bottom: 1px solid #000;
	margin-bottom: 7px;
	padding-bottom: 6px;
	font-size: 15px;
}
.directorMessageBox {
	position: relative;
	background-color: rgb(255, 253, 225);
	height: 416px;
	font-size: 12px;
	line-height: 15px;
}
.list-wrpaaer {
	width: 100%;
	float: left;
	height: 165px;
}
}



@media only screen and (min-width:768px) and (max-width: 1024px) {
	.topLink {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 77%;
    padding: 10px 0px;
}
	.directorMessageBox {
   
    height: auto;
   
}
	.aboutmeghalayaBg {
  
    height: auto;
   
		}
	.gallerySection h2{
		margin-top: 20px;
	}
	footer {
    
    padding: 20px 15px;
   
}
	#cssmenu>ul>li:first-child {
        padding: 0px 23px;
    border-left: 0px;
}
}


@media only screen and (min-width:320px) and (max-width: 767px) {
	.leftimg {
		float: left;
		max-width: initial;
		background: #961404;
		padding: 0px 50px 0px 50px;
		width: 100%;
		margin-bottom: 10px;
		margin-top: -10px;
	}
.topRightLink li {
	margin: 0px 0px;
}
.topRightLink li {
	padding: 0px 3px;
}
.twocolordiv {
	position: relative;
	z-index: 9;
	background: #13aae2;
	width: 100%;
	padding: 10px 0px;
}
.twocolordiv:before {
	position: relative;
}
.topLink {
	position: relative;
	right: 0px;
	bottom: 0px;
	background-color: #961404;
	width: 100%;
	padding: 10px 0px;
	display: table;
}
.searchBox {
	margin: 7px 0px;
}
.boxYellowBg ul li {
	padding: 15px 53px;
	width: 50%;
}
.padding-less-both {
	padding-left: 15px;
	padding-right: 15px;
}
.weatherList li {
	width: 33.33%;
	float: left;
}
.legalSection {
	margin-bottom: 15px
}
.naivigation {
	position: relative;
	background-color: rgb(19, 170, 226);
}
#cssmenu {
	margin: 5px 0px;
}
#cssmenu>ul>li {
	float: left;
	padding: 0px 0px;
	margin: 0px 0px;
	border-left: 0px;
}
footer {
	background-image: url(../images/footerBg.jpg);
	background-repeat: no-repeat;
	background-color: #3a3a3a;
	padding: 5px;
	color: #000;
	background-size: cover;
}
footer hr {
	border-color: #afafaf;
}
.dorectorOverlay {
	background-color: rgba(255, 255, 255, 0.85);
	padding: 0;
	margin: 0px;
	bottom: 0px;
	position: relative;
	width: 100%;
	right: 0px;
	margin-top: 15px;
}
.tab-content .tab-pane {
	height: auto;
}
.tab-content {
	height: auto;
}
.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid white;
	border-radius: 4px 4px 0 0;
	background-color: #e0e0e0;
	color: #000;
	font-size: 17px;
	padding: 9px 10px;
}
.newsList {
	width: 100%;
	float: left;
	height: auto;
	overflow: hidden;
	display: table;
}
.aboutmeghalayaBg {
	background-color: rgba(253, 228, 228, 0.77);
	padding-bottom: 58px;
	padding-top: 20px;
	height: auto;
}
.topLink ul li {
	padding: 0px 5px;
	margin: 0px;
	float: left;
}
.topLink ul li a {
	color: #fff;
	font-size: 12px;
}
.gallerySection h2 {
	margin-top: 13px;
}
.footerContaner {
	padding: 15px;
}
legend {
	width: 90%;
}
.achivmentBox {
	position: relative;
	bottom: 0px;
	right: 0px;
	padding: 15px;
	background-color: rgba(255, 255, 255, 0.8);
	width: 100%;
}
.photo {
	height: auto;
	overflow: hidden;
	background-color: #fdeaea;
}
.directorMessageBox {
	background-color: rgb(255, 253, 225);
	padding-bottom: 20px;
	padding-top: 20px;
	height: auto;
}
}
