html, body {
    background: #eee;
    padding: 0;
    margin: 0;
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif;
}

.list{   
    /*padding: 3em 0px;*/
    border: 1px solid #ccc;
    height: 450px;
    overflow: hidden;
    overflow-y: scroll;
} 
.sidenav {
    height: 622px;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 3em;
    left: 0;
    background-color: #D6473F;
    overflow-x: hidden;
    overflow-y: scroll;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

/**.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}**/

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}   
/****************Admin Header***************************/
.admin-header{
	position: fixed;
	top: 0;
	width: 100%;
	border-radius: 0;
	z-index: 99999;
}
.navbar-inverse {
    background-color: #D6473F;
    border-color: #D6473F;
}
.navbar-inverse .navbar-brand {
    color: #fff;
}

/****************Admin Login Form Design****************/
.admin-bg {
  /**background: url(../images/bg.jpg) center center no-repeat;**/
	background-size: cover;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.adm-main{
    width: 35%;
    margin: 10em auto;
    background: rgb(2,0,36);
    background: linear-gradient(340deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
    padding: 42px 35px;
}
.adm-main h2 {
    color: #fff;;
    font-size: 29px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-bottom: 15px;
    text-align: center;
}
input.ggg {
    width: 100%;
    padding: 15px 0px 15px 15px;
    border: 1px solid #fff;
    outline: none;
    font-size: 14px;
    color: #fff;
    margin: 14px 0px;
    background: none;
}
.adm-main span {
    font-size: 16px;
    color: #fff;
    float: left;
    width: 32%;
    margin-top: 8px;
}
.adm-main h6 {
    font-size: 16px;
    float: right;
    width: 37%;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 8px;
    text-decoration: underline;
}
.btn-login{
	  padding: 12px 38px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    background:  #cd5f4c;
    color: #fff;
    border: none;
    outline: none;
    display: table;
    cursor: pointer;
    margin: 45px auto 31px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.btn-login:hover {
    background: #fff;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    color: #D6473F;
}

.fogpass-link a{
    color: #fff;
}
#sidebar {
    width: 240px;
    height: 607px;
    overflow-y: hidden;
    position: fixed;
    top: 4em;
    background: #D6473F;
    /*background: rgba(52, 48, 48, 0.78);*/
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#sidebar:hover{
  overflow-y: scroll;
}
.leftside-navigation, .right-stat-bar {
    height: 100%;
}
ul.sidebar-menu, ul.sidebar-menu li ul.sub {
    margin: 30px 0 0;
    padding: 0;
}
ul.sidebar-menu li {
    border-bottom: 1px solid rgba(255,255,255,0.05);
}
ul.sidebar-menu li a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 18px 0 18px 25px;
    font-size: 12px;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
ul.sidebar-menu li a i {
    font-size: 15px;
    padding-right: 6px;
}
ul.sidebar-menu li a.active i {
    color: #fff;
}
ul.sidebar-menu li a span {
    display: inline-block;
}
ul.sidebar-menu li a.active, ul.sidebar-menu li a:hover, ul.sidebar-menu li a:focus {
    background: rgba(40, 40, 46, 0.28);
    color: #fff;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
body  a,button{
    outline: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
}
p {
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif;
}
.container-fluid.main{
  position: relative; /* To make the navbar positions relative to this container */
  padding: 0;
}

.navbar-default {
  background-image: none;
  background-color: transparent; /* Make the menu become transparent */
  border-radius: 0px;
  border: 0;
  box-shadow: none;
  padding: 10px;
  position: absolute; /* Make the menu out of the document flow so it can placed anywhere without disturbing other widgets */
  top: 0;
  left: 0;
  right: 0;
  z-index: 10; /* If you delete this line, your menu link won't be clicked because it is behind the background. Applying this code bring the menu in front of the background */
}

.navbar-default .navbar-brand {
  font-family: Verdana;
  color: #ffffff;
  font-size: 20px;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-default .navbar-nav > li > a {
  color: #ffffff;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: transparent;
}

.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}

.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

.carousel .background {
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 700px;
}

@media (max-width:991px) {
  .carousel .background {
    background-size: cover; /* To make the background image looks good */
  }
}

.carousel .background.a {
  background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("http://localhost/mahantentrprises/images/slider/slider1.jpg");
}

.carousel .background.b {
  background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("http://localhost/mahantentrprises/images/slider/slider3.jpg");
}

.carousel .background.c {
  background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("http://localhost/mahantentrprises/images/slider/slider2.jpg");
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition: opacity 0.5s; /* The 0.5s describes the duration to make the opacity from 0 to 1 */
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

/* CSS Hack to trigger GPU for smooth transition */
@media all and (transform-3d),
(-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* CSS Hack to trigger GPU for smooth transition */

.covertext {
  position: absolute; /* To make the div to be place anywhere. It is out of the document flow */
  top: 200px; /* The distance between the div with the top of document */
  left: 0px; /* Make the div full width */
  right: 0px; /* Make the div full width */
}

.title {
  font-family: Verdana;
  font-weight: 600;
  font-size: 60px;
  color: #000;
  text-align: center;
  padding: 1em;
}

.subtitle {
  font-family: Verdana;
  font-size: 23px;
  color: #ffffff;
  text-align: center;
}

.explore {
  text-align: center;
  margin-top: 10px;
}

.explore .btn-lg,
.explore .btn-lg:hover {
  border-radius: 30px;
  padding: 15px 25px;
  font-size: 22px;
  background-image: none;
  background-color: #FF4000;
  border-color: #FF4000;
  color: #ffffff;
}

.btn,
.btn:hover {
  border-radius: 0px;
  background-image: none;
  background-color: #D6473F;
  border-color: #D6473F;
  color: #ffffff;
  margin-bottom: 20px;
  box-shadow: none;
  outline: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  color: #ffffff;
  outline: none;
}
.panel-primary {
    border-color: #D6473F;
}
.panel-primary > .panel-heading {
    color: #fff;
    background-color: #D6473F;
    border-color: #D6473F;
}
.sub-banner{
	background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("http://localhost/mahantentrprises/images/slider/slider2.jpg");  
	height: 350px;
}
.sub-heading{
	padding: 134px 0;
}
.bg-white{
	background-color: #fff;
}
/***************Side Nav Css***************/
/**.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #C27546;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}**/

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #fff;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
.list li a{
	list-style:none;
}
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
.mypadd{
	padding: 3em;
}
.title {
    font-size: 60px;
    text-align: center;
    color: #000;
    margin-bottom: 0.8em;
    text-transform: uppercase;
    letter-spacing: 5px;
}
.about-top-grids h4 {
    color: rgba(230, 0, 79, 0.9);
    font-size: 30px;
    margin: 0;
    font-weight: 600;
}
.about-top-grids p {
    margin: 1em 0 0 0;
    color: #000;
    font-size: 16px;
    line-height: 28px;
}

.about-top-grid {
    background: url(../images/aboutus.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 411px;
}
.caption{
	padding: 0 58px;
}
.vertical-offset-100{
    padding-top:170px;
}
/*****************Form CSS****************/
*[role="form"] {
    max-width: 530px;
    padding: 15px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 0.3em;
}

*[role="form"] h2 {
    margin-left: 5em;
    margin-bottom: 1em;
}
/**************Profile Css***************/
.profile-section{
	background: #ccc;
	padding: 20px;
    padding-top: 25px;
    border-top: 1px solid #F8F8F8;
}
.panel-bd-top {
    border-top: 3px solid #800000;
}
.widget {
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05); 
    box-shadow: 0 1px 1px rgba(0,0,0,0.05); 
    -webkit-border-radius: 2px; 
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: relative;
}
.panel .panel-heading {
    position: relative;
    padding: 7px 15px;
}
.panel .no-title {
    height: 30px;
}
.panel .panel-body {
    padding: 15px 25px 25px;
}
.panel .panel-body, .panel .panel-body-list {
    background: #fff;
    position: relative;
}
.vd_info-parent {
    position: relative;
}
img {
    max-width: 100%;
}
.tab-content {
    background-color: #FFF;
    position: relative;
}
.mgbt-xs-5 {
    margin-bottom: 5px !important;
}
.font-semibold {
    font-weight: 500;
	padding: 21px 21px;
}
.tabs .tab-content {
    background-color: #FFF;
    position: relative;
}
.pd-20 {
    padding: 20px !important;
}
.mgbt-xs-0 {
    margin-bottom: 10px !important;
}
.footer {
    background: rgba(247, 225, 201, 0.95);
}
.footer h1 {
    font-weight: bold;
}
.ft {
    background: #bb0202;
    color: #fff;
}
.ft p {
    padding: 15px 0px 0px 0px;
    text-align: center !important;
    line-height: 20px;
    font-size: 13px;
    color: #fff;
}
.link {
    color: #ffbf00;
}
