body{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.container{
    flex: 1;
}
.nav-link{
    color: #111;
}
pre {
    display: block;
    margin-top: 0;
    padding: 10px;
    margin-bottom: 1rem;
    font-size: 90%;
    color: lightgrey;
    background-color: rgb(52, 58, 64) !important;
}
pre code {
    padding: 0;
    font-size: inherit;
    color: lightgrey !important;
    background-color: rgb(52, 58, 64) !important;
    border-radius: 0;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
}
a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}
#sidebar {
    /* don't forget to add all the previously mentioned styles here too */
    background: #343a40;
    color: #fff;
    transition: all 0.3s;
    /*min-width: 200px;*/
    max-width: 200px;
    min-height: 120vh;
}
@media (max-width: 400px) {
  #sidebarCollapse { display: block; }  /* show it on small screens */
}

@media screen and (min-width: 801px) {
  #sidebarCollapse { display: none; }   /* hide it elsewhere */
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #343a40;
}

#sidebar ul.components {
    padding: 20px 0px 20px 10px;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: .9em;
    display: block;
    color:#ffffff80;
}
#sidebar ul li a:hover {
    color: #343a40;
    background: #fff;
}
/*/, a[aria-expanded="true"]*/
#sidebar ul li.active > a {
    color: #343a40;
    background: #fff;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #343a40;
}
.sidenav {
  height: 100%;
  width: 160px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  padding-top: 20px;
}

.sidenav a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.main {
  margin-left: 160px; /* Same as the width of the sidenav */
  font-size: 28px; /* Increased text to enable scrolling */
  padding: 0px 10px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
.fa-close{
    color:red;
}
.mbr-section-subtitle{
    margin-bottom: 10px;
}
.fa-check{
    color:green;
}
 .title-block .block-number {
    font-size: 350px;
    line-height: 265px;
    font-family: 'Arapey', sans-serif;
    position: absolute;
    bottom: 0;
    right: 0;
    color: rgba(230,230,230,.3);
    transition: color .3s;
}
.list-group-flush .list-group-item {
    border-top: 0;
    font-size: 1rem;
}
.title-block:hover .block-number {
    color: rgba(230,230,230,.8);
}
.separator {
    display: block;
    width: 100%;
    height: 20px;
    background: transparent;
    position: relative;
}
.title-block {
    padding: 40px 45px 0;
    position: relative;
    height: 400px;
}
.mbr-cards-col{
    color:#fff !important;
}
.bgc {
    background: #990099;
}
.bgg {
    background: #2cb396;
}
.bgb {
    background: #1976d2;
}
.bgp {
    background: #c2185b;
}
.bgy {
    background: #f1c40f;
}
.bgc .title-block h5, .content6 .bgc .title-block h1, .content6 .bgc .title-block p {
    color: #fff !important;
}
.dropdown-menu {
    min-width: 15rem !important;
}
.demo-video{
	width:800px;
	height:420px;
    border: 25px solid slategrey;
}
.nav-item>.dropdown-menu{
    background: #343a40!important;
    border: 0px !important;
}
.navpanel {
  margin-bottom:0px;
}
.navbar-brand {
    height: 60px;
    position: relative;
    line-height: 10px;
    padding: 7px 15px;
    display: inline-block;
}
.tag-line {
    font-size: 12px;
    font-weight: 600;
    color: #ed5564;
}
.form-inline {
    display: initial !important;
}
.carousel-caption>p{
	font-size: 11px;
}
.carousel-caption{
    padding-bottom: 120px;
}
.feature-div>img{
    width: 120px;
    border-radius: 10px;
}
.product-div>img{
    padding: 80px;
    border-radius: 10px;
}
.client-div{
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.client-div>img{
    width: 120px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}
.client-div>img:hover{
    width: 120px;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}
.bb-div>img{
    width: 300px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}
.bb-div>img:hover{
    width: 300px;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}
.feature-div>h4{
    margin-bottom: 10px;
}
.feature-div{
    padding: 40px;
}
.price-div{
	border: 1px solid #eee;
	padding: 0px !important;
}
.price-div:hover{
	 box-shadow: 0 0 15px #b5b5b5;
	 z-index: 9;
    margin-top: -15px;
}
.price-header{
	padding: 20px;
	background: #1565c0;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
}
.price-subheader{
    padding: 10px;
    background: #1565c0;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
.price-amount{
	 padding: 25px;
    background: #eee;
    color: #908c8c;
}
.price-amount h4{

    font-size: 45px;
}
.price-amount h4 i{
	  top: -8px;
    font-size: 28px;
    font-style: normal;
    position: relative;
}
   
.price-detail{
	padding: 9px;
    border-bottom: 1px solid #eee;
}
.price-footer{
	    padding: 15px;
}
.hover-effect {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.carousel-caption>h2 {
    font-size: 6rem;
    font-weight: bolder;
}
.carousel-caption>h1{
    margin-bottom: 0px;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 65px;
    font-weight: 500;
}
.invalid-feedback {
    display: none;
    margin-top: .25rem;
    font-size: .875rem;
    font-weight: 500;
    color: #fff;
    border: 1px solid;
    padding: 5px;
    border-radius: 20px;
    text-align: left;
    background-color: #ed5564;
}
.valid-feedback {
    margin-top: .25rem;
    font-size: .875rem;
    font-weight: 500;
    color: #fff;
    border: 1px solid;
    padding: 5px;
    border-radius: 20px;
    text-align: left;
    background-color: #26b999;
}
.table-dark>thead>tr>th>a>img{
    max-height: 35px;
}
.table-dark>tbody>tr>th>a>img{
    max-height: 35px;
    max-width: 210px;
}
@media screen and (max-width: 767px) {
  /* Hide captions */
  .client-div{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.carousel-caption{
    padding-bottom: 8px;
 }
.carousel-caption>h1 {
    margin-bottom: 0px;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.carousel-caption>h2 {
    font-size: 2rem;
    font-weight: bolder;
}
 .demo-video{
	width:250px;
	height:115px;
    border: 1px solid #ff4081;
}

.hide {
    display:none;
}