@charset "utf-8";

/* CSS Document */

html {
	scroll-behavior: smooth;
}

body {
	padding: 0;
	margin: 0;
	background: #fff;
	width: 100%;
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
}

p {
	padding: 0;
	margin: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

.img-responsive {
	display: block;
	height: auto;
}

.clearfix {
	clear: both;
	display: block;
	/* overflow: hidden; */
	visibility: hidden;
	width: 0;
}

img {
	max-width: 100%;
	height: auto;
}

/*.container {
	max-width: 1200px;
	margin: 0 auto;
}*/

ol,
dl,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	/*font-weight: 400;*/
	;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	word-wrap: break-word;
	font-family: 'Roboto', sans-serif;
}

a:focus {
	outline: none;
}

:focus {
	outline: none;
}

.btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: none !important;
	text-decoration: none;
}

hr {
	float: left;
	display: block;
	height: 0.1px;
	width: 100%;
	background-color: #dadada;
	margin: 10px 0;
}

.dropdown:hover .dropdown-menu {
	display: block;
	-webkit-animation: fadeInUp 400ms;
	animation: fadeInUp 400ms;
	margin-top: -1px;
}

b,
strong {
	font-weight: 600;
}

.dropdown:hover .dropdown-menu {
	display: block;
	-webkit-animation: fadeInUp 400ms;
	animation: fadeInUp 400ms;
	margin-top: -1px;
}

.paragrapg {
	font-size: 15px;
	color: #022044;
	padding-bottom: 15px;
	line-height: 26px;
	font-weight: 500;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

	ul li {
		font-size: 14px;
		color: #3c3c3c;
		line-height: 34px;
		font-weight: 500;
	}

		ul li a {
			font-size: 14px;
			color: #3c3c3c !important;
			line-height: 28px;
			font-weight: 500;
			text-decoration: none !important;
		}
/*=================== // body // ====================*/

.btn .bx {
	vertical-align: inherit;
	margin-top: -3px;
	font-size: 1.15rem;
}

.form-control {
	height: 50px;
	padding: 0.5rem 1.5rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	font-weight: 500;
}

.btn {
	font-size: 14px !important;
	padding: 5px 15px;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
}

.bx.icon-single {
	font-size: 1.5rem;
}

.form-inline .form-control {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.form-inline .btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {
}
/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
	.form-inline .form-control {
		width: 210px;
	}
}
/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
	.form-inline .form-control {
		width: 440px;
	}
}
/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
	.form-inline .form-control {
		width: 600px;
	}
}

.sub-menu.navbar-light .navbar-nav .active > .nav-link,
.sub-menu.navbar-light .navbar-nav .nav-link.active,
.sub-menu.navbar-light .navbar-nav .nav-link.show,
.sub-menu.navbar-light .navbar-nav .show > .nav-link {
	border-bottom: 2px solid #f19446 !important;
	color: #f19446 !important;
}

.navbar .navbar-toggler {
	border: none;
}

.navbar-light .navbar-toggler:focus {
	outline: none;
}

.navbar {
	padding: 1rem;
}

.main-menu {
	position: relative;
	z-index: 3;
}

.sub-menu {
	position: relative;
	z-index: 2;
	padding: 0 1rem;
}
/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
	.sub-menu {
		padding: 0 1rem;
	}

		.sub-menu.navbar-expand-md .navbar-nav .nav-link {
			padding: 12px 25px;
		}
}

.navbar.bg-light {
	background: #fff !important;
	box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
}

.user-dropdown .nav-link {
	padding: 0.15rem 0;
}

#sidebar {
	background: #fff;
	height: 100%;
	left: -100%;
	top: 0;
	bottom: 0;
	overflow: auto;
	position: fixed;
	transition: 0.4s ease-in-out;
	width: 84%;
	z-index: 5001;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
	padding: 1.25rem 1rem 1rem;
}

	#sidebar.active {
		left: 0;
	}

	#sidebar .sidebar-header {
		background: #fff;
		border-bottom: 1px solid #e4e4e4;
		padding-bottom: 1.5rem;
	}

	#sidebar ul.components {
		padding: 20px 0;
		border-bottom: 1px solid #e4e4e4;
		margin-bottom: 40px;
	}

	#sidebar ul p {
		color: #fff;
		padding: 10px;
	}

	#sidebar ul li a {
		padding: 10px 16px;
		font-size: 1.1em;
		display: block;
		color: #000;
	}

		#sidebar ul li a:hover {
			color: #7386d5;
			background: #fff;
		}

	#sidebar ul li.active > a,
	#sidebar a[aria-expanded="true"] {
		color: #007bff;
		background: #e6f2ff;
		border-radius: 6px;
	}

a[data-toggle="collapse"] {
	position: relative;
}

#sidebar .links .dropdown-toggle::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}
/* section {
  padding: 6rem;
  background: #e4e4e4;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
 */

.overlay {
	background: rgba(0, 0, 0, 0.7);
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	z-index: -1;
	width: 100%;
	opacity: 0;
}

	.overlay.visible {
		opacity: 1;
		z-index: 5000;
	}
/* .mobiHeader .menuActive~.overlay {
    opacity: 1;
    width: 100%;
} */

ul.social-icons {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
}

	ul.social-icons li {
		display: inline-block;
		margin-right: 0px;
		margin-bottom: 0;
	}

#sidebar ul.social-icons li a {
	font-size: 24px;
}

.utility-nav {
	background: #f19446;
	padding: 0.5rem 1rem;
}

	.utility-nav p {
		margin-bottom: 0;
		color: #fff;
		font-weight: 500;
		font-size: 13px;
	}

		.utility-nav p a {
			font-size: 13px;
			color: #fff !important;
			font-weight: 400;
			text-decoration: none !important;
		}

.search-bar {
	position: relative;
	z-index: 2;
	box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
}

	.search-bar .form-control {
		width: calc(100% - 45px);
	}

.avatar {
	border-radius: 50%;
	width: 4.5rem;
	height: 4.5rem;
	margin-right: 8px;
}

	.avatar.avatar-xs {
		width: 2.25rem;
		height: 2.25rem;
	}

.user-dropdown .dropdown-menu {
	left: auto;
	right: 0;
}

.icon_size {
	font-size: 18px !important;
}

.utility-nav li {
	display: inline-block;
	margin: 0 8px;
}

.navbar-light .navbar-brand {
	color: rgba(0, 0, 0, .9);
	width: 15%;
}

.user_icon {
	width: 70%;
}

.cart_box {
	background-color: #ffb100;
}

	.cart_box img {
		width: 28%;
	}

.badge {
	display: inline-block;
	padding: 0;
	font-size: 11px;
	font-weight: 400;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.badge-danger {
	color: #fff;
	background-color: transparent;
}

.btn-link:hover {
	color: #0056b3;
	text-decoration: none;
}

.srch_box {
	width: 100%;
	margin: 0 auto;
	position: relative;
	margin-right: 30px;
}

.srch_input {
	font-size: 13px;
	color: #000;
	float: left;
	width: 100%;
	padding: 8px 50px 8px 10px;
	border: 1px solid #d1d1d1;
}

.srch_icon {
	padding: 6px 10px;
	position: absolute;
	top: 0;
	right: 0;
}

	.srch_icon i {
		color: #F00;
		font-size: 16pt;
	}

.navbar-light .navbar-nav .nav-link {
	color: #000 !important;
	font-weight: 500;
	font-size: 16px;
}

	.navbar-light .navbar-nav .nav-link:focus,
	.navbar-light .navbar-nav .nav-link:hover {
		color: #f28427 !important;
	}

	.navbar-light .navbar-nav .active > .nav-link,
	.navbar-light .navbar-nav .nav-link.active,
	.navbar-light .navbar-nav .nav-link.show,
	.navbar-light .navbar-nav .show > .nav-link {
		color: #f28427 !important;
	}

.nav_bg_color {
	background-color: #0664d2 !important;
}

.btn-primary {
	color: #fff !important;
	padding: 6px 15px;
	background-color: #4f2e73 !important;
	border-color: #4f2e73 !important;
}

	.btn-primary:hover {
		color: #fff;
		background-color: #6f29bb !important;
		border-color: #6f29bb !important;
	}

	.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
		color: #fff;
		background-color: #6f29bb !important;
		border-color: #6f29bb !important;
	}
/* search css start */

.header-search-wrapper,
.header-search-wrapper2 {
	float: right;
	position: relative;
	display: none;
}

/* .search-main,
.search-main2 {
	display: block;
	line-height: 33px;
	padding: 0 10px;
	cursor: pointer;
	color: #f19446;
	background: none;
	border: 1px solid #a5a5a5;
	margin-left: 10px;
	border-radius: 4px;
} */

.search-main {
	display: block;
	line-height: 22px;
	padding: 0 10px;
	cursor: pointer;
	color: #f19446;
	background: none;
	border: 1px solid #a5a5a5;
	margin-left: 10px;
	border-radius: 4px;
	width: 32px;
	height: 32px;
	padding: 5px;
	text-align: center;
}

.search-main2 {
	display: block;
	line-height: 22px;
	padding: 0 10px;
	cursor: pointer;
	color: #f19446;
	background: none;
	border: 1px solid #a5a5a5;
	margin-left: 10px;
	border-radius: 4px;
	width: 32px;
	height: 32px;
	padding: 3px;
	text-align: center;
}

.admin_pointer {
	width: 9px;
	height: 9px;
	background-color: #fcc700;
	border-radius: 50%;
	position: absolute;
	top: -2px;
	left: 6px;
}

.header-search-wrapper .search-form-main {
	background: #fff none repeat scroll 0 0;
	-webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, .15);
	box-shadow: 1px 1px 7px rgba(0, 0, 0, .15);
	border-top: 2px solid #408c40;
	padding: 10px;
	position: absolute;
	right: 0;
	top: 124%;
	width: 300px;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
}

.header-search-wrapper2 .search-form-main2 {
	background: #fff none repeat scroll 0 0;
	-webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, .15);
	box-shadow: 1px 1px 7px rgba(0, 0, 0, .15);
	border-top: 2px solid #408c40;
	padding: 10px;
	position: absolute;
	right: 0;
	top: 124%;
	width: 200px;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
}

.search-form-main.active-search,
.search-form-main2.active-search2 {
	opacity: 1;
	visibility: visible;
}

.header-search-wrapper .search-form-main {
	border-top-color: #f19446;
}

.header-search-wrapper2 .search-form-main2 {
	border-top-color: #4f2e73;
}

	.header-search-wrapper .search-form-main:before,
	.header-search-wrapper2 .search-form-main2:before {
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-bottom: 10px solid #408c40;
		content: "";
		position: absolute;
		right: 6px;
		top: -10px;
	}

.header-search-wrapper .search-form-main:before {
	border-bottom-color: #f19446;
}

.header-search-wrapper2 .search-form-main2:before {
	border-bottom-color: #4f2e73;
}

.header-search-wrapper .search-form-main .search-field,
.header-search-wrapper2 .search-form-main2 .search-field2 {
	border-radius: 0;
	padding: 5px 10px;
	width: 100%;
	float: left;
	border: 1px solid #f19446;
	font-size: 14px;
	color: #282828;
	font-weight: normal;
	height: 36px;
}

.header-search-wrapper .search-form-main .search-submit,
.header-search-wrapper2 .search-form-main2 .search-submit2 {
	border: medium none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 10pt;
	color: #fff;
	/* float: left;
	padding: 10px 5px; */
	width: 25%;
	height: 36px;
	background: #f19446;
}

.header-search-wrapper label {
	display: inline-block;
	/* max-width: 100%; */
	margin-bottom: 0px;
	font-weight: normal;
	float: left;
	width: 75%;
}
/* search css end */

.navbar h6 {
	font-size: 11px;
	color: #2e2e2e;
	font-weight: 500;
	display: inline-block;
}

.dropdown-divider {
	height: 0;
	margin: 0;
	overflow: hidden;
	border-top: 1px solid #e9ecef;
}

.btn-success:hover {
	color: #fff;
	background-color: #4f2e73;
	border-color: #4f2e73;
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
	color: #fff;
	background-color: #4f2e73;
	border-color: #4f2e73;
}

.desktop_view, .desktop_view02 {
	display: block;
}

.mobile_view, .mobile_view02 {
	display: none;
}
/* ===================================================================================
	banner strat
====================================================================================== */

.banner {
	width: 100%;
	background-color: #f0f3f8;
	min-height: 700px;
	padding: 80px 0;
}

.banner_heading {
	font-size: 45px;
	color: #002046;
	font-weight: 600;
	padding: 10% 0 16%;
}

.heading01 {
	font-size: 24px;
	color: #002046;
	font-weight: 700;
}

.button01 {
	background: #ffffff;
	color: #4f2e73 !important;
	text-decoration: none !important;
	border: 2px solid #4f2e73;
	font-size: 14px;
	margin: 0;
	border-radius: 4px;
	padding: 8px 30px;
	display: inline-block;
	font-weight: 500;
	box-shadow: 0 2px 3px rgb(0 0 0 / 30%);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

	.button01:hover {
		background: #4f2e73;
		border: 2px solid #4f2e73;
		color: #fff !important;
	}

.button02 {
	background: #4f2e73;
	color: #fff !important;
	border: 2px solid #4f2e73;
	margin: 0 0 0 15px;
}

	.button02:hover {
		background: #ffffff;
		border: 2px solid #4f2e73;
		color: #4f2e73 !important;
	}

.button03 {
	background: #4f2e73;
	color: #fff !important;
	font-size: 14px;
	padding: 8px 15px;
	border: 2px solid #4f2e73;
	margin: 0;
}

	.button03:hover {
		background: #6930a7;
		border: 2px solid #4f2e73;
		color: #fff !important;
	}

.button04 {
	background: #4f2e73;
	color: #fff !important;
	border: 2px solid #4f2e73;
	margin: 0;
}

	.button04:hover {
		background: #6930a7;
		border: 2px solid #4f2e73;
		color: #fff !important;
	}
/* ===================================================================================
	section01 strat
====================================================================================== */

.section01 {
	width: 100%;
}

.section01_in {
	width: 100%;
	padding: 20px 30px;
	background-color: #4f2e73;
	border-radius: 10px;
	margin: -80px 0 0 0;
	z-index: 11;
}

.section01_left {
	width: 100%;
	display: flex;
	/* flex-direction: column; */
	justify-content: center;
	align-items: center;
}

.section01_pic {
	width: 32%;
	margin-right: 30px;
	float: left;
}
/* .section01_pic img {
	width: 23%;
} */

.section01 h4 {
	font-size: 24px;
	color: #fff;
	font-weight: 600;
}

	.section01 h4 span {
		color: #f19444;
	}

.section01_right {
	width: 100%;
	display: flex;
	justify-content: right;
	align-items: center;
	margin-top: 10px;
}

	.section01_right span {
		display: inline-block;
		line-height: 1;
		padding: 10px 15px;
		font-size: 40px;
		font-weight: 300;
		color: #1a2a6c;
		background: -webkit-linear-gradient(to right, #E684AE, #79CBCA, #77A1D3);
		background: linear-gradient(to right, #E684AE, #79CBCA, #77A1D3);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		-webkit-animation: hue 5s infinite linear;
		animation: hue 5s infinite linear;
		vertical-align: bottom;
	}

		.section01_right span > span {
			display: block;
			font-size: 15px;
			font-weight: 500;
			color: #fff;
			-webkit-text-fill-color: #fff;
			background: none;
		}

#days {
	font-size: 40px;
	text-align: center;
	font-weight: 700;
}

#hours {
	font-size: 40px;
	text-align: center;
	font-weight: 700;
}

#minutes {
	font-size: 40px;
	text-align: center;
	font-weight: 700;
}

#seconds {
	font-size: 40px;
	text-align: center;
	font-weight: 700;
}

@-webkit-keyframes hue {
	from {
		-webkit-filter: hue-rotate(0deg);
	}

	to {
		-webkit-filter: hue-rotate(-360deg);
	}
}

@keyframes hue {
	from {
		-webkit-filter: hue-rotate(0deg);
	}

	to {
		-webkit-filter: hue-rotate(-360deg);
	}
}
/* ===================================================================================
	section02 strat
====================================================================================== */

.section02 {
	width: 100%;
	padding: 80px 0;
	text-align: center;
}

.heading02 {
	font-size: 38px;
	color: #002046;
	font-weight: 700;
}

.course_panel {
	width: 100%;
	margin-top: 50px;
}

.course_card {
	width: 100%;
	border: 1px solid #d1d1d1;
	border-radius: 0 0 5px 5px;
	margin-bottom: 30px;
	transition: margin-top .5s linear;
}

	.course_card:hover {
		margin-top: -10px;
		transition: margin-top .3s linear;
		box-shadow: 0px 6px 16px -6px rgb(1 1 1 / 50%);
	}

.card_pic {
	width: 100%;
	/*max-height: 200px;*/
	width: auto;
	display: flex;
}

	.card_pic img {
		object-fit: fill;
		width: 100%;
		max-height: 151px;
	}

.card_btm {
	width: 100%;
	padding: 10px 10px 15px;
}

.small_card {
	width: 50px;
	height: 50px;
	overflow: hidden;
	border: 4px solid #fff;
	margin: -36px 0 0 0;
	position: relative;
}

.card_content {
	width: 100%;
	margin-top: 15px;
	text-align: left;
	min-height: 85px;
}

.course_card h4 {
	font-size: 14px;
	color: #002046;
	font-weight: 700;
	padding-bottom: 10px;
	min-height: 50px;
}

.course_card p {
	font-size: 11px;
	color: #464646;
	font-weight: 500;
	padding: 0;
	margin: 0;
	line-height: 16px;
}
/* Feedback*/

.feedback_panel {
	width: 95%;
	margin: 50px auto 0;
}

.feedback_left {
	width: 100%;
	position: relative;
}

.feedback_pic {
	width: 100%;
	position: relative;
}

.feedback_top {
	width: 17%;
	position: absolute;
	top: -20px;
	left: -20px;
}

.feedback_top_pic {
	width: 100%;
}

.feedback_btm {
	width: 55%;
	position: absolute;
	bottom: -25px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 5px;
	text-align: center;
	padding: 10px;
}

	.feedback_btm h6 {
		font-size: 17px;
		color: #002046;
		font-weight: 700;
		line-height: 15px;
	}

.feedback_right {
	width: 100%;
	text-align: left;
}

.heading03 {
	font-family: 'Roboto Slab', serif;
	font-size: 34px;
	color: #002046;
	font-weight: 700;
	margin-bottom: 15px;
}

	.heading03 span {
		color: #f39444;
	}

.feedback_right_btm {
	width: 100%;
	margin-top: 25px;
}

.modern_art {
	width: 12%;
	float: left;
	position: relative;
}

.modern_art_right {
	width: 85%;
	background-color: #f0f3f8;
	padding: 10px 30px;
	border-radius: 5px;
	float: left;
	min-height: 85px;
	margin: -10px 0 0 -15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: left;
}

.small_font01 {
	font-size: 14px;
	color: #002046;
	font-weight: 600;
	width: 100%;
}

.small_font02 {
	font-size: 11px;
	color: #464646;
	font-weight: 500;
	margin-top: 5px;
}

.master_div {
	width: 75%;
	margin: 20px auto 0;
	display: block;
}

.dropdown_pnl {
	width: 100%;
	margin-top: 15px;
}
/* new dropdown start */

.master_div .centering {
	width: 100%;
	height: auto;
	margin: 100px auto;
}

.master_div .custom-select {
	width: 100%;
	position: relative;
	padding: 0;
	text-align: left;
}

	.master_div .custom-select select {
		display: none;
	}

.master_div .selected-item {
	background: #fff;
	padding: 5px 10px;
	font-size: 13px;
	font-weight: 500;
	color: #4c4c4c;
	cursor: pointer;
	z-index: 99;
	height: 40px;
	line-height: 30px;
	border-radius: 4px;
	border: 1px solid #c7c7c7;
	margin-top: 2px;
}

	.master_div .selected-item:after {
		font-family: FontAwesome;
		content: "\f107";
		font-size: 20px;
		color: #4c4c4c;
		position: absolute;
		right: 10px;
		transition: 0.5s;
	}

.master_div .arrowanim.selected-item:after {
	transform: rotate(180deg);
}

.master_div .item {
	background: #f19446;
	padding: 5px 20px;
	font-size: 13px;
	font-weight: 500;
	line-height: 24px;
	color: #fff;
	border-top: 1px solid #ffc89a;
	cursor: pointer;
}

	.master_div .item:hover {
		background: #f38122;
	}

.master_div .all-items {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 100;
}

.master_div .all-items-hide {
	display: none;
}

.master_div .sdf {
	border: 1px solid red;
}

.custom-select {
	height: 50px;
	background-color: transparent;
	border-radius: 0;
	border: none;
}

.small_font03 {
	font-size: 12px;
	color: #002046;
	font-weight: 600;
	width: 100%;
	text-align: left;
}
/* new dropdown end */

/* ===================================================================================
	section03 strat
====================================================================================== */

.section03 {
	width: 100%;
	background-color: #f0f3f8;
	padding: 60px 0;
	position: relative;
}

	.section03::after {
		position: absolute;
		content: "";
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
		right: 0;
		background: url('../images/map.png') no-repeat center;
		background-color: rgb(232 255 255 / 90%);
		opacity: 0.2;
		/* background-color: rgba(240, 248, 248, 0.8); */;
	}

.section03_pic {
	width: 100%;
	text-align: center;
}

.section03_content {
	width: 100%;
	position: relative;
	z-index: 1;
}
/* countdown 02 start */

.space-area {
	position: relative;
}

	.space-area h1 {
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		text-align: center;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
		color: #fff;
	}

.count-area {
	position: relative;
	text-align: center;
	color: #fff;
}

.count-area-content {
	margin-top: 30px;
}

.count-area i {
	font-size: 48px;
}

.count-digit {
	font-family: 'Roboto Slab', serif;
	margin: 20px 0px 10px;
	color: #002046;
	font-weight: 700;
	font-size: 40px;
	line-height: normal;
}

.count-title {
	font-size: 13px;
	color: #00b1b1;
	font-weight: 600;
}
/* countdown 02 end */

/* ===================================================================================
	section04 strat
====================================================================================== */

.section04 {
	width: 100%;
	padding: 80px 0;
	position: relative;
}

.section04_in {
	width: 85%;
	margin: 0 auto;
	display: block;
}

.section04_left {
	width: 100%;
	text-align: center;
}

	.section04_left img {
		width: 85%;
	}

.section04 h6 {
	font-size: 16px;
	color: #f19446;
	font-weight: 600;
	width: 100%;
	margin-bottom: 20px;
}

.section04 .signup {
	width: 100%;
	background-color: #fff;
	border: 1px solid #b6b6b6;
	box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.01);
	border-radius: 0.2rem;
	margin: 25px auto 0;
	padding: 3px;
}

#email-signup {
	height: 42px;
	background-color: black;
	padding: 0px 10px 0px 30px;
	width: 70%;
	caret-color: #000;
	background-color: white;
	font-size: 14px;
	color: #383838;
	outline-style: none;
	border: none;
	border-radius: 0.2rem 0 0 0.2rem;
	background: url(../images/email.png) 6px 14px no-repeat;
}

.section04 #btn {
	height: 42px;
	width: 30%;
	background-color: #4f2e73;
	border: none;
	font-size: 14px;
	border-radius: 0 0.2rem 0.2rem 0;
	float: right;
	color: #fff;
	font-weight: 600;
}

	.section04 #btn:hover {
		background-color: #6126a2;
	}

.section04 #email-signup:hover {
	background-color: #f2f2f2;
}

.section04 #email-signup:focus {
	background-color: #f2f2f2;
}

.section04 #spam {
	color: #323232;
	font-size: 16px;
	padding: 3px;
}

@media (max-width: 500px) {
	.section04 .signup {
		display: inline-flex;
		width: 95vw;
		height: auto;
		margin: 0;
		flex-wrap: wrap;
	}

	.section04 #btn {
		width: 100%;
	}

	#email-signup {
		width: 90vw;
	}

	.section04 #spam {
		font-size: 14px;
		width: 100%;
	}
}
/* ===================================================================================
	footer strat
====================================================================================== */

.footer {
	width: 100%;
	background-color: #0e0e0e;
	padding: 70px 0 0;
}

.footer_logo {
	width: 100%;
	margin-bottom: 40px;
}

.footer h6 {
	font-size: 13px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 15px;
}

	.footer h6 a {
		font-size: 13px;
		color: #fff !important;
		font-weight: 400;
		text-decoration: none !important;
	}

.footer_mid {
	width: 100%;
}

.footer h4 {
	font-size: 17px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 15px;
}

.footer_mid ul li a {
	width: 100%;
	font-size: 13px;
	color: #e1e1e1 !important;
}

	.footer_mid ul li a:hover {
		color: #f19446 !important;
	}

.input1,
.input2,
.input3,
.input4 {
	width: 100%;
	background-color: transparent;
	border: 1px solid #e5e5e5;
	font-size: 13px;
	color: #fff;
	padding: 5px 10px;
	height: 50px;
	margin-bottom: 0;
	border-radius: 2px;
	font-weight: 500;
}

.input4 {
	border: 1px solid #bdbdbd;
	font-size: 13px;
	color: #000;
	border-radius: 4px;
}

.submt01 {
	background-color: #f19446;
	font-size: 14px;
	color: #fff !important;
	border-radius: 4px;
	text-decoration: none !important;
	padding: 8px 15px;
	border: 1px solid #f19446;
	display: inline-block;
	width: auto;
	text-align: center;
	font-weight: 500;
	margin-top: 15px;
}

	.submt01:hover {
		background-color: #f17d1c;
	}

.top_mrgn01 {
	margin-top: 25px;
}

.footer_btm {
	width: 100%;
	background-color: #f19446;
	padding: 20px 50px;
	margin-top: 40px;
}

	.footer_btm p {
		font-size: 13px;
		color: #fff;
		padding: 0;
		line-height: 22px;
		font-weight: 500;
	}

	.footer_btm li {
		display: inline-block;
		padding: 0 5px;
	}
/* ===================================================================================
	blog strat
====================================================================================== */

.blog {
	padding: 40px 0;
	background-color: #f0f3f8;
	margin-bottom: 25px;
}

.blog_content_box {
	width: 50%;
	margin: 20px auto 0;
	display: block;
}

.blog_sec {
	width: 100%;
	padding: 0 0 40px;
	/*margin: -175px 0 0 0;*/
	position: relative;
}

.blog_sec_left {
	width: 100%;
}

.blog_desc {
	width: 100%;
	margin-bottom: 40px;
}

	.blog_desc img {
		border-radius: 5px;
		border: 1px solid #d1d1d1;
	}

.blog_desc_btm {
	width: 100%;
	padding: 25px 20px;
}

.heading04 {
	font-size: 26px;
	color: #002144;
	font-weight: 700;
}

.blog_desc p {
	color: #313131;
	padding: 15px 0 30px;
}

.blog_top {
	width: 100%;
	background-color: #4f2e73;
	padding: 15px;
	border-radius: 4px;
}

.blog_sec h4 {
	font-size: 15px;
	color: #fff;
	font-weight: 600;
}

.top_mrgn02 {
	margin-top: 10px;
	border-radius: 4px 4px 0 0 !important;
}

.blog_search_box {
	width: 100%;
	padding: 15px 10px;
	border: 1px solid #c7c7c7;
}

	.blog_search_box .search-field {
		border-radius: 3px 0 0 3px !important;
		border: 1px solid #d1d1d1;
		/* -webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2) !important;
  -moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2) !important;
  box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2) !important; */;
	}

	.blog_search_box .search-btn {
		border-radius: 0 !important;
		border-top-right-radius: 3px !important;
		border-bottom-right-radius: 3px !important;
		width: 4.8em;
		background-color: #f19446;
		color: white;
		height: 35px;
		font-weight: 600;
		letter-spacing: 1px;
	}

	.blog_search_box .form-control {
		height: 50px;
		padding: 5px 10px;
		font-size: 13px;
		line-height: 1.5;
		font-weight: 500;
		border-radius: 0.3rem;
	}

		.blog_search_box .form-control:focus {
			box-shadow: none;
		}

.blog_btm {
	width: 100%;
	padding: 15px;
	border-radius: 2px;
}

.archive {
	width: 100%;
	padding: 15px;
	border-radius: 4px 4px 0 0;
	border: 1px solid #d1d1d1;
	margin-top: 30px;
}

.blog_secPlan {
	width: 100%;
	padding: 10px;
	border-radius: 0 0 4px 4px;
	border: 1px solid #d1d1d1;
	border-top: none;
}

	.blog_secPlan h6 var {
		width: 250px;
		font-style: normal;
		font-size: 11px;
		color: #a5a5a5;
		font-style: normal;
		/* float: left; */
		padding: 10px 0 10px 5px;
		display: inline-block;
		border-bottom: 1px dashed #d1d1d1;
		margin-right: 5px;
	}

	.blog_secPlan h6 em {
		margin-left: 0px;
		font-style: normal;
		font-size: 11px;
		color: #a5a5a5;
		padding: 10px 0 10px 5px;
		display: inline-block;
		border-bottom: 1px dashed #d1d1d1;
		width: 85px;
	}

.dash_border {
	border-bottom: none !important;
}

.blog_secPlan img {
	margin-right: 5px;
}

.para_pad01 {
	padding-bottom: 0 !important;
}

.top_mrgn03 {
	margin: 50px 0 30px;
}

.blog_desc_btm ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

	.blog_desc_btm ul li {
		position: relative;
		font-size: 15px;
		color: #3c3c3c;
		line-height: 28px;
		font-weight: 500;
		background: url(../images/check-mark02.png) 0 8px no-repeat;
		padding: 0px 0px 15px 45px;
	}

		.blog_desc_btm ul li span {
			font-weight: 600;
		}

.enrol_box {
	width: 100%;
	background-color: #fff;
	padding: 15px 15px 30px;
	border-radius: 5px;
	border: 2px solid #d1d1d1;
	margin-top: 20px;
	position: relative;
}

.enrol_box_pic {
	position: absolute;
	bottom: 15px;
	right: 20px;
}

.enrol_box h6 {
	font-size: 13px;
	color: #121212;
	font-weight: 600;
	padding-bottom: 20px;
}

	.enrol_box h6 span {
		color: #414141;
		font-weight: 500;
	}

.text_color {
	color: #00a2e0 !important;
	text-decoration: underline;
}

.devider {
	width: 100%;
	height: 1px;
	background-color: #dfdfdf;
	margin-bottom: 20px;
}

.enrol_box h4 {
	font-size: 18px;
	color: #414141;
	font-weight: 700;
	padding-bottom: 10px;
}

.course_left {
	width: 100%;
}

.student_box {
	width: 100%;
	text-align: right;
	display: flex;
	/* flex-direction: column; */
	justify-content: right;
	align-items: center;
}

.student_box_pic {
	width: 120px;
	height: 120px;
	border-radius: 4px;
	border: 2px solid #b9b9b9;
	overflow: hidden;
	border-radius: 5px;
	display: inline-block;
}

.student_cont {
	width: 50%;
	display: inline-block;
	text-align: right;
	padding-right: 15px;
}

.student_box h5 {
	font-size: 16px;
	color: #002046;
	font-weight: 700;
	margin-bottom: 5px;
}

.student_box h6 {
	font-size: 13px;
	color: #002046;
	font-weight: 700;
}

	.student_box h6 span {
		font-weight: 500;
	}

.top_mrgn04 {
	margin-top: 0 !important;
}

.r_side {
	display: inline-block;
}

.course_panel02 {
	width: 100%;
	margin-top: 20px;
}

.bottom_pad01 {
	padding-bottom: 80px !important;
}

.welcomeBox {
	width: 100%;
	border-radius: 5px;
	border: 1px solid #d1d1d1;
	margin: 30px 0 40px;
	display: inline-block;
	padding: 15px;
}

.table_box {
	width: 100%;
	margin-top: 10px;
}

.table td,
.table th {
	padding: 5px 10px;
	vertical-align: top;
	border-top: none;
	font-size: 13px;
	color: #022044;
	font-weight: 700;
}

	.table td span,
	.table th span {
		font-weight: 500;
	}

.table_box .col-lg-5 {
	border-right: 1px solid #d1d1d1;
}

.accordin_pnl {
	width: 100%;
}

	.accordin_pnl h4 {
		font-size: 18px;
		color: #002146;
		font-weight: 700;
		margin-bottom: 20px;
	}

	.accordin_pnl #accordion {
		width: 100%;
		margin: 0 auto;
		background: #FFF;
		border-radius: 4px;
		/* box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); */
		;
	}

		.accordin_pnl #accordion:before,
		.accordin_pnl #accordion:after {
			content: "";
			display: table;
			clear: both;
		}

	.accordin_pnl .title {
		position: relative;
		background: #fff;
		color: #002046;
		padding: 10px 10px 10px 35px;
		cursor: pointer;
		display: block;
		border: 1px solid #d1d1d1;
		font-size: 13px;
		border-radius: 5px;
		font-weight: 600;
		background-image: url(../images/correct.png);
		background-position: 10px 13px;
		background-repeat: no-repeat;
	}


	/* .accordin_pnl .title img {
	width: 13px;
	margin: -2px 5px 0 0;
} */

	.accordin_pnl .active {
		border-left-color: #d1d1d1;
		border-bottom: none;
		border-radius: 5px 5px 0 0;
	}

	.accordin_pnl .title:after {
		content: "\f107";
		display: block;
		position: absolute;
		right: 3%;
		top: 20%;
		font-family: FontAwesome;
		font-size: 20px;
	}

	.accordin_pnl .active:after {
		content: "\f106";
		display: block;
	}

	.accordin_pnl .fa {
		padding-right: 12px;
	}

	.accordin_pnl .text {
		padding: 15px;
		display: none;
		border: 1px solid #d1d1d1;
		border-radius: 0 0 5px 5px;
		height: 100px;
		overflow-y: scroll;
	}

		.accordin_pnl .text p {
			padding: 0 0 10px 25px;
			font-size: 13px;
			line-height: 24px;
			color: #002046;
			text-align: left;
			font-weight: 600;
			text-decoration: underline;
			position: relative;
		}

			.accordin_pnl .text p::after {
				position: absolute;
				content: "";
				height: 100%;
				width: 100%;
				top: 0;
				left: 0;
				right: 0;
				background: url('../images/correct02.png') no-repeat 0 6px;
			}

			.accordin_pnl .text p span {
				font-weight: 500;
			}

			.accordin_pnl .text p img {
				width: 13px;
				margin: -2px 5px 0 0;
			}

	.accordin_pnl #accordion .item {
		margin-bottom: 10px;
	}

.important_box {
	width: 100%;
}

	.important_box ul {
		margin-top: 20px;
	}

		.important_box ul li a {
			width: 100%;
			text-decoration: underline !important;
			font-size: 15px;
			color: #125aab !important;
			font-weight: 500;
		}

.vdo_box {
	width: 100%;
	margin: 40px 0 30px;
	position: relative;
}

	.vdo_box img {
		border-radius: 5px;
		border: 1px solid #d1d1d1;
	}

.video-play-button {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	box-sizing: content-box;
	display: block;
	width: 25px;
	height: 35px;
	/* background: #fa183d; */
	border-radius: 50%;
	padding: 18px 20px 18px 28px;
}

	.video-play-button:before {
		content: "";
		color: red;
		position: absolute;
		z-index: 0;
		left: 50%;
		top: 50%;
		transform: translateX(-50%) translateY(-50%);
		display: block;
		width: 80px;
		height: 80px;
		background: #f19446;
		border-radius: 50%;
		animation: pulse-border 1500ms ease-out infinite;
	}

	.video-play-button:after {
		content: "";
		position: absolute;
		z-index: 1;
		left: 50%;
		top: 50%;
		transform: translateX(-50%) translateY(-50%);
		display: block;
		width: 80px;
		height: 80px;
		background: #f19446;
		border-radius: 50%;
		transition: all 200ms;
	}

	.video-play-button:hover:after {
		background-color: #ff7400;
	}

	.video-play-button img {
		position: relative;
		z-index: 3;
		max-width: 100%;
		width: auto;
		height: auto;
	}

	.video-play-button span {
		display: block;
		position: relative;
		z-index: 3;
		width: 0;
		height: 0;
		border-left: 25px solid #fff;
		border-top: 15px solid transparent;
		border-bottom: 15px solid transparent;
	}

@keyframes pulse-border {
	0% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}

	100% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

.video-overlay {
	position: fixed;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.80);
	opacity: 0;
	transition: all ease 500ms;
}

	.video-overlay.open {
		position: fixed;
		z-index: 1000;
		opacity: 1;
	}

.video-overlay-close {
	position: absolute;
	z-index: 1000;
	top: 15px;
	right: 20px;
	font-size: 36px;
	line-height: 1;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	transition: all 200ms;
}

	.video-overlay-close:hover {
		color: #fa183d;
	}

.video-overlay iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	/* width: 90%; */
	/* height: auto; */
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}

.modal-body iframe {
	width: 100%;
	min-height: 500px;
	border: none;
}

.modal-dialog {
	/*max-width: 60%;*/
	margin: 1.75rem auto;
	/*line-height: 0;*/
}

.modal-body {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 5px;
}

.modal-header {
	/*padding: 10px 10px 0;*/
	border-bottom: none;
	border-top-left-radius: calc(0.3rem - 1px);
	border-top-right-radius: calc(0.3rem - 1px);
}

.btm_margin01 {
	margin-bottom: 20px;
}

.btm_margin03 {
	margin-bottom: 20px;
}

.modal-body .warning_box {
	width: 100%;
	padding: 40px 0 70px;
}

.modal-body .warning_box_top {
	width: 100%;
	margin: 0 auto;
	display: flex;
	/* flex-direction: column; */
	justify-content: center;
	align-items: center;
}

.modal-body .warning_box_pic {
	width: 120px;
	height: 120px;
	border-radius: 4px;
	border: 2px solid #b9b9b9;
	overflow: hidden;
	border-radius: 5px;
	display: inline-block;
	margin-right: 20px;
}

.modal-body .name_cont {
	display: inline-block;
	text-align: left;
}

	.modal-body .name_cont h5 {
		font-size: 16px;
		color: #002046;
		font-weight: 700;
		margin-bottom: 5px;
	}

	.modal-body .name_cont h6 {
		font-size: 13px;
		color: #002046;
		font-weight: 700;
		padding-bottom: 5px;
	}

		.modal-body .name_cont h6 span {
			font-weight: 500;
		}

.modal-body .warning_btm {
	width: 100%;
	margin-top: 20px;
}

	.modal-body .warning_btm h4 {
		font-size: 20px;
		color: #f49342;
		font-weight: 600;
		text-align: center;
		margin: 0 0 10px;
	}

	.modal-body .warning_btm p {
		font-size: 15px;
		color: #002146;
		font-weight: 500;
		text-align: center;
		width: 60%;
		margin: 0 auto;
		line-height: 22px;
		padding-bottom: 20px;
	}

	.modal-body .warning_btm h6 {
		font-size: 13px;
		color: #002046;
		font-weight: 700;
		text-align: center;
		padding-bottom: 10px;
	}

		.modal-body .warning_btm h6 span {
			font-weight: 500;
		}

.modal_btn_pnl {
	width: 100%;
}

.modal-body .complete_btn {
	background-color: #4f2e73;
	color: #fff !important;
	text-decoration: none !important;
	border: 2px solid #4f2e73;
	font-size: 14px;
	margin: 0 10px;
	border-radius: 4px;
	padding: 8px 20px;
	text-align: center;
	font-weight: 500;
	box-shadow: 0 2px 3px rgb(0 0 0 / 30%);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.modal-body .quit_btn {
	background-color: #5e5e5e;
	border: 2px solid #5e5e5e;
}


/* ===================================================================================
	signin strat
====================================================================================== */

#contact {
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.contact-box {
	width: 100%;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	height: 100vh;
}

.contact-links {
	/* width: 50%; */
	padding: 30px;
}

.contact-form-wrapper {
	/* width: 50%; */
	padding: 40px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: initial;
	min-height: 100vh;
	max-width: 800px;
	min-width: auto;
	margin: auto;
}

.signin_heading {
	font-size: 40px;
	color: #002046;
	font-weight: 400;
	padding: 5% 0 7%;
	text-align: center;
}

.contact-box_img {
	width: 100%;
	text-align: center;
}

.contact-links {
	background-color: #4f2e73;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
}

.signin_form {
	width: 100%;
}

	.signin_form ul {
		padding: 0;
		margin: 15px 0;
		width: 100%;
	}

	.signin_form li {
		display: inline-block;
	}

		.signin_form li a {
			color: #fff;
			display: inline-block;
			text-decoration: none !important;
			font-size: 14px;
			font-weight: 600;
		}

	.signin_form a.text-primary {
		color: #f19446 !important;
	}

	.signin_form ul li:nth-child(2) {
		float: right;
	}

.form-group {
	display: block;
	margin-bottom: 15px;
}

	.form-group input {
		padding: 0;
		height: initial;
		width: initial;
		margin-bottom: 0;
		appearance: none;
	}

	.form-group label {
		position: relative;
		font-size: 14px;
		color: #2e2e2e;
		font-weight: 500;
	}

		.form-group label:before {
			content: '';
			-webkit-appearance: none;
			background-color: #e1e1e1;
			border: 1px solid #d3d3d3;
			box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
			padding: 8px;
			display: inline-block;
			position: relative;
			vertical-align: middle;
			cursor: pointer;
			margin-right: 15px;
		}

	.form-group input:checked + label:after {
		content: '';
		display: block;
		position: absolute;
		top: 5px;
		left: 6px;
		width: 6px;
		height: 11px;
		border: solid #fd4801;
		border-width: 0 2px 2px 0;
		transform: rotate(45deg);
	}

.login {
	width: 100%;
	float: none;
	background-color: #4f2e73;
	border: 1px solid #4f2e73;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 20px;
}

	.login:hover {
		background-color: #612c9b;
	}

.signin_logo {
	width: 100%;
	margin-bottom: 30px;
}

.social_pnl h6 {
	font-size: 14px;
	color: #002146;
	font-weight: 700;
	margin-bottom: 20px;
}

.social_pnl {
	width: 100%;
	margin-top: 10px;
}

	.social_pnl a {
		text-decoration: none;
		padding: 0 10px 0 0;
	}

.contact-form-wrapper p {
	font-size: 12px;
	color: #666666;
	padding: 0;
	font-weight: 500;
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	text-align: center;
}
/* ===================================================================================
	course Title4 strat
====================================================================================== */
.course_ban {
	min-height: 300px !important;
}

.course_ban_mrgn {
	margin: 0 !important;
}

.quiz {
	width: 100%;
	padding: 60px 0;
}

	.quiz h4 {
		font-size: 24px;
		color: #002144;
		font-weight: 600;
	}

.questions_box {
	width: 100%;
	margin: 20px 0 30px;
}

	.questions_box li {
		display: inline-block;
		font-size: 13px;
		color: #002046;
		font-weight: 700;
		margin-right: 20px;
	}

		.questions_box li span {
			font-weight: 500;
		}

	.questions_box .time_card {
		margin: 0 auto;
		padding: 0px;
		display: contents;
		text-align: right;
		box-shadow: none;
		/* position: absolute;
    top: 50%;
    left: 50%; */
		transform: translate(-50%, -50%);
		border: none;
		background-color: transparent;
	}

	.questions_box #countdown {
		font-size: 13px;
		font-weight: 500;
	}

.countdown_width {
	width: 170px;
}

.quiz_accordin {
	width: 100%;
	margin-bottom: 40px;
}

	.quiz_accordin .accordion-panel {
		padding: 16px;
		border-bottom: 1px solid #e4e8ef;
		background: #f0f3f8;
	}

		.quiz_accordin .accordion-panel p {
			line-height: 21px;
			color: #444;
			font-size: 13px;
			margin-top: 0;
		}

	.quiz_accordin .accordion-toggle {
		margin: 0px auto;
		width: 100%;
		border: 1px solid #e4e8ef;
		border-bottom: 0;
	}

	.quiz_accordin .accordion-link {
		position: relative;
		color: #002146;
		margin: 0px;
		padding: 15px;
		cursor: pointer;
		background: #f0f3f8;
		border-bottom: 1px solid #d5dbe7;
		box-sizing: border-box;
		display: flex;
		/* flex-direction: column; */
		justify-content: left;
		align-items: center;
	}

		.quiz_accordin .accordion-link h3 {
			color: #002146;
			font-size: 14px;
			font-weight: 600;
			line-height: 22px;
			display: contents;
		}

			.quiz_accordin .accordion-link h3 span {
				font-weight: 500;
				position: inherit !important;
				width: 100% !important;
				height: auto !important;
				display: contents;
			}

		.quiz_accordin .accordion-link span {
			position: absolute;
			background: #E2E2E2;
			width: 1px;
			height: 11px;
			top: 13px;
			right: 16px;
			transition: all 0.3s;
			-moz-transition: all 0.3s;
			-webkit-transition: all 0.3s;
			-o-transition: all 0.3s;
		}
/* .quiz_accordin .accordion-link span:after {
	content: ''; 
	position: absolute; 
	background: #E2E2E2; 
	height: 1px; 
	width: 11px; 
	top: 5px; 
	left: -5px; 
	transition: all 0.3s; 
	-moz-transition: all 0.3s; 
	-webkit-transition: all 0.3s; 
	-o-transition: all 0.3s;
}
.quiz_accordin .accordion-on.accordion-link span:after {
	opacity:0;
}
.quiz_accordin .accordion-on.accordion-link span {
	transform: rotate(90deg);
} */
.digit_box {
	width: 35px;
	height: 35px;
	border-radius: 2px;
	background-color: #fff;
	border: 1px solid #dddddd;
	padding: 10px;
	float: left;
	margin: 0px 10px 0px 0;
	font-size: 13px;
	color: #002146;
	font-weight: 600;
	text-align: center;
	line-height: 14px;
}

.quiz_accordin label {
	display: inline-block;
	margin-bottom: 0;
	font-size: 13px;
	color: #002146;
	font-weight: 500;
	padding-left: 10px;
	width: 98%;
}

.quiz_accordin input:checked + label {
	font-size: 13px;
	color: #002146;
	font-weight: 600;
}

.quiz_accordin input[type=checkbox], .quiz_accordin input[type=radio] {
	box-sizing: border-box;
	padding: 0;
	width: 14px;
	height: 14px;
	vertical-align: middle;
}

.check_box {
	width: 100%;
	background-color: #fff;
	padding: 7px 8px;
	border: 1px solid #e7e7e7;
	border-radius: 2px;
	margin-bottom: 10px;
	display: flex;
	/* flex-direction: column; */
	justify-content: center;
	align-items: center;
}

.btn_pnl {
	display: flex;
	justify-content: space-between;
}


.quiz_btn01 {
	background-color: #5e5e5e;
	color: #fff !important;
	text-decoration: none !important;
	border: 2px solid #5e5e5e;
	font-size: 14px;
	margin: 0;
	border-radius: 4px;
	padding: 8px 10px;
	text-align: center;
	width: 120px;
	display: inline-block;
	font-weight: 500;
	box-shadow: 0 2px 3px rgb(0 0 0 / 30%);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

	.quiz_btn01:hover {
		background-color: #342f2f;
	}

.quiz_btn02 {
	background-color: #f19446;
	border: 2px solid #f19446;
	margin: 0 10px;
}

	.quiz_btn02:hover {
		background-color: #f47a14;
		border: 2px solid #f47a14;
	}

.quiz_btn03 {
	background-color: #4f2e73;
	border: 2px solid #4f2e73;
}

	.quiz_btn03:hover {
		background-color: #510b9d;
		border: 2px solid #510b9d;
	}

.quiz_d_none {
	display: none !important;
}

.quiz_d_block {
	display: block;
}

.quiz_content {
	width: 70%;
	margin: 60px auto 40px;
	padding: 30px 80px;
	border: 1px solid #d1d1d1;
}

.quiz_content_pic {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
/* Pagination */
.quiz_content nav {
	max-width: 45%;
	margin: 0 auto;
	text-align: center;
	display: inline-block;
}

	.quiz_content nav p {
		margin-bottom: 0;
	}

	.quiz_content nav ul {
		display: inline-grid;
		grid-template-columns: repeat(7, 1fr);
		gap: .2em;
		list-style: none;
		padding: 0;
	}

	.quiz_content nav li {
		align-self: center;
		font-size: 12px;
	}

		.quiz_content nav li:not([aria-current="page"]) {
			font-size: 25px;
			width: 1.25em;
			height: 1.25em;
			line-height: 1.1em;
			border: 1px solid #ccc;
		}

	.quiz_content nav [aria-current="page"] {
		grid-column: span 3;
		font-weight: 700;
	}

	.quiz_content nav li:not([aria-hidden="true"]):not([aria-current="page"]):hover {
		background-color: #353535;
		border-color: #353535;
		cursor: pointer;
		color: #fff !important;
	}

	.quiz_content nav li:not([aria-hidden="true"]):hover a {
		color: #fff !important;
	}

	.quiz_content nav a {
		display: block;
		font-size: 25px;
		line-height: 1.1em;
	}

		.quiz_content nav a:focus {
			outline: none;
		}

	.quiz_content nav li:focus-within {
		/* outline: 2px solid #245884; */
		outline-offset: .1em;
	}
/* @media (max-width: 400px) {
	.quiz_content nav ul {
		grid-template-columns: repeat(2, 1fr); 
	}
	.quiz_content nav [aria-current="page"] {
		grid-column: span 2;
	}
} */
.file_download {
	width: auto;
	display: inline-block;
	margin: 4px 0 0 10px;
	vertical-align: top;
}

.course_card a {
	text-decoration: none;
}

.signin_form a {
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
}
/* Scrollbar Styling */
::-webkit-scrollbar {
	width: 10px;
}

::-webkit-scrollbar-track {
	background-color: #ebebeb;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

::-webkit-scrollbar-thumb {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #6d6d6d;
}

.swal2-styled.swal2-confirm {
	border: 0;
	border-radius: 0.25em;
	background: initial;
	background-color: #612c9b;
	color: #fff;
	font-size: 1em;
}

	.swal2-styled.swal2-confirm:hover {
		background: #4f2e73 !important;
	}

	.swal2-styled.swal2-confirm:focus {
		box-shadow: none !important;
	}

.iconeye {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 30px;
	z-index: 1;
	color: #4f2e73;
	cursor: pointer;
}

.signin_form span {
	display: none;
}

.red {
	color: red;
	width: 100%;
	margin-bottom: 10px;
	display: block;
}

.green {
	color: #24984E;
	width: 100%;
	margin-bottom: 10px;
}

.signin_form span {
	font-size: 14px;
	margin-bottom: 5px;
}

span.special_validate {
	margin-bottom: 15px;
}

@media (max-width: 991px) {
	.contact-links,
	.contact-form-wrapper {
		min-height: auto;
	}

	.signin_form a.text-primary {
		margin-bottom: 15px;
	}
}

@media (max-width: 425px) {
	.contact-form-wrapper {
		padding: 20px
	}

		.contact-form-wrapper p {
			bottom: 0px;
		}
}

.breadcrumb-item {
	align-items: center;
}

/*.modal.show .modal-dialog {
	top: 50%;
	transform: translateY(-50%) !important;
	margin: 0 auto;
}
*/
.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100%;
	height: 100%;
	background-color: #000;
}

.ShowError {
	border: 1px solid #dc3545 !important;
}
:disabled {
	background-color: #e9ecef;
}

.form-box .form-group label:before {
	content: none;
}