@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,300;1,500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');
@import url("all.min.css");
@import url("owl.carousel.min.css");
@import url("animate.css");
:root{
	--color-primary:#034da2;
    --color-secondary:#3fc9f1;
	--color-tertiary:#ee3c25;
	--quaternary:#191919;
	
	 --color-success:#198754;
    --color-info:#0dcaf0;
    --color-warning:#ffc107;
    --color-danger:#dc3545;
	
    --color-light:#f8f9fa;
    --color-dark:#212529;
	
	--color-white:#ffffff;
	--color-black:#000000;
	
    --color-blue:#0d6efd;
    --color-indigo:#6610f2;
    --color-purple:#6f42c1;
    --color-pink:#d63384;
    --color-red:#dc3545;
    --color-orange:#fd7e14;
    --color-yellow:#ffc107;
    --color-green:#198754;
    --color-teal:#20c997;
    --color-cyan:#0dcaf0;
    
	
    --color-gray:#6c757d;
    --color-gray-dark:#343a40;
    --color-gray-100:#f8f9fa;
    --color-gray-200:#e9ecef;
    --color-gray-300:#dee2e6;
    --color-gray-400:#ced4da;
    --color-gray-500:#adb5bd;
    --color-gray-600:#6c757d;
    --color-gray-700:#495057;
    --color-gray-800:#343a40;
    --color-gray-900:#212529;
    
	
   
    
    --indev-font-1:'Roboto', sans-serif;
    --indev-font-2:'Source Sans Pro', sans-serif;
    --indev-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --indev-body-font-family:var(--bs-font-sans-serif);
    --indev-body-font-size:14px;
	 --indev-body-font-size-small:12px;
    --indev-body-font-weight:400;
    --indev-body-line-height:24px;
    --indev-body-color:#363636;
    --indev-body-bg:#ffffff;
}
*,::after,::before{
    box-sizing:border-box
}

body {
  color: var(--indev-body-color);
  font-family: var(--indev-font-1);
  line-height: var(--indev-body-line-height);
  font-weight: var(--indev-body-font-weight);
  padding: 0px;
  margin: 0px;
  overflow-x: hidden;
  font-size: var(--indev-body-font-size);
}
/*===Heading & Title====*/
a{
	transition:all .3s ease-in-out;
}
h1, h2, h3, h4, h5, h6 {
  font-family: var(--indev-font-2);
  color: var(--color-gray-800);
}

h1 {
  font-size: 32px;
  line-height: 37px;
  font-weight: 700;
}

h2 {
  font-size: 28px;
  line-height: 33px;
  font-weight: 700;
}

h3 {
  font-size: 26px;
  line-height:31px;
  font-weight: 700;
}

h4 {
  font-size: 23px;
  line-height:28px;
  font-weight: 700;
}

h5 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
}

h6 {
  font-size: 17px;
  line-height: 22px;
  font-weight: 700;
}
.card {
    border-radius: 4px;
}
.header {
    box-shadow: 0px 0px 8px rgb(0 0 0 / 10%);
}
.main-topnav {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo-bar {
    display: inline-flex;
    width: auto;
    align-items: center;
}
@media only screen and (max-width:991px){
	.logo-bar h4 {
		font-size: 17px;
		line-height: 18px;
	}
	.main-topnav .auth-btn {
		min-width: 100px;
	}
}


.header-title{
	position: relative;
	margin-bottom: 30px;
}
.header-title > small {
    color: #7a7a7a;
    font-weight: normal;
}
.header-title::after {
    display: inline-block;
    content: "";
    border-top: 3px solid var(--color-secondary);
    width: 40px;
    transform: translateY(6px);
    position: absolute;
    left: 0;
    top: 100%;
	
}
h2.header-title{
	color:var(--color-primary);
	position: relative;
	margin-bottom: 30px;
}
h2.header-title::after {
    display: inline-block;
    content: "";
    border-top: 3px solid var(--color-secondary);
    width: 40px;
    transform: translateY(6px);
    position: absolute;
    left: 0;
    top: 100%;
	
}
p{
  font-size: var(--indev-body-font-size);
}

/*===Text Colors====*/
.text-primary{
	color:var(--color-primary) !important;
}

/*===Forms CSS====*/
.form-outline .trailing {
    right: 18px;
	color: var(--color-secondary);
}
.form-outline .form-control, .input-group>.form-control {
    min-height: auto;
    padding: 8px 12px;
	height: auto;
}
.form-outline .form-control~.form-label {
    padding-top: 10px;
}
.form-check {
    min-height: 1.5rem;
    margin-top: 9px;
}
.form-radio-container > .form-label{
	margin-right: 12px;
}
.invalid-feedback {
    color: #c20606;
    margin-top: -0.75rem;
    font-size: 13px !important;
}
.form-outline .form-control.is-invalid~.form-notch .form-notch-leading, .form-outline .form-control.is-invalid~.form-notch .form-notch-middle, .form-outline .form-control.is-invalid~.form-notch .form-notch-trailing, .form-select.is-invalid, .was-validated .form-outline .form-control:invalid~.form-notch .form-notch-leading, .was-validated .form-outline .form-control:invalid~.form-notch .form-notch-middle, .was-validated .form-outline .form-control:invalid~.form-notch .form-notch-trailing, .was-validated .form-select:invalid {
    border-color: #d63030;
}
.form-outline .form-control.is-invalid~.form-label, .was-validated .form-outline .form-control:invalid~.form-label {
    color: #f30a0a;
}
.form-check-input.is-invalid~.form-check-label, .was-validated .form-check-input:invalid~.form-check-label {
    color: #f40a0a;
}
.valid-feedback {
    width: auto;
    color: #08893c;
    margin-top: -0.75rem;
    font-size: 13px;
}
.form-outline .form-control.is-valid~.form-notch .form-notch-leading, .form-outline .form-control.is-valid~.form-notch .form-notch-middle, .form-outline .form-control.is-valid~.form-notch .form-notch-trailing, .form-select.is-valid, .was-validated .form-outline .form-control:valid~.form-notch .form-notch-leading, .was-validated .form-outline .form-control:valid~.form-notch .form-notch-middle, .was-validated .form-outline .form-control:valid~.form-notch .form-notch-trailing, .was-validated .form-select:valid {
    border-color: #498561;
}
.valid-feedback {
    display: none !important;
}
.form-control.is-valid, .was-validated .form-control:valid, .form-control.is-invalid, .was-validated .form-control:invalid{
    margin-bottom: 0.8rem;
}
 .form-control.dob {
    pointer-events: none;
}
.form-control{
   margin-bottom: 0.8rem;
}
.input-group .form-control{
   margin-bottom: 0rem;
}
.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4), .input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu), .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    z-index: 0;
}
.form-control:focus {

   position: relative;

}
#msform .form-outline .form-control.active~.form-notch .form-notch-middle, #msform .form-outline .form-control:focus~.form-notch .form-notch-middle{
    min-width: 90px !important;
}
hr {
    background-color: #c6c6c6;
}
/* Card Design */
.card {
    border: 0;
    -webkit-box-shadow:  0 4px 11px 4px rgb(0 0 0 / 4%), 0 4px 6px 2px rgb(0 0 0 / 5%);
    box-shadow: 0 4px 11px 4px rgb(0 0 0 / 4%), 0 4px 6px 2px rgb(0 0 0 / 5%);
}
/* Datepicker */
.datepicker-date {
    height: auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 16px;
}
.datepicker-toggle-button {
    right: -4px;
}
/* Breadcumb Design */
.breadcumb-container{
	background: #fff;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
    margin-bottom: 25px;
    padding: 0;
}
.page-title-box .page-title {
  font-size: 1.25rem;
  margin: 0;
  line-height: 75px;
  color: var(--ct-gray-900);
}
.page-title-box .page-title-right {
  float: right;
  margin-top: 22px;
}
.page-title-box .breadcrumb {
  padding-top: 5px;
}
.page-title-box .breadcrumb .breadcrumb-item a {
    color: var(--color-gray-500);
}
.page-title-box .breadcrumb .breadcrumb-item a:hover {
    color: var(--color-secondary);
}
.page-title-box .breadcrumb .breadcrumb-item.active {
    color: var(--color-primary);
}
@media (max-width: 767.98px) {
  .page-title-box .page-title {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 70px;
  }
  .page-title-box .breadcrumb {
    display: none;
  }
}
@media (max-width: 640px) {
  .page-title-box .page-title-right {
    display: none;
  }
}
@media (max-width: 419px) {
  .page-title-box .breadcrumb {
    display: none;
  }
}

/* Buttons */
.btn {
    text-transform: none;
	font-size: var(--indev-body-font-size);
    line-height: var(--indev-body-line-height);
	padding: 0.567rem 1.5rem 0.5rem;
}

.btn-xs {
    padding: 0.3rem 1rem;
    font-size: var(--indev-body-font-size-small);
}
.btn-primary, .btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: var(--color-primary);
	transition:all .3s ease-in-out;
}
.btn-primary:hover {
    color: #fff;
    background-color: var(--color-secondary);
}

.btn-secondary, .btn-secondary.focus, .btn-secondary:focus {
    color: #fff;
    background-color: var(--color-secondary);
	transition:all .3s ease-in-out;
}
.btn-secondary:hover {
    color: #fff;
    background-color: var(--color-primary);
}


.btn-link {
    color: #747474;
}
.btn-link:hover {
    color: var(--color-black);
}
/* Table */
.table {
    font-size: var(--indev-body-font-size);
}

.page-content {
    padding: 20px 0;
    display: block;
}

.login-bg{
	background: url("../images/login-bg.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size:cover;
	z-index: 0;
	
}

.login-bg:before{
	content: '';
	position: fixed;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	background: linear-gradient(315deg, rgb(3 77 162) 3%, rgb(139 196 74) 38%, rgb(68 201 246) 68%, rgb(252 196 5) 98%);
    animation: gradient 15s ease infinite;
    background-size: 400% 400%;
	z-index: -1;
	opacity: .9;
	
}
@keyframes gradient {
    0% {
        background-position: 0% 0%;
    }
    50% {
        background-position: 100% 100%;
    }
    100% {
        background-position: 0% 0%;
    }
}

/* Menu */
.top-rightmenu{
	display: flex;
	align-items: center;
	margin-left: auto;
}
.top-menu{
	list-style: none;
	display: flex;
	margin: 0;
}
.top-menu>li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    flex: 0 0 auto;
    position: relative;
	padding: 10px 0;
}
.top-menu li > a{
	padding: 12px 10px;
	text-decoration: none;
	color: #535353;
	position: relative;
}

.top-menu li > ul > li > a {
    display: block;
	padding: 8px 10px;
    border-bottom: 1px solid #eee;
}
.top-menu li > ul > li:last-child > a {
    border-bottom: none;
}
.top-menu li.has-menu > a {
    padding-right: 25px;
}
.top-menu li.has-menu > a:before {
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    display: inline-block;
    color: #686868;
    font-weight: 900;
    position: absolute;
    right: 7px;
	
}
.top-menu li>ul {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: relative;
    z-index: 1;
    padding: 0.5rem 0;
    margin-left: 1.5rem;
	list-style: none;
	margin: 0;
    padding: 0;
	min-width: 222px;
}
.top-rightmenu .auth-btn{
	min-width: 100px;
}
.profile-info {
    display: inline-block;
    margin-left: 15px;
	position: relative;
}
.profile-view {
    display: flex;
    align-items: center;
}
.profile-info ul {
    list-style: none;
    background: #fff;
    min-width: 176px;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 20%);
    padding: 4px;
	border-radius: 4px;
}
.profile-info ul li a {
        border-bottom: 1px solid #eee;
    display: flex;
    width: 100%;
    padding: 6px 10px;
    align-items: center;
    color: #636363;
}
.profile-info ul li a > i {
	margin-right: 5px;
    display: inline-block;
    min-width: 20px;
    text-align: center;
    color: var(--color-primary);
}
.profile-info ul li:last-child a{
    border-bottom: none;
}
.profile-view .profile-data {
    margin-left: 5px;
}
.profile-view h5 {
    font-size: 15px;
    margin: 0;
	line-height: 17px;
	margin-bottom: 4px;
}
.profile-view p {
    font-size: 13px;
    margin: 0;
	line-height: 15px;
}
.profile-view .profile-img {
    display: inline-block;
    width: 47px;
    height: 47px;
    border: 1px solid #eee;
    border-radius: 50%;
}
.profile-mobile-view{
	display: none;
}

@media only screen and (min-width:992px){
	.top-menu li>ul {
		list-style: none;
		position: absolute;
		height: auto !important;
		top: 100%;
		width: 100%;
		z-index: 999;
		left: auto;
		right: auto;
		padding: 0;
		display: none;
		margin: 0;
		background: #fff;
		-webkit-border-radius: 0.25rem;
		border-radius: 0.25rem;
		-webkit-box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -2px rgb(0 0 0 / 5%);
		box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -2px rgb(0 0 0 / 5%);
		-webkit-animation: menu-sub-dropdown-animation-fade-in .3s ease 1,menu-sub-dropdown-animation-move-up .3s ease 1;
		animation: menu-sub-dropdown-animation-fade-in .3s ease 1,menu-sub-dropdown-animation-move-up .3s ease 1;
	}
	.top-menu li:hover>ul {
		display: block;
		-webkit-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}
}



@media only screen and (max-width:991px){
	.profile-mobile-view{
		display: block;
	}
	.profile-web-view{
		display: none;
	}
	.menu-rightdata {
		display: flex;
		align-items: center;
	}
	.main-topnav {
		width: 100%;
	}
	.top-menu li.has-menu > a:before {
		right: 13px;
	}
	.has-menu > a[aria-expanded="true"] {
		color: var(--color-primary);
		background: rgb(154 154 154 / 8%);
	}
	.top-rightmenu {
		display: block;
		margin-left: 0;
	}
	.top-menu {
		list-style: none;
		display: block;
		margin: 10px 0 !important;
		padding: 0;
	}
	.top-menu > li{
		padding: 0;
	}
	.top-menu li > a {
		padding: 8px 10px;
        border-bottom: 1px solid #eee;
		display: block;
	}
	.top-menu > li > a {
		font-weight: 500;
	}
	.top-menu li > ul > li a {
		padding-left: 25px;
	}
	.top-menu li > ul > li:not(.has-menu) a:before {
		 content: '\f105';
		font-family: 'Font Awesome 5 Free';
		display: inline-block;
		color: #686868;
		font-weight: 900;
		position: absolute;
		left: 7px;
	}
	.top-menu li > ul > li:last-child > a {
		border-bottom: 1px solid #eee;
	}
	.top-menu li>ul {
		position: relative;
		display: block;
	}
	
}
@keyframes menu-sub-dropdown-animation-fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes menu-sub-dropdown-animation-move-up {
    from {
        margin-top: 0.75rem;
    }
    to {
        margin-top: 0;
    }
}
@keyframes menu-sub-dropdown-animation-move-down {
    from {
        margin-bottom: 0.75rem;
    }
    to {
        margin-bottom: 0;
    }
}

.cubes{
    position: fixed;
    top: 0;
    left: 0;
    z-index: -2;
}
.cube {
  position: absolute;
  top: 80vh;
  left: 45vw;
  width: 10px;
  height: 10px;
  border: solid 1px #fff;
  transform-origin: top left;
  transform: scale(0) rotate(0deg) translate(-50%, -50%);
  -webkit-animation: cube 12s ease-in forwards infinite;
          animation: cube 12s ease-in forwards infinite;
}
.cube:nth-child(2n) {
  border-color: #fff;
}
.cube:nth-child(2) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  left: 25vw;
  top: 40vh;
}
.cube:nth-child(3) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
  left: 75vw;
  top: 50vh;
}
.cube:nth-child(4) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
  left: 90vw;
  top: 10vh;
}
.cube:nth-child(5) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
  left: 10vw;
  top: 85vh;
}
.cube:nth-child(6) {
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
  left: 50vw;
  top: 10vh;
}

@-webkit-keyframes cube {
  from {
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    opacity: 1;
  }
  to {
    transform: scale(20) rotate(960deg) translate(-50%, -50%);
    opacity: 0;
  }
}

@keyframes cube {
  from {
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    opacity: 1;
  }
  to {
    transform: scale(20) rotate(960deg) translate(-50%, -50%);
    opacity: 0;
  }
}

@keyframes wave {
    2% {
        transform: translateX(1);
    }

    25% {
        transform: translateX(-25%);
    }

    50% {
        transform: translateX(-50%);
    }

    75% {
        transform: translateX(-25%);
    }

    100% {
        transform: translateX(1);
    }
}
/* Main Menu*/

.navbar {
    box-shadow: none;
    padding-top: 0;
}

/* Login */

.login-box{
	border-radius:6px;
	box-shadow:0px 0px 15px rgba(0,0,0,.2);
	margin-bottom: 20px;
	background: url("../images/bg-information.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
}

.login-form{
	padding: 25px 30px;
}
.login-container{
	background: #fff;
	padding: 20px;
}
.forgot-pass{
	margin-top: 17px;
	display: block;
}
.login-form a{
	color:#000;
}
.login-form a:hover{
	color:var(--color-primary);
}
.register_now {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 14px;
    color: #a1a0a0;
}

.register_now a {
    margin-left: 5px;
    color: var(--color-secondary);
}
.captcha-div{
	display: flex;
	justify-content: space-between;
	margin-bottom: 0.8rem;
}
.captcha-img {
	border: 1px solid #bdbdbd;
	border-radius: 4px;
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	border-right: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.captcha-img img {
	max-width: 89px;
}
.reload-captcha {
	padding: 7px;
	border: 1px solid #bdbdbd;
	width: 41.6px;
	height: 41.6px;
	border-radius: 4px;
	line-height: 29px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-left: none;
}
@media only screen and (min-width:768px){
	.login-container{
		margin-left: 50%;
	}
	.login-box{
		max-width: 700px;
		margin: 0 auto;
		margin-bottom: 40px;
	}
}
.login-box {
    margin-top: 40px;
	margin-bottom: 90px;
}

/* Footer */

.footer {
    font-size: 14px;
	position: relative;
	z-index: 0;
}
.footer.fixed-footer {
    position:relative;
	left:0;
	bottom:0;
	width: 100%;
}
.footer:before {
    content:'';
    background: var(--color-black);
	z-index: -1;
	position: absolute;
	bottom: 0;
	left:0;
	width: 100%;
	height: 100%;
	opacity: 1;
}
body.login-bg .footer.fixed-footer{
	 position:fixed;
}
body.login-bg .footer:before {
	opacity: .5;
}
.footer footer{
	padding: 12px;
	display: flex;
	justify-content: space-between;
}
.footer footer{
	color:#fff;
}
.footer footer a{
	color:#fff;
}
.footer footer span, .footer footer a{
	color:var(--color-secondary);
}
 .footer footer a:hover{
	  color: #86c849;
}
@media only screen and (max-width:991px){
	.footer.fixed-footer {
		position: relative;
	}
	.login-box {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.footer footer{
		display: block;
	}
}
/*Sidebar Design */
.sidebar-box{
	padding:12px;
	border-radius: 6px;
	box-shadow: 0px 0px 15px rgb(0 0 0 / 20%);
	background: var(--color-primary);
}
.sidebar-box .main-title{
	color: #fff;
	border-bottom: 1px solid #fb6363;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
ul.section-list {
	list-style: none;
	padding: 0;
}
ul.section-list li{
	margin-right: 25px;
	transition:all .3s ease-in-out;
	margin-bottom: 5px;
}

ul.section-list li a{
	width: 100%;
	padding: 0px 30px 0px 15px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	transition: all .3s ease-in-out;
	position: relative;
	z-index: 1;
	overflow: hidden;
	min-height: 84px !important;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
ul.section-list li a:before{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background: #fff;
	left:0;
	top:0;
	z-index: -1;
	transition:all .3s ease-in-out;
}
ul.section-list li a h6 {
	line-height: 17px;
	color: #000;
	margin-bottom: 5px;
	transition:all .3s ease-in-out;
}
ul.section-list li a p {
	line-height: 14px;
	font-size: 12px;
	color: #888888;
	margin-bottom: 0;
	transition:all .3s ease-in-out;
}			
ul.section-list li.active a {
	box-shadow: 0px 0px 7px rgb(0 0 0 / 20%);
	background: #000;
}
ul.section-list li.active {
	margin-right: 0;
}
ul.section-list li:hover{
	margin-right: 0;			
}
ul.section-list li a:hover:before {
	background: linear-gradient(45deg, #ed0b0b, #3e0303);
}
ul.section-list li.active a:before{
	background: #000;
}
ul.section-list li.active a h6, ul.section-list li.active p, ul.section-list li a:hover h6, ul.section-list li a:hover p{
	color:#fff
}

/* main Session Card */
.main-session-box{
	background:#612250;
	padding:25px;
	display: flex;
	border-radius: 6px;
}
.main-session-box h2, .main-session-box h4{
	color:#fff;
}
.main-session-box h4.title-top{
	font-weight: 400;
	margin-bottom: 30px;
	text-transform: none;
}
.main-session-box .dots{
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.main-session-box .dots span{
	display:block;
	margin: 3px;
	width:20px;
	height: 20px;
	border-radius: 50%;
	background: #fff;
}
.main-session-box .marker-img{
	display:block;
}
.main-session-box h4{
	font-weight: bold;
	margin-bottom: 30px;
	color:#fff;
	text-transform: uppercase;
	margin-top: 25px;
}
.main-session-box .orders-list p{
	color:#fff;
	font-size:20px;
	margin-top: 25px;
}
.main-session-box .orders-list{
	display: block;
	text-align: left;
	color:#fff;
	font-size:15px;
	margin-top: 25px;
}
.main-session-box .orders-list ol{
	padding-left: 20px;
}
.main-session-box .key-contents{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	min-width: 50%;
	max-width: 50%;
	background: #f5f5f5;
	padding: 50px 50px;
	border-radius: 6px;
	margin-left: 15px;
}
.main-session-box .orders-list-right{
	display: block;
	text-align: left;
	color:#000;
	font-size:15px;
	margin-top: 25px;
}
.main-session-box .orders-list-right ol{
	padding-left: 20px;
}
.bottom-buttons{
	border-top:1px solid #eee;
	padding-top: 15px;
	margin-top: 15px;
}

/* Inner session */
.main-session-inner-box{
	background:#f5f5f5;
	padding:25px;
	display: block;
	border-radius: 6px;
}
.main-session-inner-box.white-bg{
	background:#fff;
	padding:25px 0px;
	display: block;
	border-radius: 6px;
}
.main-session-inner-box > img {
    max-width: 616px;
    margin: 0 auto;
    display: block;
}
.main-session-inner-box .cursive-style {
    font-weight: 500;
    font-family: cursive;
}
.main-session-inner-box .bg-style{
	display: inline-block;
	padding: 12px;
	padding-right: 27px;
	color: #fff;
	background: var(--color-primary);
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	margin-bottom: 25px;
}
.main-session-inner-box .info-box {
    background: #f5f5f5;
	padding: 20px;
	border-radius: 6px;
}
.main-session-inner-box .warning-box {
    background: #fdc609;
	padding: 20px;
	border-radius: 6px;
}
.main-session-inner-box .warning-box h5, .main-session-inner-box .info-box h5 {
    color: #000;
	background: none;
	padding: 0;
	margin-bottom: 15px;
}

.main-session-inner-box .note-box{
	display: flex;
    align-items: center;
    background: #000;
    border-radius: 6px;
    padding: 15px;
    margin-top: 20px;
	margin-bottom: 20px;
	
}
.main-session-inner-box .note-box h6{
	margin: 0;
	margin-left: 12px;
	color: #fff;
	
}
.main-session-inner-box .note-box img{
	max-width: 40px;
	filter: brightness()
	
}
/* Step Form */
#msform {
	position: relative;
	margin-top: 20px
}

#msform fieldset {
	background: transparent;
	border: 0 none;
	border-radius: 0;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding-bottom: 20px;
	position: relative;
}

#msform fieldset:not(:first-of-type) {
	display: none
}

.fieldlabels {
	color: gray;
	text-align: left
}

#progressbar {
	margin-bottom: 0px;
	overflow: hidden;
	color: lightgrey;
	counter-reset: step;
	z-index: 1;
	position: relative;
	padding-left: 0;
	margin-bottom: 15px;
	text-align: center;
	display: flex;
	justify-content: space-between;
}

#progressbar .active {
	color: #000000
}

#progressbar li {
	list-style-type: none;
	font-size: 12px;
	width: 100%;
	position: relative;
	font-weight: normal
}

#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	font-size: 12px;

}

#progressbar li:before {
	width: 44px;
	height: 44px;
	line-height: 40px;
	display: block;
	color: #ffffff;
	background: lightgray;
	border-radius: 50%;
	margin: 0 auto 0px auto;
	padding: 2px;
	cursor: pointer;
}

#progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: lightgray;
	position: absolute;
	left: 0;
	top: 22px;
	z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
	background: #000000
}
#progressbar li.active:before {
	background: var(--color-primary);
	color: #ffffff;
}

.dashboard-menus{
    padding: 0;
}
.dashboard-menus {
    background: var(--color-primary);
}
.dashboard-menus ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}
.dashboard-menus li {
    width: 34%;
}
.dashboard-menus ul li a {
    display: block;
    width: 100%;
    background: rgb(80 80 80 / 61%);
    padding: 20px 0;
    padding-top: 13px;
    border-bottom-left-radius: 70%;
    text-align: center;
    border-bottom-right-radius: 70%;
    color: #fff;
    transition: all .3s ease-in-out;
	margin-bottom: 10px;
}
.dashboard-menus ul li.active a, .dashboard-menus ul li a:hover {
    background: var(--color-secondary);
	box-shadow: 0px 0px 11px rgb(0 0 0 / 53%);
}
.filter-box, .filter-logo {
    border: 1px dashed #eee;
    padding: 15px 25px;
	margin-bottom: 25px;
	background: linear-gradient(45deg, #efffea, rgb(191 241 255 / 21%));
}
.filter-logo img {
    width: auto !important;
    max-height: 87px;
    text-align: center;
    display: block !important;
    margin: 0 auto;
}
@media only screen and (max-width:991px){
	.filter-box .col{
		width: 100%;
		min-width: 100%;
	}
}
.statics fieldset{
	border: 1px solid #eeeeee;
	border-radius: 3px;
	padding: 10px 20px;
	margin-bottom: 30px;
	position: relative;
	margin-bottom: 25px;
	box-shadow: 0px 0px 5px rgba(0,0,0,.1);
}
.statics fieldset legend {
	display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: #767676;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #eee;
}
.statics fieldset legend span.comparision {
    font-size: 13px;
}
.statics fieldset p {
    margin-bottom: 0px;
}
.statics-box{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.statics-box .statics-left h3{
	color:var(--color-secondary);
	margin-bottom: 0;
}
.statics-box .statics-right .statics-icon{
	display:flex;
	align-items: center;
	justify-content: center;
	width:65px;
	height: 65px;
	min-width: 65px;
	border: 1px solid #eee;
	border-radius: 50%;
}
.statics-box .statics-right .statics-icon i{
	font-size:24px;
	color:var(--color-primary);
}

.statics .statics-data ul{
    list-style: none;
    padding: 0;
    border-top: 1px solid #f8f8f8;
    padding-top: 10px;
	margin-bottom: 0;
	margin-top: 10px;
}
.statics .statics-data li {
    display: flex;
    justify-content: space-between;
    align-items: center;
	font-size: 12px;
    color: #9d9b9b;
}
.statics .statics-data li .progress{
   min-width: 100px;
}
.statics .statics-data li .progress .progress-bar{
   opacity: .7;
}
@media only screen and (min-width:991px){
	.chart-div{
		height: 250px;
	}
	.map-div{
		height: 631px;
	}
}

.main-slider-nav {
    background: #eee;
    padding: 10px;
    margin-bottom: 25px;
    border-radius: 4px;
}
.main-slider-nav ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
	padding: 0;
    margin: 0;
	justify-content: flex-end;
}
.main-slider-nav ul li a {
    display: inline-block;
    padding: 8px;
    background: var(--color-gray);
    color: #fff;
    border-radius: 4px;
    margin-right: 5px;
    min-width: 120px;
    text-align: center;
}
.main-slider-nav ul li.active a {
    background: var(--color-primary);
}

.main-slider-navigations {
    padding-top: 33px;
}
