@charset "UTF-8";
.login_bg{
	background: url(../images/login_bg.png) repeat-x;
    height: 300px;
    width: 100%;
}
.blue_bg{
	background-color:#1b2b58;
}
.mar_top{
	position: relative;
    top: 80px;
	height:80%;
}
header .login{
	background:#fff;
	padding:20px;
}

footer .footer{
	position: absolute;
	background-color:#121e41;
	padding:25px;
	left:0px;
	right:0px
}

footer ul li{
	display:inline;
	list-style-type:none;
}

.clearfix{
	clear:both;
}

.upper_case{
	text-transform:uppercase;
}
.martop{
	border-top: 1px solid #dee2e6 !important;
}

/*******************************************************/
/****************** Mega Menu **************************/
/*******************************************************/

.mega-dropdown {
  position: static !important;
}
.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
  display: block;
  color: #222;
  padding: 3px 5px;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
}
.mega-dropdown-menu .dropdown-header {
  font-size: 18px;
  color: #ff3546;
  padding: 5px 60px 5px 5px;
  line-height: 30px;
}

.carousel-control {
  width: 30px;
  height: 30px;
  top: -35px;

}
.left.carousel-control {
  right: 30px;
  left: inherit;
}
.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right {
  font-size: 12px;
  background-color: #fff;
  line-height: 30px;
  text-shadow: none;
  color: #333;
  border: 1px solid #ddd;
}

h3{
	color:#1f2836 !important;
	text-transform:uppercase;
	
}

.uppercase{
	text-transform:uppercase;
}
