/* CSS Document */
body
{
  background-color:#6EB341;
  line-height:25px;
  text-align:justify;
  
}

ul
{
  list-style-image:url(http://bmcpl.co.in/img/arow.png);
  line-height:35px;
}
ul:hover
{
 color:#FF0000;
}

.container
{
 background:#FFFFFF;
 margin:2px  auto;
 border:2px solid #9E228B;
 border-radius:5px;
}

h1,h2,h3
{
 color:#9E228C;
 text-align:left;
}
.header
{
  margin:5px 0px;
}

.btn-danger
{
 background-color:#9F228C;
 border:1px solid #670F5A;
}

.btn-danger:hover
{
 background-color:#6DB33F;
 border:1px solid #2B6405;
}
.thumbnail
{
 text-align:center;
}



.menu_container { display: block;padding: 0 10px;margin: 10px 0;background: #9E228B;border: 1px solid #eee;height: 36px; 
-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.075);
-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.075);
box-shadow: 0 2px 2px rgba(0,0,0,0.075);
color:#FFFFFF;
}
.menu_container a { text-decoration: none;color: #fff;font-weight: 800;font-size: 12px;display: block;height: 36px;line-height: 36px;padding: 0 15px; }
.menu_container ul {margin: 0;padding: 0;list-style: none;}
.menu_container ul li.current-menu-item { background-color: #6EB341;}
.menu_container > ul > li { display: block;float: left;position: relative;}
.menu_container > ul > li a{height: auto;}
.menu_container ul li:hover {background: #6EB341;}
.menu_container > ul > li > ul { background-color: #9E228B;position: absolute;display: none;border: 0px solid #eee;top: 100%;width: 340px; z-index:999;}
.menu_container > ul > li:hover > ul { display: block; }
.menu_container > ul > li > ul > li { position: relative;border-bottom:1px dashed #FFFFFF; }
.menu_container > ul > li > ul > li > ul { display:none;position: absolute;left: 100%;top: 0;border: 0px solid #eee;width: 340px; z-index:998;}
.menu_container > ul > li > ul > li:hover > ul { display:block;background-color: #9E228B; }
.menu_container > ul > li > ul > li > ul > li {  }
.content { clear: both; }
.title {font-weight: 800;font-size: 12px;text-transform: uppercase;}
pre {background-color: #fafafa;padding: 20px;overflow: auto;border: 1px solid #f1f1f1;color: #000;}
.responsive_menu select {
	display: block;
	width: 100%;
	height: 36px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	color: rgb(85, 85, 85);
	vertical-align: middle;
	background-color: rgb(255, 255, 255);
	background-image: none;
	border: none;
}
.nofull select {width: auto;}
label {float: left;line-height: 36px;font-weight: 800;font-size: 12px;}
.note {color: #999;font-size: 14px;}
.download_button {padding: 15px 0;background: #F2F2F2;display: block;margin: 30px auto;width: 100%;max-width: 200px;text-align: center;color: #4988C6;text-decoration: none;font-weight: 800;font-size: 12px;border-bottom: 3px solid #ddd;}
.download_button:active {position: relative;top: 3px;border-bottom: 0;}
.download_button:hover {background-color: #eaeaea;}




.banner
{
  height:15%;
  width:100%;
  float:right;
  background-color:#CCCCCC;
  margin-right:5px;
  margin:5px auto;
 
}

.fader{
    position: relative;
    padding-top: 40%;
    overflow: hidden;
} 
 
.fader .slide{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    opacity: 0;
}
 
.fader img.slide{
    height: auto;
}

.fader .prev,
.fader .next{
  position: absolute;
  height: 40px;
  line-height: 45px;
  width: 50px;
  font-size: 100px;
  text-align: center;
  color: #fff;
  top: 50%;
  left: 0;
  z-index: 4;
  margin-top: -25px;
  cursor: pointer;
  opacity: .7;
  transition: all 150ms;
}

.fader .prev:hover,
.fader .next:hover{
  opacity: 1;
}

.fader .next{
  left: auto;
  right: 0;
}

.fader .pager_list{
  position: absolute;
  width: 100%;
  height: 20px;
  line-height: 20px;
  bottom: 0;
  text-align: center;
  z-index: 4;
}

.fader .pager_list li{
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 7px;
  background: #fff;
  opacity: .7;
  text-indent: -999px;
  border-radius: 999px;
  cursor: pointer;
  transition: all 150ms;
}

.fader .pager_list li:hover,
.fader .pager_list li.active{
  opacity: 1;
}


.container_text
{
  margin:0px auto;
  width:100%;
  
  background-image:url(http://bmcpl.co.in/img/Logo-copy.png);
  background-position:center;
  background-repeat:no-repeat;
 
}

.container_text .homeconsulting
{
 background-color:#666666;
 height:400px;
 margin-left:5px;
}

.homeconsulting h4
{
 margin:0px;
 padding:5px;
 font-family:12px;
 width:100%;
 background:#000000;
 color:#FFFFFF;
}

.homeconsulting ul
{
 margin:0px;
 padding:5px;
 list-style-image:none;
 line-height:20px;
 color:#FFFFFF;
}

.homeconsulting ul li
{
 border-bottom:1px #CCCCCC dashed;
 padding-bottom:2px;
}
.homeconsulting ul li a
{
 color: #FF0000;
 color: #FF0000;
 font-size:12px;
 text-align:left;
}


.container_text .news
{
 height:400px;
 margin-left:5px;
 margin-top:10px;
 border:1px #000000 solid;
}

.news h4
{
 margin:0px;
 padding:5px;
 font-family:12px;
 width:100%;
 background:#000000;
 color:#FFFFFF;
}

.news ul
{
 margin:0px;
 padding:5px;
 list-style-image:none;
 line-height:20px;
 color:#FFFFFF;
}

.news ul li
{
 border-bottom:1px #CCCCCC dashed;
 padding-bottom:2px;
}
.news ul li a
{
 color: #FF0000;
 font-size:12px;
 text-align:left;
}

.newsupdate
{
 float:left;
 width:225px;
 margin:10px;
 cursor:pointer;
 background-color:#EEEEEE;
 text-align:center;
 height:170px;
 border-radius:10px;
}
.newsupdate:hover
{
 z-index:999;
 background-color:#666666;
 color:#FFFFFF;
}

.footer
{
 
 margin:30px 0px 0px 0px;
 color:#FFFFFF;
 line-height:35px;
 background-color:#9E228C;
 background-position:left;
 background-repeat:no-repeat;
 border-top-left-radius:0.5em;
border-top-right-radius:0.5em;
border-bottom-right-radius:0em;
border-bottom-left-radius:0em;

}

.footer h3
{
 color:#FFFFFF;
}

.footer ul
{
 line-height:18px;
 list-style-image:url(http://bmcpl.co.in/img/wicon.png);
}
.footer ul:hover
{
 color:#FFFFFF;
}

.footer a
{
 color:#FFFFFF;
}

.footer a img
{
 border:1px #FFFFFF solid;
}
.rightpanel ul
{
 list-style-image:url("http://bmcpl.co.in/img/arow.png");
 margin:0px; 
 text-align:left;
 
}

.rightpanel ul a
{
 font-size:12px;
}
.hide{
position:absolute;
top:-400px;
left:-400px;
z-index:-400;
}
