#preloader {
    position: fixed;
    display: none;
    text-align: center;
    width: 100%; height: 100%;
    top: 0; left: 0;
    background-color: rgba(255, 255, 255, 0.49);
    z-index: 999999999;
  }
  #page-loading p {
    text-align: center;
    text-transform: uppercase;
    z-index: 99;
    padding: 10px 0;
    color: black;
    font-size: 12px;
    overflow: hidden;
    margin-top: 5px;
  }
  #page-loading div {
    width: 40px;
    height: 40px;
    margin: auto;
    margin-top: 25%;
    border-right: 3px solid #246fc1;
    border-bottom: 3px solid transparent;
    border-radius: 100%;
    -webkit-animation: spin 0.9s linear infinite;
    -moz-animation: spin 0.9s linear infinite;
    -o-animation: spin 0.9s linear infinite;
    animation: spin 0.9s linear infinite;
  }
  
  @keyframes spin {
   0% {
      transform: rotate(0deg);
    }
    50% {
      transform: rotate(180deg);
    } 
    100% {
      transform: rotate(359deg);
    }
  }
  @-webkit-keyframes spin {
   0% {
      -webkit-transform: rotate(0deg);
    }
    50% {
      -webkit-transform: rotate(180deg);
    } 
    100% {
      -webkit-transform: rotate(359deg);
    }
  }
  @-moz-keyframes spin {
   0% {
      -moz-transform: rotate(0deg);
    }
    50% {
      -moz-transform: rotate(180deg);
    } 
    100% {
      -moz-transform: rotate(359deg);
    }
  }
  @-o-keyframes spin {
   0% {
      -o-transform: rotate(0deg);
    }
    50% {
      -o-transform: rotate(180deg);
    } 
    100% {
      -o-transform: rotate(359deg);
    }
}
.mmk-logo{
	position: relative;
}
.setting-img{
	max-width: 28px;
    max-height: 28px;
    position: absolute;
    z-index: 9999;
    left: 60px;
    top: 10px;
    background: #fff;
    padding: 3px;
    border-radius: 50%;
    display: inline-block;
    animation: rotation 1s infinite linear;
}
@keyframes rotation {
   100% {
    transform: rotate(180deg);
  }
}
.ic{
	align-items: center;
}
.mri-3{
	margin-right: 5px;
}
.m-l-50{
	margin-left: 20px;
}
.text-dark1{
	color: #b70101;
    font-size: 34px !important;
}
.r-color{
	color: #b70101;
}
.no-logo{
	display: none;
}
.l-color{
	color: #444;
}
.btn-check:active+.btn-outline-primary, .btn-check:checked+.btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active, .btn-outline-primary:hover {
    color: #b70101;
    background-color: transparent;
    border-color: transparent;
}
.btn-check:focus+.btn-outline-primary, .btn-outline-primary:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.f-nav{  /* To fix main menu container */
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
}

#header.f-nav #topNav{
	display: none !important;
}
#header.f-nav #main_nav .no-logo{
	display: block !important;
	padding-left: 20px;
}

#header.f-nav .mmk-logo {
    position: relative;
    max-width: 204px;
}
#header.f-nav .setting-img {
    max-width: 18px;
    max-height: 18px;
    position: absolute;
    z-index: 9999;
    left: 55px;
    top: 8px;
    background: #fff;
    padding: 3px;
    border-radius: 50%;
    display: inline-block;
    /* animation: rotation 1s infinite linear; */
}
.p-tb-3{
	padding: 20px 0px;
	display: table;
	width: 100%;
}
.g-color{
	color: #1e7ec7;
}
.btn-primary {
    color: #f6f9fe;
    background-color: #64bcff;
    border-color: #64bcff;
}
.text-dark3{
	color: #777;
	font-size: 35px;
}
.bg_3{
	background: #2b6d4a;
}
.bg_3 .setting-img{
	background: #2b6d4a;
	top: -5px;
}
.bg_4{
	background: #245d3e;
}
i.bx.bx-lock.bx-sm.text-dark, i.bx.bx-user.bx-sm.text-dark{
	color:#132b3e!important
}
.error{
  color: red;
  font-size: 11px; 
}