@charset "utf-8";
/* CSS Document */
.navbar.navbar-default.navbar-fixed-top.navbar-inverse {
	background: #030303;
}
.title {
	color: #ffffff;	
	padding: 12px;
}
.title:hover {
	color: #F0A416;
}
.nav.navbar-nav.navbar-right li a:hover {
	background: #F1BA0A;
	text-decoration:underline;
	
}
.nav.navbar-nav.navbar-right li a:active {
	background: #fff;
}
.navbar-inverse .navbar-nav>.active> a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse.navbar-nav>.active a:hover {
	background:#454343;}
.heading {
	text-align: center;
	padding: 20px, 0;
}
.img-circle {
	width: 60px;
}
.col-to-action {
	border: 1px dashed #474747;
	padding: 10px;
}
.one {
	color: #CF0417;
}
.two {
	color: #071D9B;
}
.three {
	color: #0E3901;
}
.height {
	text-align: justify;
	font-size: 12px;
	padding-bottom: 10px;
}
.gap
{
margin-bottom:0px;
margin-top:0px;


}
.space {
	margin-top: 50px;
}
.col-md-6.border {
	border: double 1px #030303;
	padding: 5px;
	background-color: #EFA300;
}
.col-sm-4.center {
	padding: 20px;
}
.img-rounded.img-responsive.top {
	padding-top: 20px;
	padding-bottom: 10px;
}
.h5.fontcolor {
	color: #000000;
}
.h5.fontcolor:hover {
	color: #000000;
	font-style: normal;
}
.footer {
	background-color: #222121;
	padding: 10px;
}
.col-lg-6.col-sm-6.col-sm-6.backcolor
{
	background-color:#FF9A02;
	
	}
.gap{
	padding:0px;
	margin:0px
}
.labeltext
{
	font-size:13px;
	font-weight:normal;
	
	}
.submitcenter
{
margin-left:250px;
margin-bottom:20px;}	
.labelalign{
	text-align:left;	
}
.thanks{
	text-align:center;
	text-decoration:underline;
}
.submitcenter
{
margin-left:100px;
margin-bottom:20px;}
.left.carousel-control.bg
{
	 background-image:none;
	 }
	.right.carousel-control.bg
	{
	 background-image:none;
	 }
@media screen and (max-width:320px) {
.col-to-action {
	margin-bottom: 10px;
}
}
@media screen and (min-width:321px) and (max-width:360px) {
.col-to-action {
	margin-bottom: 10px;
}
/*@media screen and (min-width:361px) and (max-width:767px) 
{
.col-to-action {
	margin-bottom: 100px;
}
}*/

}