@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
body {
	font-family: 'Poppins', sans-serif, arial, Verdana, Helvetica, sans-serif;
	background: #dedede;
	font-size: 12px;
	color: #333;
}
p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 1.7em;
    color: #000;
    font-size: 13px;
}
a, a:hover, a:focus {
	color: inherit;
	text-decoration: none;
	transition: all 0.3s;
}
label {font-weight:500; color:#000;}
input[type=file] { 
    color: #000;
}
.navbar {
	padding: 0;
	background: #0e365c;
	border: none;
	border-radius: 0;
    min-height: 62px;
	margin-bottom: 15px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    /*background: -webkit-linear-gradient(45deg, #ffc692 48%, #efad70 48%);
    background: -webkit-linear-gradient(left, #ffc692 48%, #efad70 48%);
    background: linear-gradient(45deg, #ffc692 48%, #efad70 48%);*/
}
.navbar-btn {
	box-shadow: none;
	outline: none !important;
	border: none;
}
.line {
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed #ddd;
	margin: 40px 0;
}
.table-responsive table.table tr th {
    background: #f6f8f9;
    background: -moz-linear-gradient(top,  #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
    background: -webkit-linear-gradient(top,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%);
    background: linear-gradient(to bottom,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%);
}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
	display: flex;
	align-items: stretch;
}
#sidebarCollapse {
    margin-top:15px;
}
#sidebar {
	min-width: 250px;
	max-width: 250px;
	background: #e0f0ff;
	color: #fff;
	transition: all 0.3s;
}
#sidebar.active {
	margin-left: -250px;
}
#sidebar .sidebar-header {
	padding: 5px;
	background: #0e365c;
	min-height: 49px;
}
#sidebar .sidebar-header h3 {
	margin: 3px 0 0 0;
	font-size: 18px;
}
#sidebar ul.components {
	padding: 20px 0;
}
#sidebar ul p {
	color: #000;
	padding: 10px;
}
#sidebar ul li a {
	padding: 10px;
	font-size: 13px;
	display: block;
}
#sidebar ul li a:hover {
    color: #fff;
    background: #337ab7;
}
#sidebar ul li.active > a, a[aria-expanded="true"] {
	color: #fff;
	background: #044559;
}
a[data-toggle="collapse"] {
	position: relative;
}
a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
 content: '\e259';
 display: block;
 position: absolute;
 right: 20px;
 font-family: 'Glyphicons Halflings';
 font-size: 0.6em;
}
a[aria-expanded="true"]::before {
 content: '\e260';
}
ul ul a {
	font-size: 0.9em !important;
	padding-left: 30px !important;
	background: #006885;
}
ul.CTAs {
	padding: 20px;
}
ul.CTAs a {
	text-align: center;
	font-size: 0.9em !important;
	display: block;
	border-radius: 5px;
	margin-bottom: 5px;
}
a.download {
	background: #fff;
	color: #7386D5;
}
a.article, a.article:hover {
	background: #6d7fcc !important;
	color: #fff !important;
}
/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
	padding:0;
	min-height: 100vh;
	transition: all 0.3s;
	width:100%;
	overflow:hidden;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
 #sidebar {
 margin-left: -250px;
}
 #sidebar.active {
 margin-left: 0;
}
 #sidebarCollapse span {
 display: none;
}
}
/*custom css*/
.navbar-default .navbar-nav > li > a {
	color: #FFF;
}
.navbar-default .navbar-nav>li>a {
    color: #fff!important;
    padding: 21px 15px;
}
.navbar-default .navbar-nav>li>a:hover {
    background: #164570;
    border-radius: 50px;
}
.nav-head {
	color: #fff;
	padding: 10px;
	background: #cfdfef;
	text-align: center;
	font-weight: bold;
}
.centered {
	text-align: center;
}
.content-wrapper {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.btn-info {
	color: #ffffff;
    background-color: #0e365c;
    border-color: #0e365c;
}

.btn-info.focus,.btn-info:focus{color:#fff;background-color:#ac6421;border-color:#ac6421}
.btn-info:hover{color:#fff;background-color:#ac6421;border-color:#ac6421}
.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#ac6421;border-color:#ac6421}
.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,
.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#ac6421;border-color:#ac6421}

.user_image {
	padding:0;
}
.user_image img {
    border: solid 6px #edd1b7;
    padding: 5px;
    background: #fff;
    box-shadow: inset 3px 2px 0px 0px #64370e;
}
.user_name {
	margin-top:0; color:#000;
}
.btn-success {
	color: #fff;
	background-color: #16a085;
	border-color: #16a085;
}
.btn-success:hover {
	color: #fff;
	background-color: #0f8c74;
	border-color: #0f8c74;
}
.btn-success a:hover, .btn-warning a:hover {
	color:#fff !important;
}
.btn-warning {
	color: #fff;
	background-color: #f39c12;
	border-color: #f39c12;
}
.btn-warning:hover {
	color: #fff;
	background-color: #e38d05;
	border-color: #e38d05;
}
.logout_btn a {
    color: #ffffff;
    background: #e5680f;
    border-radius: 10px;
    padding: 5px 10px;
    display: block;
    margin: 0 15px;
}
.dashbord {
	background-color: #fff;
	border: solid #cdcdcd 1px;
	padding: 0px 0px 0px 8px;
	color: #01495f;
	font-weight: 500;
	font-size: 18px;
	margin-top: 5px;
}
.dashbord span {
	background-color:#16a086;
	border-radius:2px;
	color:#fff;
	font-size:18px;
	text-align:center;
	float:right;
	width: 3%;
	height: 10%;
	padding: 2px 5px;
}
.student-portal {
    background-color: #fff;
    border-radius: 8px;
    padding: 15px 15px 2000px 15px;
    margin-bottom: -2000px;
}
.student-portal h1.heading {
    color: #ff8400;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px 0;
    border-bottom: solid 1px #ff8400;
    padding-bottom: 8px;
    margin-bottom: 15px;
}
.student-portal h2.subheading {
    color: #383838;
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
    margin: 0 0 15px 0;
    border-bottom: solid 1px #dedede;
    border-left: solid 5px #ff8400;
    background: #edf2f7;
    padding: 7px;
}
.base {
	width: 100%;
	background: #34495e;
	position: relative;
	margin-top: 45px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin-bottom: 15px;
}
.circle {
	position:absolute;
	height:100px;
	width:100px;
	border-radius:50%;
	left:52%;
	margin-left:-55px;
	top: -40px;
	text-align: center;
	padding: 19px 0px 15px 0px;
}
.bg-circle1 {
	background: #34495e;
	border:3px solid #72808d;
}
.base h2 {
	font-size: 18px;
	text-align: center;
	padding-top: 72px;
	color: #c2c9cf;
}
.base p {
	color:#c2c9cf;
	padding: 0px 15px 0px 15px;
}
.base-innar {
	background-color:#2f4255;
	color:#97a1aa;
	width:100%;
	text-align:center;
	padding:12px 0px 12px 0px;
	font-size:15px;
	color:#97a1aa;
}
.base-innar a:hover {
	color:#CC9900;
}
.right-navigation {
    margin-left: 15px;
    margin-bottom: 15px;
    background: #fff;
}
.notice_board li {
	background-color: #025d78;
	border: 1px solid #014455;
	color: #fff;
}
.notice_board li a {
	padding: 8px;
	display: block;
}
.notice_board li a:hover {
	background:#f39c12;
}
.scroll {
	width:100%;
	/*	overflow:auto;
	overflow-x:hidden;*/
	height:180px;
}
.bg {
	background-color:#16a085;
}
.bg-bottom {
	background-color:#088970;
}
.bg-circle {
	border:3px solid #5cbdaa;
	background: #16a085;
}
.bg1 {
	background-color:#d58508;
}
.bg1-circle {
	border:3px solid #f6af3f;
	background: #d58508;
}
.bg1-bottom {
	background-color:#a76600;
}
.bg2 {
	background-color:#2980b9;
}
.bg2-circle {
	border:3px solid #5c9eca;
	background: #2980b9;
}
.bg2-bottom {
	background-color:#2573a7;
}
.bg3 {
	background-color:#e74c3c;
}
.bg3-circle {
	border:3px solid #ee8176;
	background: #e74c3c;
}
.bg3-bottom {
	background-color:#d04436;
}
.bg4 {
	background-color:#8e44ad;
}
.bg4-circle {
	border:3px solid #b07cc6;
	background: #8e44ad;
}
.bg4-bottom {
	background-color:#803d9c;
}
.bg5 {
	background-color:#9e3138;
}
.bg5-circle {
	border:3px solid #d9979c;
	background: #9e3138;
}
.bg5-bottom {
	background-color:#7e2026;
}
.bg7-bottom {
	background-color:#032255;
}
.bg6 {
	background-color:#5a6b79;
}
.bg7 {
	background-color:#052963;
}
.bg6-circle {
	border:3px solid #7d8d99;
	background: #5a6b79;
}
.bg7-circle {
	border:3px solid #2a5ba9;
	background: #052963;
}
.notice_board h3 {
	background: #044559;
	font-size: 14px;
	padding: 12px;
	margin: 0;
	font-weight:bold;
	color:#fff;
}
.bg6-bottom {
	background-color:#404f5c;
}
.footer {
	background: #d9d9d9;
	padding: 10px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	margin-top:1px;
}
.footer span {
	color:#f39c12;
}
/* Float Shadow */
.hvr-float-shadow {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
.hvr-float-shadow:before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 0;
	background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
	/* W3C */
  -webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform, opacity;
	transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);/* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
	opacity: 1;
	-webkit-transform: translateY(5px);
	transform: translateY(5px);/* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}
/* Shutter In Vertical */
.hvr-shutter-in-vertical {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
    color: #000;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.hvr-shutter-in-vertical:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #e0f0ff;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-shutter-in-vertical:hover, .hvr-shutter-in-vertical:focus, .hvr-shutter-in-vertical:active {
	color: #000;
}
.hvr-shutter-in-vertical:hover:before, .hvr-shutter-in-vertical:focus:before, .hvr-shutter-in-vertical:active:before {
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
}

/* Icon Wobble Horizontal */
@-webkit-keyframes hvr-icon-wobble-horizontal {
 16.65% {
 -webkit-transform: translateX(6px);
 transform: translateX(6px);
}
 33.3% {
 -webkit-transform: translateX(-5px);
 transform: translateX(-5px);
}
 49.95% {
 -webkit-transform: translateX(4px);
 transform: translateX(4px);
}
 66.6% {
 -webkit-transform: translateX(-2px);
 transform: translateX(-2px);
}
 83.25% {
 -webkit-transform: translateX(1px);
 transform: translateX(1px);
}
 100% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
}
@keyframes hvr-icon-wobble-horizontal {
 16.65% {
 -webkit-transform: translateX(6px);
 transform: translateX(6px);
}
 33.3% {
 -webkit-transform: translateX(-5px);
 transform: translateX(-5px);
}
 49.95% {
 -webkit-transform: translateX(4px);
 transform: translateX(4px);
}
 66.6% {
 -webkit-transform: translateX(-2px);
 transform: translateX(-2px);
}
 83.25% {
 -webkit-transform: translateX(1px);
 transform: translateX(1px);
}
 100% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
}
.hvr-icon-wobble-horizontal {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	padding-right: 2.2em;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.hvr-icon-wobble-horizontal:before {
	content: "\f138";
	position: absolute;
	right: 1em;
	padding: 0 1px;
	font-family: FontAwesome;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
.hvr-icon-wobble-horizontal:hover:before, .hvr-icon-wobble-horizontal:focus:before, .hvr-icon-wobble-horizontal:active:before {
	-webkit-animation-name: hvr-icon-wobble-horizontal;
	animation-name: hvr-icon-wobble-horizontal;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
.dashbord-heading {
    margin: 0 0 10px 0;
    font-size: 20px;
    font-weight: 600;
    color: #0d7b9a;
}
/* ---------------------------------------------------
    Start Login Page
----------------------------------------------------- */
.login-page-space {
	margin:0px;
	padding:0px;
}
.top-header {
	background: linear-gradient(to bottom, #056783 0%, #0d7a99 100%);
	padding: 10px 0px 10px 29px ;
	font-size: 23px;
	font-weight: 500;
	min-height:80px;
	color: #fff;
}
.form-inn {
	background-color: #035e78;
	padding: 50px 50px 50px 50px;
	border-radius: 10px;
	opacity: 0.9;
}
.form-inn .form-control {
	background-color:#a0e3f5;
	border:none;
}
.form-inn h1 {
	color: #ffffff;
	font-size: 21.35px;
	padding-bottom: 3px;
	border-left: solid 4px #a0e3f5;
	padding-left: 7px;
	margin-top:0;
}
.form-inn .input-group-addon {
	background-color:#057696;
	border:none;
	color:#92d7ea;
}
.login-btn {
	background-color: #f39c12;
	color: #FFF;
	font-size: 17px;
	font-weight:bold;
	border: none;
	text-align: center;
}
.login-btn:hover, .login-btn:focus {
	background-color: #e28c04 !important;
}
.forgot {
	color:#fff;
	font-size:14px;
	padding-top:15px;
}
.captcha-txt {
	color:#92d7ea;
	padding:6px 0px;
	margin:0 3px;
}
.captcha-txt:hover {
	color:#FFFF00;
}
.modal-header {
    background: #0d7b9a;
    color: #fff;
    font-size: 14px;
}
.weather-panel {
	position:relative;
}
/* ---------------------------------------------------
    Logout Page Start
----------------------------------------------------- */
.logout-page-background {
	background-color:#fff;
	text-align:center;
}
.logout-page-background h1 {
	color:#09708e;
	font-size:40px;
	font-weight:500;
	text-align:center;
}
.logout-page-background-gap{
	padding:40px 0px 40px 0px;
	text-align:center;
}
.btn-primary1{
	background-color:#09708e;
	color:#fff;
	padding:10px 37px 10px 37px;
	margin-bottom:40px;
}

.logout-page-background img {
	margin:0 auto;
	padding:40px 0px 40px 0px;
}
/* ---------------------------------------------------
    Form Page Start
----------------------------------------------------- */
.label-inn{
	color: #000;
    font-weight:500;
}
.right-menu {
	display:none;
}
/*input upload form css*/
.image-preview-input {
    position: relative;
    overflow: hidden;
	margin: 0px;    
    color: #333;
    background-color: #fff;
    border-color: #ccc;    
}
.image-preview-input input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}
.image-preview-input-title {
    margin-left:2px;
}
.image-preview-input {
	padding: 4px 12px;
}
/*Smart Checkbox and radion input css*/
.checkbox {
  padding-left: 20px; }
  .checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
    .checkbox label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #cccccc;
      border-radius: 3px;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
    .checkbox label::after {
      display: inline-block;
      position: absolute;
      width: 16px;
      height: 16px;
      left: 0;
      top: 0;
      margin-left: -20px;
      padding-left: 3px;
      padding-top: 1px;
      font-size: 11px;
      color: #555555; }
  .checkbox input[type="checkbox"] {
    opacity: 0; }
    .checkbox input[type="checkbox"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .checkbox input[type="checkbox"]:checked + label::after {
      font-family: 'FontAwesome';
      content: "\f00c"; }
    .checkbox input[type="checkbox"]:disabled + label {
      opacity: 0.65; }
      .checkbox input[type="checkbox"]:disabled + label::before {
        background-color: #eeeeee;
        cursor: not-allowed; }
  .checkbox.checkbox-circle label::before {
    border-radius: 50%; }
  .checkbox.checkbox-inline {
    margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #428bca;
  border-color: #428bca; }
.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f; }
.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de; }
.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c; }
.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #fff; }

.radio {
  padding-left: 20px; }
.checkbox label, .radio label{
    display: inline-block;
    position: relative;
    padding-left: 0px;
    margin-right: 10px;
}
input[type=checkbox], input[type=radio] {
    margin: 0; 
}
.radio label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #cccccc;
      border-radius: 50%;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out;
      transition: border 0.15s ease-in-out; }
.radio label::after {
      display: inline-block;
      position: absolute;
      content: " ";
      width: 11px;
      height: 11px;
      left: 3px;
      top: 3px;
      margin-left: -20px;
      border-radius: 50%;
      background-color: #555555;
      -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
      -o-transform: scale(0, 0);
      transform: scale(0, 0);
      -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
.radio input[type="radio"] {
    opacity: 0; }
.radio input[type="radio"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
.radio input[type="radio"]:checked + label::after {
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1); }
.radio input[type="radio"]:disabled + label {
      opacity: 0.65; }
.radio input[type="radio"]:disabled + label::before {
        cursor: not-allowed; }
.radio.radio-inline {
    margin-top: 0; }

.radio-primary input[type="radio"] + label::after {
  background-color: #428bca; }
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #428bca; }
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #428bca; }

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f; }

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de; }

.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e; }

.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c; }
  
  
 /* css for bootstrap dropdown menu on hover open with flip animation */
  ul.dropdown-menu {
    animation: flipInY 1s ease;
    -moz-animation: flipInY 1s ease;
    -webkit-animation: flipInY 1s ease;
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -moz-backface-visibility: visible !important;
    data-wow-delay: ".1s";
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

 /*End of css for bootstrap dropdown menu on hover open with flip animation */
 /*login page CSS*/
.login-page {
    color: #fff;
    padding: 40px 30px;
    width: 360px;
    background: rgba(0, 0, 0, 0.54);
    border: solid 5px rgba(255, 255, 255, 0.6);
    margin: 10% auto;
}
.layerLeft ul {
    display: inline-block;
    width: 100%;
    text-align: right;
    margin: 27px 0 0 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
    font-weight: 400;
}
.layerLeft ul li {
    display: inline-block;
    margin-left: 10px;
}
.layerLeft ul a {
	color:#fff;
}
.layerLeft ul a:hover {
	color:#33FFFF;
	text-decoration:underline;
}
.backlayer {
    height: 100%;
    width: 100%;
}
.backlayer .layerLeft {
    width: 100%;
    background: rgba(58, 58, 58, 0.49);
    padding: 13px 10px 3px 10px;
    position: relative;
    z-index: 99;
    display: inline-block;
}
.backlayer .logo {
    z-index: 1;
}
.backlayer .logo img {
    max-width: 575px;
}
.content_li {
    float: left;
    color: #fff;
    padding: 40px 20px;
    background: rgba(0, 0, 0, 0.54);
    border: solid 5px rgba(255, 255, 255, 0.6);
    margin: 6% auto;
}
.content_li h4 {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 0;
    line-height: 28px;
}
.content_li .col-md-4 {
    padding-left: 0;
} 
.content_li ul {
    padding: 0px;
}
.content_li ul li {
    font-size: 13px;
    line-height: 22px;
    list-style: none;
    background: url(../images/tick_icon.png) no-repeat;
    padding-left: 20px;
}
.admin-login .login-page {
    min-height: 395px;
	margin: 13% 0;
}
.form-validation h4 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 500;
}
.mt-20 {
    margin-top: 20px !important;
}
.admin_bg .form-control.underline-input, .admin_bg .dp_ful .captcha_txt.flt .form-control {
    border-radius: 0px;
    background: transparent;
    color: #fff;
    border: 2px #d6d6d685 solid;
}
.login-page .form-control.underline-input {
    font-size: 14px;
}
.form-control.underline-input {
    background: #ebeff8;
    box-shadow: none;
    padding: 5px 15px;
    height: 40px;
    border: 1px #d6d6d685 solid;
    border-radius: 50px;
}
.loginfooter-lgn {
    font-size: 0px;
    text-align: center;
    background: none 0% 0% repeat scroll rgb(220, 220, 220);
    padding: 8px 0px;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.exam-session {
    color: #fff;
    font-size: 24px;
    margin-top: 15px;
}
 /*End of login page CSS*/
 /*---login start---*/
.pattern-6 {
    background-image: url('../../../img/back.jpg');
    /*background-color: #ffffff;*/
    padding: 95px;
    width: 100%;
    min-height: 100vh;
    display: -ms-grid;
    display: grid;
    position: relative;
    z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .pattern-6 {
    padding: 90px;
  }
}
@media only screen and (max-width: 991px) {
  .pattern-6 {
    padding: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pattern-6 {
    padding: 50px;
  }
  .pattern-6 .fxt-heading-content .fxt-logo {
	margin-top:0!important;
  }
  .mbm-module {
      margin-bottom:35px;
  }
  .thumbnail {
      border-radius: 125px;
  }
}
@media only screen and (max-width: 575px) {
  .pattern-6 {
    padding: 30px;
  }
  .pattern-6 .fxt-heading-content .fxt-logo {
	margin-top:0!important;
  }
}
@media only screen and (max-width: 479px) {
  .pattern-6 {
    padding: 15px;
  }
}
.pattern-6 .fxt-shape {
  height: 100%;
  width: calc((100vw + 220px)/4);
  background-color: #0e365c;
  content: "";
  left: 0;
  top: 0;
  z-index: -1;
  position: absolute;
}
@media only screen and (max-width: 1199px) {
  .pattern-6 .fxt-shape {
    width: calc((100vw + 180px)/4);
  }
}
@media only screen and (max-width: 991px) {
  .pattern-6 .fxt-shape {
    width: calc((100vw + 140px)/4);
  }
}
@media only screen and (max-width: 767px) {
  .pattern-6 .fxt-shape {
    width: calc((100vw + 100px)/4);
  }
}
@media only screen and (max-width: 575px) {
  .pattern-6 .fxt-shape {
    width: calc((100vw + 60px)/4);
  }
}
@media only screen and (max-width: 479px) {
  .pattern-6 .fxt-shape {
    width: calc((100vw + 30px)/4);
  }
}
.pattern-6 .fxt-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .pattern-6 .fxt-content-wrap {
    display: block;
  }
}
.pattern-6 .fxt-heading-content {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 50px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .pattern-6 .fxt-heading-content {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .pattern-6 .fxt-heading-content {
    padding: 40px 15px;
    padding-bottom: 75px;
  }
}
.pattern-6 .fxt-heading-content:before {
  height: 100%;
  width: 100%;
  background-color: #e0f0ff;
  content: "";
  left: 0;
  top: 0;
  z-index: -1;
  position: absolute;
}
.pattern-6 .fxt-heading-content .fxt-inner-wrap {
  text-align: center;
  max-width: 640px;
  width: 100%;
}
.pattern-6 .fxt-heading-content .fxt-logo {
  display: inline-block;
  /*margin-bottom: 35px;*/
  margin-left: auto;
  margin-right: auto;
  max-width: 40vw;
  margin-top: -45px;
}
.pattern-6 .fxt-heading-content .fxt-main-title {
  color: #ffffff;
  font-size: 42px;
  font-weight: 500;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1199px) {
  .pattern-6 .fxt-heading-content .fxt-main-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 991px) {
  .pattern-6 .fxt-heading-content .fxt-main-title {
    font-size: 32px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .pattern-6 .fxt-heading-content .fxt-main-title {
    font-size: 30px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .pattern-6 .fxt-heading-content .fxt-main-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
.pattern-6 .fxt-heading-content .fxt-login-option {
  max-width: 400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.pattern-6 .fxt-heading-content .fxt-login-option ul {
  text-align: center;
  list-style-type: none;
}
.pattern-6 .fxt-heading-content .fxt-login-option ul li {
  margin-bottom: 15px;
}
.pattern-6 .fxt-heading-content .fxt-login-option ul li:last-child {
  margin-bottom: 0;
}
.pattern-6 .fxt-heading-content .fxt-login-option ul li a {
  padding: 15px;
  border: 1px solid;
  border-color: #fff;
  color: #ffffff;
  font-size: 16px;
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pattern-6 .fxt-heading-content .fxt-login-option ul li a:hover {
  background-color: #ffffff;
  color: #14133b;
}
@media only screen and (max-width: 1199px) {
  .pattern-6 .fxt-heading-content .fxt-login-option ul li a {
    font-size: 18px;
    padding: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .pattern-6 .fxt-heading-content .fxt-login-option ul li a {
    font-size: 17px;
    padding: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .pattern-6 .fxt-heading-content .fxt-login-option ul li a {
    font-size: 16px;
    padding: 12px;
  }
}
@media only screen and (max-width: 575px) {
  .pattern-6 .fxt-heading-content .fxt-login-option ul li a {
    font-size: 15px;
    padding: 11px;
  }
}
.pattern-6 .fxt-form-content {
  -webkit-box-shadow: 0 3px 79px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 79px 0 rgba(0, 0, 0, 0.08);
  width: 50%;
  background-color: rgba(255, 255, 255, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (max-width: 991px) {
  .pattern-6 .fxt-form-content {
    width: 100%;
  }
}
.pattern-6 .fxt-form-content .fxt-page-switcher {
  padding: 70px 45px 0 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 575px) {
  .pattern-6 .fxt-form-content .fxt-page-switcher {
    padding: 40px 15px 0;
  }
}
.pattern-6 .fxt-form-content .fxt-page-switcher .fxt-switcher-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
  list-style-type: none;
}
.pattern-6 .fxt-form-content .fxt-page-switcher .fxt-switcher-wrap li:first-child .fxt-switcher-btn {
  border-left: 1px solid;
  border-color: #111111;
}
.pattern-6 .fxt-form-content .fxt-page-switcher .fxt-switcher-wrap li:first-child .fxt-switcher-btn:hover,
.pattern-6 .fxt-form-content .fxt-page-switcher .fxt-switcher-wrap li:first-child .fxt-switcher-btn.active {
  border-color: #17a2b8;
}
.pattern-6 .fxt-form-content .fxt-page-switcher .fxt-switcher-wrap li:last-child .fxt-switcher-btn {
  border-right: 1px solid;
  border-color: #111111;
}
.pattern-6 .fxt-form-content .fxt-page-switcher .fxt-switcher-wrap li:last-child .fxt-switcher-btn:hover,
.pattern-6 .fxt-form-content .fxt-page-switcher .fxt-switcher-wrap li:last-child .fxt-switcher-btn.active {
  border-color: #0e365c;
}
.pattern-6 .fxt-form-content .fxt-page-switcher .fxt-switcher-btn {
  padding: 9px 27px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #111111;
  color: #111111;
  display: block;
  font-size: 18px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pattern-6 .fxt-form-content .fxt-page-switcher .fxt-switcher-btn:hover {
  color: #17a2b8;
}
.pattern-6 .fxt-form-content .fxt-page-switcher .fxt-switcher-btn.active {
  background-color: #0e365c;
  color: #ffffff;
  border-color: #1b53d4;
}
@media only screen and (max-width: 1199px) {
  .pattern-6 .fxt-form-content .fxt-page-switcher .fxt-switcher-btn {
    font-size: 17px;
    padding: 8px 25px;
  }
}
@media only screen and (max-width: 991px) {
  .pattern-6 .fxt-form-content .fxt-page-switcher .fxt-switcher-btn {
    font-size: 16px;
    padding: 7px 23px;
  }
}
@media only screen and (max-width: 767px) {
  .pattern-6 .fxt-form-content .fxt-page-switcher .fxt-switcher-btn {
    font-size: 15px;
    padding: 6px 21px;
  }
}
.pattern-6 .fxt-form-content .fxt-page-title {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
  color: #000;
}
@media only screen and (max-width: 1199px) {
  .pattern-6 .fxt-form-content .fxt-page-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 991px) {
  .pattern-6 .fxt-form-content .fxt-page-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .pattern-6 .fxt-form-content .fxt-page-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 575px) {
  .pattern-6 .fxt-form-content .fxt-page-title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 479px) {
  .pattern-6 .fxt-form-content .fxt-page-title {
    font-size: 24px;
  }
}
.pattern-6 .fxt-form-content .fxt-description {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 30px;
}
.pattern-6 .fxt-form-content .fxt-label {
  color: #14133b;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}
.pattern-6 .fxt-form-content .fxt-main-form {
  padding: 0px 50px 20px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .pattern-6 .fxt-form-content .fxt-main-form {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 575px) {
  .pattern-6 .fxt-form-content .fxt-main-form {
    padding: 20px 30px 10px;
  }
}
.pattern-6 .fxt-form-content .fxt-inner-wrap {
  max-width: 440px;
  width: 100%;
}
.pattern-6 .fxt-form-content .form-group {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.pattern-6 .fxt-form-content .form-group .field-icon {
  position: absolute;
  z-index: 1;
  right: 19px;
  bottom: 18px;
  font-size: 14px;
  color: #a1a1a1;
}
.pattern-6 .fxt-form-content .form-group .field-icon:before {
  /*padding: 17px 10px;*/
}
.pattern-6 .fxt-form-content .form-control {
  min-height: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e7e7e7;
  padding: 10px 15px;
  color: #111;
  width: 100%;
  outline: 0;
}
.pattern-6 .fxt-form-content input::-webkit-input-placeholder {
  color: #acacac;
  font-size: 17px;
  font-weight: 400;
}
.pattern-6 .fxt-form-content input::-moz-placeholder {
  color: #acacac;
  font-size: 17px;
  font-weight: 400;
}
.pattern-6 .fxt-form-content input:-moz-placeholder {
  color: #acacac;
  font-size: 17px;
  font-weight: 400;
}
.pattern-6 .fxt-form-content input:-ms-input-placeholder {
  color: #acacac;
  font-size: 17px;
  font-weight: 400;
}
.pattern-6 .fxt-form-content .fxt-btn-fill {
  font-family: 'Roboto', sans-serif;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: 1px solid;
  border-color: #19263f;
  color: #fff;
  border-radius: 3px;
  background-color: #e5680f;
  padding: 10px 36px;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pattern-6 .fxt-form-content .fxt-btn-fill:hover {
  background-color: #e5680f;
    border-color: #1c2e50;
}
.pattern-6 .fxt-form-content .fxt-btn-fill:focus {
  outline: none;
}
@media only screen and (max-width: 991px) {
  .pattern-6 .fxt-form-content .fxt-btn-fill {
    font-size: 16px;
    padding: 9px 32px;
  }
}
@media only screen and (max-width: 767px) {
  .pattern-6 .fxt-form-content .fxt-btn-fill {
    font-size: 15px;
    padding: 8px 28px;
  }
}
.pattern-6 .fxt-form-content .fxt-switcher-description {
  text-align: center;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #888888;
  margin-bottom: 10px;
}
.pattern-6 .fxt-form-content .fxt-switcher-text {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  color: #1b52d2;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
  text-decoration: underline;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pattern-6 .fxt-form-content .fxt-switcher-text:hover {
  color: #06339e;
}
.pattern-6 .fxt-form-content .fxt-switcher-text:focus {
  outline: none;
}
.pattern-6 .fxt-form-content .fxt-checkbox-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pattern-6 .fxt-form-content .fxt-checkbox-box {
  margin-bottom: 5px;
}
.pattern-6 .fxt-form-content .fxt-checkbox-box label {
  color: #0c0c0c;
  margin-bottom: 0;
  font-size: 13px;
  position: relative;
  padding-left: 22px;
  font-weight: 400;
}
.pattern-6 .fxt-form-content .fxt-checkbox-box label:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 5px;
  left: 0;
  right: 0;
  border: 1px solid;
  border-color: #dcdcdc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.pattern-6 .fxt-form-content .fxt-checkbox-box label:after {
  position: absolute;
  font-size: 10px;
  color: #555555;
}
.pattern-6 .fxt-form-content .fxt-checkbox-box input[type="checkbox"] {
  display: none;
}

.pattern-6 .fxt-form-content .fxt-checkbox-box input[type="checkbox"]:checked + label::before {
  background-color: #e5680f;
  border-color: #e5680f;
}
.pattern-6 .fxt-form-content .fxt-otp-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.pattern-6 .fxt-form-content .fxt-otp-row .fxt-otp-col {
  padding: 10px 5px;
  text-align: center;
  margin-right: 30px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.pattern-6 .fxt-form-content .fxt-otp-row .fxt-otp-col:last-child {
  margin-right: 0;
}
.pattern-6 .fxt-form-content .fxt-otp-btn {
  margin-bottom: 30px;
}
.loaded.pattern-6 .fxt-shape.fxt-animation-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
img.imglogo {
    height: 120px;
}
.co {
    color: #000;
}
a {
    text-decoration: none;
}
p.headp.bot1{
    margin-bottom:-10px!important;
}
h3.botspace {
    margin-top: -8px;
    margin-bottom:15px;
}
/*---login end---*/
.mb-30 {
    margin-bottom:30px;
}
.shadow {
    box-shadow: 0 0.15rem 1.75rem 0 rgb(84 79 132 / 25%) !important;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
    border-radius: 6px;
}
.text-xs {
    font-size: .7rem;
}

.font-weight-bold {
    font-weight: 600 !important;
}
.text-gray-800 {
    color: #5a5c69!important;
}
.text-gray-300 {
    color: #fff!important;
}
.font-weight-bold {
    font-weight: 600 !important;
}
.dash-text {
    font-size:14px;
}
.card-body i {
    margin-top: 7px;
    margin-left: 25px!important;
}
.color-1 {
    background:#ffcdb8;
}
.color-2 {
    background:#ffcaff;
}
.color-3 {
    background:#ffbdbd;
}
.color-4 {
    background:#d4e3fd;
}
.color-5 {
    background:#f991a4;
}
.color-6 {
    background:#90d9a0;
}
.required {color:#ff0000;}
.form-control {
    display:inline-block;
    width:96%;
}
.PopcalTrigger {width:24px; height:24px;}
.form-horizontal .col-sm-4, .content-wrapper .static-pos {position:static;}
.btn-warning {margin-right:5px;}
.list-group.service-provide {
    display: block;
}
.service-provide {
    list-style: none;
}
ul.list-group.service-provide.prov li {
    color: #fff;
}
ul.list-group.service-provide.prov {
    padding-left: 0;
}
.service-provide li {
    width: 49%;
    color: #000;
    margin-bottom: 14px;
    font-size: 13px;
    display: inline-block;
    font-weight: 500;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: static; 
    margin-left: 0;
}
.custom-text-left {
    text-align:left !important;
}
/*Home Page Dashboard*/
.dash-count {
    background: #ffe4c9;
    color: #000;
    min-height: 98px;
    width: 100%;
    border-radius: 6px;
    margin: 0 0 25px;
    padding: 20px; min-height:125px;
}
.dash-count h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
}
.dash-count h5 {
    font-size: 14px;
    font-weight: 300;
}
.dash-count .dash-imgs {
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    float: right;
}
.dash-count .dash-imgs svg {
    width: 50px;
    height: 50px;
}
.dash-count:hover .dash-imgs {
    transform: scale(1.25);
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
}
.dash-count .dash-imgs {
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.dash-count.das1 {
    background: #94f4ff;
}
.dash-count.das2 {
    background: #cedaff;
}
.dash-count.das3 {
    background: #b9ffd8;
}
.dash-count.das4 {
    background: #fce4ff;
}
.dash-count.das5 {
    background: #ffd4c7;
}
.dash-count.das6 {
    background: #bddeff;
}
.dash-count.das7 {
    background: #ffe8a3;
}
.dash-count.das8 {
    background: #d0e1b9;
}
.dash-count.das9 {
    background: #d7d7d5;
}
.dash-count.das10 {
    background: #ffdfd3;
}