﻿body {
}
#header{
    position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 9999;
}
#home{
    padding-top:200px;
}
#myModal
{
z-index: 99999;
}
.offset:before { 
	display: block; 
 	content: " "; 
  	height: 200px;      /* Give height of your fixed element */
        margin-top: -200px; /* Give negative margin of your fixed element */  	
        visibility: hidden; 
}
a:hover{
    text-decoration:none;
}
.bg-sec{
    background-color:#b0aaaa;
}
.text-wrap {
  white-space: normal;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.site-name span {
    background-image: url('../Image/mpcb.png');
    background-repeat:no-repeat;
    color: transparent;
    display: block;
    font: 0/0 a;
    height: 80px;
    text-shadow: none;
}
.navbar{
   border-radius: 0;
   margin-bottom:0;
}
.dropdown-menu li a{
    color:#205493;
}
.dropdown-menu li a:hover{
   background-color:#808080;
   color:#205493;
}
.se-button{
    background-color: #02bfe7;
    border-color: #02bfe7;
    border-radius: 0 3px 3px 0;
    box-sizing: border-box;
    color: #4aa564;
    font: 0/0 a;
    height: 28px;
    right: 0;
    position: absolute;
    text-decoration: none;
    text-indent: -999em;
    text-shadow: none;
    top: 17px;
    width: 44px;
}
.container{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.containertop{
    box-shadow:  0 0 0 0;
    background-color:#f1f1f1;
    height:30px;
}
.main{

    padding:0% 4% 4% 4%;
}
.sitename{
    margin-top:1%;
    margin-left:-4%;
    font-family:Merriweather,Georgia,Cambria,"Times New Roman",Times,serif;
}
.icon{
    text-decoration:none;
    padding-right:10px;
}
.icon:hover{
    padding-right:10px;
}
.carousel-caption{
    background-color:rgba(0,0,0,.7);
    color: #fff;
    max-width: 30em;
    padding: 1em;
    left:0;
    bottom:0;
}
/*.carousel-indicators{
    left:15%;
    bottom:2%;
}*/

.row-flex {
  display: flex;
  flex-wrap: wrap;
}

.sub_menu
{
    margin:2%;
    color:#fff;
}
/* vertical spacing between columns */

/*[class*="col-"] {
  margin-bottom: 30px;
}*/

.content {
  height: 100%;
  padding: 20px 20px 10px;
}
.gallery{
    background-color:rgba(0,0,0,.7);
}
