body {
    width: 100%;
    height: 100%;
    background:#fffcfc;


}

html {
    width: 100%;
    height: 100%;
}



/* Demo Sections - You can use these as guides or delete them - the scroller will work with any sort of height, fixed, undefined, or percentage based.
The padding is very important to make sure the scrollspy picks up the right area when scrolled to. Adjust the margin and padding of sections and children
of those sections to manage the look and feel of the site. */
/*Nav default*/
.navbar-inverse {
    /*background-color:#0098ca;*/
    background-color:#fff;
    border-color: transparent;
    border-top-color: #efefef;


}
.navbar .navbar-nav {
    /*display: inline-block;*/
    float: none;
  }
.navbar .navbar-collapse {
    text-align: center;
    border-radius: 0px;
}

.navbar ul {
  /*background: #128F9A;*/
  background: #0098ca;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #0e7079;
}


.navbar-inverse .navbar-nav>li{

    border-left: 1px solid #0e7079;
}

.navbar-inverse .navbar-nav>li>a {
    line-height: 40px;
    display: block;
    margin:0px 2px;
    padding: 0px 22px;
    color: #fff;
    border-top: 1px solid rgba(255,255,255, 0.25);
    border-left: 1px solid rgba(255,255,255, 0.25);
}

.navbar-inverse .navbar-nav>li>a:hover {
    color: #c1b7b7;
    background: #12808a;

}
.navbar-nav >li
{

	/*font-weight:bold;*/
	font-size: 16px;

}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #f4ebeb;
    background-color: #12808a;
}

.navbar-inverse .navbar-toggle{
    background-color: #09a309;
}

/*ENDNav default*/

/*sub menu items*/
ul.nav li.dropdown:hover ul.dropdown-menu
{
    display: block;
}
/*display submenu after hover */
.dropdown ul
{

    background: #0098ca;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #0e7079;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #f4ebeb;
    background-color: transparent;
}

.dropdown .dropdown-menu li
{
    border-bottom: 1px solid #0e7079;
   font-size: 16px;
}


.dropdown .dropdown-menu li>a {
    line-height: 40px;
    display: block;
    margin:0px 2px;
    padding: 0px 22px;
    color: #fff;
    border-top: 1px solid rgba(255,255,255, 0.25);
    border-left: 1px solid rgba(255,255,255, 0.25);
}

.dropdown .dropdown-menu>li>a:hover {
    color: #c1b7b7;
    background: #12808a;

}

/*End sub menu items*/



/*img banner*/
.image-bg-fluid-height,
.image-bg-fixed-height {
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.image-bg-fluid-height {
	/*background: url('http://lorempixel.com/g/1920/500/') no-repeat center center scroll;*/
    padding:0px;
}

.image-bg-fixed-height {
	/*background: url('http://lorempixel.com/g/1920/500/') no-repeat center center scroll;*/
    height: 400px;
}

.img-center {
	margin: 0 auto;
}

/*END img-banner*/

/*Start section*/


.intro-section {
    min-height: 100%;
}

.section-heading {
    margin: 10px 0;
    font-size: 1.9em;
    color: #72890c;
   /* text-decoration: underline;
    text-decoration: #0031ff;*/
}

.section-lead {
    margin: 30px 0;
}

.section-paragraph {
    margin: 20px 0;

}

.para_graph_text
{

    font-size:1.2em;
    font-family: 'FontAwesome';


}
.para_graph_text>a
{
    text-decoration:none;
    color:#a8161c;
}
.para_graph_text > a:hover
{

    color:#094604;
}

/*End section*/

/*News Marquee css*/
.smartmarquee {
	position: relative;
	overflow: hidden;
}
.smartmarquee .news{
	position: absolute;
}

 .example1 {
            background-color: rgba(242, 242, 242, 0.78);

		}
.example2 {
            background-color: #fff;

		}

      .example {
            /*background-color: rgba(242, 242, 242, 0.78);*/
          -moz-box-shadow: 2px 2px 5px #999;
			-webkit-box-shadow: 2px 2px 5px #999;
			box-shadow: 2px 2px 5px #999;
            height:70px;
            background-color: rgba(242, 242, 242, 0.78);
		}


      .example .news {

			padding: 0;

		}


       .example .news p a {
			color:#114d89;
            text-align:justify;
            text-justify: inter-word;


		}


         .a {
    list-style-type: none;
            }


		.example .news li {

			/*margin: 0 0 0 5px;*/
            margin-left:100px;
			padding: 5px 0 5px 0;


		}

       .news_heading
            {

                color:#72890c;
                font-size: 1.9em;
                background:#ffffff;
                height:40px;
                line-height:40px;
            }
/*img news*/
.img-size
{
    width:40px;
    float: left;



}

/*End news*/

/*Start ongoing projects slider*/
.panel {
    width:100%;
    height:100%;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    margin-top: 0px;
    padding: 0 0px;
    background: transparent;

}


.slider1
{
    background-color: #0098ca;
    color:rgb(255, 255, 255);
    border: 0px solid transparent;
    border-right: 1px solid #fff;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 35px;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;


}
.slider1:hover
{
    background-color: #12808a;
}

.slider2
{
    background-color: #2ea733;;
    color:rgb(255, 255, 255);
    border: 0px solid transparent;
    border-right: 1px solid #fff;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 35px;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;


}
.slider2:hover
{
    background-color: rgba(8, 111, 40, 0.81);
}

.slider3
{
    background-color: #0098ca;
    color:rgb(255, 255, 255);
    border: 0px solid transparent;
    border-right: 1px solid #fff;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 35px;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;


}
.slider3:hover
{
   background-color: #12808a;
}
/*End projects slider*/
/*list reserch labs*/
.list-check ul {
    list-style-type: none;
    padding: 0px 0px 0px 10px !important;
    margin: 0 0 40px 0;
}

.list-check ul li {
    font-family: 'FontAwesome';
    line-height: 34px;
    left: 0;
    top: 0px;
    color: #333;
    text-shadow: 0px 0px 1px #fff;
    font-size: 18px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);

}
.list-check ul li a {
        padding-left: 10px;
        color: #333;

}
footer {

    text-align: center;
}
.custom-bullet1 ul
{
    list-style-type: none;
    padding: 0px 0px 0px 10px !important;
    margin: 0 0 40px 0;
}
.custom-bullet1 ul li
{
    font-family: 'Rokkitt', serif;
    line-height: 34px;
    font-size: 17px;
}
.custom-bullet li:before
{
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    font-size: 13px;
    float: left;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    margin-left: -23px;
    color: #12808a;

}
.shortcourse a:before
{
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    font-size: 13px;
    float: left;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    margin-left: -20px;
    padding-left: 20px;
    color: #12808a;

}

.shortcourse p
{
    /*Using a Bootstrap glyphicon as the bullet point*/

    margin-left:25px;


}

.shortcourse_back_color
{

    background: rgb(253, 253, 253);
}


/*read more*/

.btn-group-lg>.btn, .btn-lg {
    padding: 7px;
    font-size: 12px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.btn-default {
    color: #333;
    background-color: #fffcfc;
    border-color: #ccc;
}
/*end read more*/

/*People page*/
.people_img
{
    width: 130px;
    float: right;

}


/*end people page */

/* Carousel slider*/
.carousel .carousel-caption { visibility: hidden; }
.carousel:hover .carousel-caption { visibility: visible; }
.carousel .carousel-control { visibility: hidden; }
.carousel:hover .carousel-control { visibility: visible; }
.carousel-caption
{

     /*position: absolute;
     background: #000;
     right:0%;
     left: 0%;
     bottom: 0;
     padding-top:0px;
     padding-bottom:0px;
     text-align:left;
     text-shadow: 0 5px 5px rgba(11, 7, 7, 0.6);
     color: #fff;*/
     position: absolute;
     background: #353635;
     right:0%;
     left: 0%;
     bottom: 0;
     padding-top:0px;
     padding-bottom:0px;
     text-align:left;
     text-shadow: 0;
}
.carousel:hover .carousel-caption
{
     opacity: 0.9;
}

/*end carousel slider */



@media(max-width:1024px) {

    .navbar-inverse {
  /*background-color:#0098ca;*/
    background-color:#fffcfc;
    border-color: #efefef;
    }
    .dropdown ul
{

    background: #0098ca;
    text-align: center;
    margin-left:400px;
    border-radius: 5px;
    border: 1px solid #0e7079;
}
    /*section {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .section-heading {
        font-size: 2em;
    }*/
      .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }

  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
    .example .news p a {
			color:#114d89;
            text-align:justify;
            text-justify: inter-word;
            font-size: 13px;


		}
    .example {
            /*background-color: rgba(242, 242, 242, 0.78);*/
          -moz-box-shadow: 2px 2px 5px #999;
			-webkit-box-shadow: 2px 2px 5px #999;
			box-shadow: 2px 2px 5px #999;
            height:100px;
            background-color: rgba(242, 242, 242, 0.78);
		}
   .example .news li {

			/*margin: 0 0 0 5px;*/
            margin-left:0px;
			padding: 15px 0 15px 0;


		}


}
