body {
    font-family: 'Mukta Vaani', sans-serif
}
/* Carousel Styles */
.carousel-indicators .active {
    background-color: #2980b9;
}
.carousel-inner img {
    width: 100%;
    max-height: 220px;
    height: 100%;
}
.carousel-control {
    width: 0;
}
.carousel-control.left, .carousel-control.right {
    opacity: 1;
    filter: alpha(opacity=100);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    position: absolute;
    top: 45%;
    z-index: 5;
    display: inline-block;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    left: 10px;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    right: 10px;
}
.carousel-control.left span, .carousel-control.right span {
    background-color: #252750;
}
.carousel-control.left span:hover, .carousel-control.right span:hover {
    opacity: .7;
    filter: alpha(opacity=70);
}
.icon {
    position: absolute;
    top: 45%;
    z-index: 5;
    display: inline-block;
    left: -30px;
    width: 30px;
    font-size: 36px;
}
.icon-left {
    position: absolute;
    top: 45%;
    z-index: 5;
    display: inline-block;
    right: -30px;
    width: 30px;
    font-size: 36px;
}
.btn-min-block {
    min-width: 170px;
    line-height: 26px;
}
.btn-theme {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    margin-right: 15px;
}
.btn-theme:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}
.sidenav {
    position: absolute;
    z-index: 1;
    top: 55px;
    right: 0;
    background-color: #252750;
    box-shadow: -8px 0px 12px #8a8a8a;
}

@media(min-width:320px) and (max-width:768px) {
.sidenav {
    height: 100%;
    width: 160px;
    position: fixed;
    z-index: 1;
    top: 52px;
    right: 0;
    background-color: #252750;
    overflow-x: hidden;
    padding-top: 20px;
}
}
.sidenav a:hover {
    color: #f1f1f1;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px !important;
    border: 1px solid transparent;
}

@media screen and (max-height: 450px) {
.sidenav {
    padding-top: 15px;
}
.sidenav a {
    font-size: 18px;
}
}

.panel-heading {
    padding: 4px 15px !important;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-default>.panel-heading {
    color: #fff;
    background-color: #252750;
    border-color: #252750;
    text-align: center;
    font-size: 16px !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.padding-top-20 {
    padding-top: 20px;
}
.text-white {
    color: #fff;
}
.login-heading {
    font-size: 22px;
    padding-top: 50px;
}
.about-heading {
    font-size: 22px;
}
.user-input {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #eee;
    font-size: 12px;
    color: #fff;
}
.equal {
    display: table;
    height: 615px;
}
.panel-default {
    border-color: #ddd;
    border-radius: 10px !important;
	box-shadow: 2px 5px 15px #b6b6b6 !important;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 5px 15px !important;
    font-size: 18px;
    line-height: 20px;
}
.banner-moving {
    border-radius: 10px;
}
.btn-primary {
    color: #fff;
    background-color: #585ac8 !important;
    border-color: #585ac8 !important;
}
.btn-primary:hover {
    color: #fff;
    background-color: #414498 !important;
    border-color: #414498 !important;
}
.color-green
	{color: #449d44 !important; font-weight: 600}
.color-blue
	{
		color: #4183bc !important; font-weight: 600
	}
	.color-yellow
	{
		color: #e8b66e!important; font-weight: 600
	}
	.color-red
	{
		color: #d9534f !important; font-weight: 600
	}
.navbar ul li a:hover
	{
		border-bottom: 3px solid;
		padding-bottom: 0 !important
	}

select>option
	{color: #000}

.panel-body {
    padding: 15px;
    height: auto !important;
    min-height: 230px !important;
}
.checks{
	list-style: none; font-size: 12px; padding-left:0; border:1px solid #cdcdd7; padding:10px; margin-bottom:0; border-radius: 10px;
}
.login-box
{
	padding: 20px; border: 1px solid #3a3c65; border-radius: 5px; margin:20px; padding:30px
}
.footer-bg
{
	background: #5d5fd6; position: absolute; width: 100%; padding: 10px 0px;
}
.align-right
{
	text-align: right;
}
@media (min-width:320px) and (max-width:768px)
{
.align-right
{
	text-align: left;
}
.hidden-sm
	{display: none;}
	

}
.mobile-bg
{ background:#252750}