/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}
body{
	margin:0;
	padding:0;
	font-family: 'Oxygen', sans-serif;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.justify{text-align:justify;}
.bold{font-weight:700;}
.normal{font-weight:300;}
.thin{font-weight:300;}

.center{text-align:center;}
.right{text-align:right;}
.nostart{margin:0; padding:0; list-style-type:none;}
.title{
color:#CA8A3B!important;
font-size:25px;}

.clear:after{content:"."; display:block; height:0; clear:both; visibility:hidden; line-height:0;}
.clear{display:inline-block;}

a{outline:none; text-decoration:none; color:#55ABDA;}

.fl_left, .imgl{float:left;}
.fl_right, .imgr{float:right;}

img{margin:0; padding:0; border:none;}
.imgholder, .imgl, .imgr{padding:4px; border:1px solid #DEDACB; text-align:center;}
.imgl{margin:0 15px 15px 0; clear:left;}
.imgr{margin:0 0 15px 15px; clear:right;}

/* ---Generalise--- */

.rnd{
	display:block;
	border-radius:10px!important;
	-webkit-border-radius:10px!important;
	-moz-border-radius:10px!important;
	-ms-border-radius:10px!important;
}
.marquee-heading{
	width:10%;
	float:left;
	background:#51A639;
	border-top-left-radius:6px!important;
	-webkit-border-top-left-radius:6px!important;
	-moz-border-top-left-radius:6px!important;
	-ms-border-top-left-radius:6px!important;
	border-bottom-left-radius:6px!important;
	-webkit-border-bottom-left-radius:6px!important;
	-moz-border-bottom-left-radius:6px!important;
	-ms-border-bottom-left-radius:6px!important;
}
.marquee-heading-sm-screen{
	background:#51A639;
}
.marquee-heading-sm-screen h5{
	font-weight:700;
	color: #fff;
	text-align: center;
	padding: 6px;
}
.marquee-heading h5{
	font-weight:700;
	color: #fff;
	text-align: center;
}
.marquee{
	width: 90%;
	float: left;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	padding:7px 2px 1px 2px;
	border-top-right-radius:6px!important;
	-webkit-border-top-right-radius:6px!important;
	-moz-border-top-right-radius:6px!important;
	-ms-border-top-right-radius:6px!important;
	border-bottom-right-radius:6px!important;
	-webkit-border-bottom-right-radius:6px!important;
	-moz-border-bottom-right-radius:6px!important;
	-ms-border-bottom-right-radius:6px!important;
}
/* --- Top-Header--- */
.header{
	padding:10px 0 5px 0;
	background:#CE7A39/*#F1F1F1*/;
	
}
/*-- Haeder List Style --*/
.list-style ul{
	font-size:11px;
	float:right;
}
.list-style li{
	display:inline-block;
	margin:0 4px 0 0;
	padding:0 6px 0 0;
	border-right:1px solid #FCFCFC;
}
.list-style li.last{
	margin:0; 
	padding:0;
	border:none;
}
/*.inst-name h1{margin: 10px 0px!important;}
.inst-name p{margin-bottom: 0px!important;}*/
/* ---Menu--- */
.navbar{
	background-color:transparent!important;
	border:none!important;
	border-radius:0px!important;
}
.menu{
	padding:0px!important;
}
.navbar-nav li a:hover,.navbar-nav li a:active, .navbar-nav li a:focus{
	background:#CE7A39!important;
	border-radius:7px;
	color:#fff!important;
	
}

.menu-home {
	padding-left:0px!important;
}
.navbar-brand {
	font-size:14px!important;
}
/* ---Side Menu--- */

/* ---Homepage Content--- */
.content-section{
	padding:0px 20px 15px 20px;
	height:auto!important;
	min-height:280px;
}

.holder h2{
	color:#FFF!important;
	font-size:30px;
	background:#CE7A39 ;
	
}
.clr{background:#A95621 ;padding: 10px;}
.page-heading h1{
	padding:5px;
	font-size:28px;
	text-shadow:1px 1px 15px #ADADAD;
}
/* ---Pages--- */
.h3{
	color:#06213F!important;
	background:#A2A2A2;
	
}
.s{
	padding:1px 6px 1px 4px;
}
.a{background:#f9f9f9;margin-left:6px;padding-left:3px;}
.b{background:#f9f9f9;margin-left:4px;padding-left:2px;}
.c{background:#f9f9f9;margin-left:2px;padding-left:1px;}

.ha a{
	background:#f9f9f9;
}
.d{background:#a2a2a2;margin-left:6px;padding-left:3px;}
.e{background:#a2a2a2;margin-left:4px;padding-left:2px;}
.f{background:#a2a2a2;margin-left:2px;padding-left:1px;}
/* ---Footer--- */
.footer1{
	padding:10px 0px;
	height:auto;
	background:#CE7A39;
}
.footer2{
	padding:10px 0px;
	height:auto;
	background:#A6592C;
}
.footer-font{
	font-weight:300;
	color:#fff;
}

.sprite{
	background:url("../img/social-sprite.jpg") no-repeat;
}
.tw{
	height:49px;
	width:49px;
	display:inline-block;
	background-position:0px 0px;
	margin-left:-40px;
}
.fb{
	height:49px;
	width:49px;
	display:inline-block;
	background-position:-140px 0px;
}

.quicklinks ul{
	list-style:none;
	text-align: center;
	padding-left:0px!important;
}
.quicklinks ul li{
	display:inline-block;}
.quicklinks ul li a{color:#fff;}
@media only screen and (min-width: 320px) and (max-width: 768px){
#footer-left,#footer-right{
	text-align: center;
}
}
/* ---Copyright--- */

.copyright{padding:5px 12px;}
.copyright p{
	font-size:13px;
}
.copyright, .copyright a{
	color:#06213F;
}
.copyright a:hover{
	color:#000;
}

/* ---Gallery--- */
.thumbs{
	margin: 60px auto 35px;
	text-align: center;
}

.thumbs a{
	width:120px;
	height:120px;
	display:inline-block;
	border:5px solid #06213F;
	box-shadow:0 1px 3px rgba(0,0,0,0.5);
	border-radius:4px;
	margin: 6px 6px 20px;
	position:relative;
	text-decoration:none;
	
	background-position:center center;
	background-repeat: no-repeat;
	
	background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
}

.thumbs a:after{
	background-color: #303030;
    border-radius: 7px;
    bottom: -136px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    color: #CE7A39;
    display: inline-block;
    font-size: 10px;
    max-width: 90px;
    overflow: hidden;
    padding: 2px 10px;
    position: relative;
    text-align: center;
    white-space: nowrap;
}







/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
.Add_text{
font-family:timesnewroman;
color:#000;
font-size:15px;}
.color{
color:#A95621;}
.black{
color:#000;}
.center{
text-align:center;}
.white{
color:#fff;}
.navbar-default .navbar-brand{
color:#000!important;}
.navbar-default .navbar-nav>li>a{
color:#000!important;}
.brown{
color:#A95621;}

.contact_css{
color:#000;
}
.stat_css{
font-size:15px;
letter-spacing:1px;
word-spacing:1px;}
.carousel_image{
width:100%;
height:350px!important;}
.left{
margin-left:0px!important;}
 
 .small_image{
 height:200px!important;
 width:100%;}
.carousel-control{
text-align:justified!important;}
.e_title{
font-size:20px;}
.no-padding{
padding:0px;}
.line_height{
margin-top:150px;}




