 .hov a:hover{
    background-color: red;color: white;
}
.shadow{
    
    box-shadow: 5px 10px 18px #888888;
}





/*
  .navbar-nav {
    width: 100%;
      text-align: center;}
    > li {
      float: none;
      display: inline-block;
    }
  }
.font{
    font-family: 'Russo One', sans-serif;
}
*/
.img-rounded{border-radius: 10px;}
.left {
    border-left: 2px solid #0789ba;
}
.text{color: white;}
.shadow {
    box-shadow: 5px 10px 18px #888888;}

.img1 {
   padding:1px;
   border:3px solid gray;
    border-radius: 15px;
    
}








/*expandable view */

.glyphicon { margin-right:10px; }
.panel-body { padding:0px; }
.panel-body table tr td { padding-left: 15px }
.panel-body .table {margin-bottom: 0px; }
.heading{background-color: #003366;color: white;border-color: #ddd;}

/*expandable view ends here */



/* footer */
#hide {text-decoration: none;}
.footer{
	width:100%;
	height:auto;
}

/* wraper_footer_main */

.wraper_footer_main{
	width:100%;
	height:auto;
	background:url('../img/Capture1.PNG') 0px 0px #111010;
}

.wraper_footer_main > .container{
	padding-top:50px;
	padding-bottom:30px;
}

.footer_main{
}

.footer_main_item{
	width:100%;
	height:auto;
	float:left;
	margin:0px 0px 30px 0px;
}

.footer_main_item_title{
	width:100%;
	height:auto;
	float:left;
	margin:0px 0px 20px 0px;
	text-align:left;
}

.footer_main_item_title > *:last-child{
	margin-bottom:0 !important;
}

.footer_main_item_title h3{
	display:inline-block;
	vertical-align:top;
	width:100%;
	height:auto;
	margin:0px 0px 10px 0px;
	font-family:'Roboto Slab Regular', Verdana, Geneva, Tahoma, sans-serif;
	font-weight:400;
	font-size:22px;
	color:#fff;
	line-height:30px;
}

.footer_main_item_body{
	width:100%;
	height:auto;
	float:left;
	text-align:left;
}

.footer_main_item_body > *:last-child{
	margin-bottom:0 !important;
}

.footer_main_item_body h4{
	display:inline-block;
	vertical-align:top;
	width:100%;
	height:auto;
	margin:0px 0px 10px 0px;
	font-family:'Roboto Slab Regular', Verdana, Geneva, Tahoma, sans-serif;
	font-weight:400;
	font-size:20px;
	color:#c4c4c4;
	line-height:25px;
}

.footer_main_item_body p{
	display:inline-block;
	vertical-align:top;
	width:100%;
	height:auto;
	margin:0px 0px 15px 0px;
	font-weight:400;
	font-size:16px;
	color:#c4c4c4;
	line-height:25px;
}

.footer_main_item_body p a{
	color:#c4c4c4;
	cursor:pointer;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.footer_main_item_body p a:hover{
	color:#fff;
}

.footer_main_item_body ul.link{
	display:inline-block;
	vertical-align:top;
	width:100%;
	height:auto;
	margin:0px 0px 15px 0px;
}

.footer_main_item_body ul.link li{
	width:100%;
	height:auto;
	float:left;
	padding:7px 0px 7px 0px;
	border-bottom:1px #3d3c3c solid; 
}

.footer_main_item_body ul.link li:first-child{
	padding:0px 0px 7px 0px;
}

.footer_main_item_body ul.link li:last-child{
	padding:7px 0px 0px 0px;
	border-bottom:none;
}

.footer_main_item_body ul.link li a{
	display:inline-block;
	vertical-align:top;
	width:auto;
	height:auto;
	font-weight:400;
	font-size:16px;
	color:#c4c4c4;
	line-height:25px;
	cursor:pointer;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.footer_main_item_body ul.link li:hover a{
	color:#fff;
}

.footer_main_item_body iframe{
	display:inline-block;
	vertical-align:top;
	width:100%;
	height:200px;
	margin:0px 0px 15px 0px;
	border:none;
}

/* wraper_footer_copyright */

.wraper_footer_copyright{
	width:100%;
	height:auto;
	background:#070606;
}

.wraper_footer_copyright > .container{
	padding-top:15px;
	padding-bottom:15px;
}

.footer_copyright{
}

.footer_copyright_left,
.footer_copyright_right{
	width:100%;
	height:auto;
	float:left;
}

.footer_copyright_left{
	text-align:left;
}

.footer_copyright_right{
	text-align:right;
}

.footer_copyright_left > *:last-child,
.footer_copyright_right > *:last-child{
	margin-bottom:0 !important;
}

.footer_copyright_left p,
.footer_copyright_right p{
	display:inline-block;
	vertical-align:top;
	width:100%;
	height:auto;
	margin:0px 0px 10px 0px;
	font-weight:400;
	font-size:15px;
	color:#706f6f;
	line-height:25px;
}

.footer_copyright_left ul,
.footer_copyright_right ul{
	display:inline-block;
	vertical-align:top;
	width:100%;
	height:auto;
	margin:0px 0px 10px 0px;
}

.footer_copyright_left ul > li,
.footer_copyright_right ul > li{
	display:inline-block;
	vertical-align:top;
	width:auto;
	height:auto;
}

.footer_copyright_left ul > li > a,
.footer_copyright_right ul > li > a{
	position:relative;
	display:block;
	width:auto;
	height:auto;
	padding:0px 15px 0px 15px;
	font-weight:400;
	font-size:15px;
	color:#706f6f;
	line-height:25px;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.footer_copyright_left ul > li:first-child > a,
.footer_copyright_right ul > li:first-child > a{
	padding:0px 15px 0px 0px;
}

.footer_copyright_left ul > li:last-child > a,
.footer_copyright_right ul > li:last-child > a{
	padding:0px 0px 0px 15px;
}

.footer_copyright_left ul > li > a:before,
.footer_copyright_right ul > li > a:before{
	position:absolute;
	top:30%;
	right:0;
	z-index:0;
	content:" ";
	width:1px;
	height:45%;
	background:#706f6f;
}

.footer_copyright_left ul > li:last-child > a:before,
.footer_copyright_right ul > li:last-child > a:before{
	display:none;
}

.footer_copyright_left ul > li:hover > a,
.footer_copyright_right ul > li:hover > a,
.footer_copyright_left ul > li.current-menu-item > a,
.footer_copyright_right ul > li.current-menu-item > a{
	color:#fff;
}
/*footer end*/


