/*-- CUSTOM STYLE START --*/



/*-- HOME PAGE STYLE START --*/

.footer-wrapper.bg-dark ul li a {
	color: #fff;
}

.footer-wrapper ul li a:hover {
	color: var(--theme-color);
}

@media (min-width: 1281px) {
	.container.header-container {
		max-width: 1400px;
	}
}

.header-wrapper .site-logo {
	margin-top: 15px;
}

.header-wrapper .site-logo h1 {
	font-size: 26px !important;
}

.sub-menu-wrapper {
	width: 560px;
	padding: 20px;
}

.sub-menu-block {
	width: 50%;
	margin-bottom: 20px;
}

.sub-menu-block h6 {
	font-size: 1rem;
	font-weight: 600;
}

.menu-right-block {
	margin-top: 5px;
}

.sub-menu-block li {
	float: none !important;
	display: block !important;
	padding-left: 0 !important;
}

select.custom-select.header-select {
	font-size: 12px;
	border-radius: 0;
	border-width: 0 0 1px 0;
	font-weight: 400;
	background: transparent url(../images/arrows-up-and-down-filled-triangles.png) no-repeat right .75rem center/8px 10px;
}

.upper-header {
	background-color: #f8f8f8 !important;
}

.banner-wrapper.bg-after-fluid::after {
	background: #012340;
}

.banner-wrapper.bg-after-fluid h2 {
	color: #fff;
}

/*-- HOME PAGE STYLE END --*/


/*-- LOGIN/REGISTER PAGE STYLE START --*/
.login-wrapper {
	background-color: #012340;
}

.login-card {
	max-width: 540px;
	width: 100%;
}

.login-card .cta-btn, .joincourse-modal .cta-btn {
	background-color: var(--theme-color) !important;
	color: #fff;
}

/*-- LOGIN/REGISTER PAGE STYLE END --*/

/*-- COURSE DETAILS PAGE STYLE START --*/

.course-feature-block {
	background-color: #fff;
}

.bg-black-05 {
	background: rgba(0, 0, 0, 0.5);
}

.course-details-list {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.course-details-list li {
	width: calc(50% - (2.4rem/2));
	color: #6c757d;
	font-weight: 500;
	font-size: 15px;
}

.course-details-tags {
	display: flex;
}

.course-details-tags li {
	margin-right: 6px;
}

.course-detail-info li:first-child {
	padding-top: 0;
}

.course-detail-info li {
	padding: 10px 0;
	border-bottom: 1px solid #f5f5f5;
	font-weight: 500;
}

.courses-details-contents .nav-tabs .nav-link {
	border: 0 !important;
	border-bottom: 2px solid transparent !important;
	font-weight: 700;
	color: #012340 !important;
}

.courses-details-contents .nav-tabs .nav-link.active {
	border-color: var(--theme-color) !important;
	color: var(--theme-color) !important;
}

.instructor-avatar {
	display: inline-flex;
	flex-shrink: 0;
	height: 48px;
	width: 48px;
	background-color: #012340;
	border-radius: 100px;
	overflow: hidden;
	align-items: center;
	justify-content: center;
	color: #fff;
}

/*-- COURSE DETAILS PAGE STYLE END --*/


/*-- INSTRUCTOR REGISTRATION FORM STYLE START --*/

.instructor-registration .form-group label,
.joincourse-modal .form-group label {
	color: #212529;
}
.joincourse-modal .modal-content a {
	color: var(--theme-color) !important;
}
.joincourse-modal .modal-header .close {
	right: 20px !important;
}
.joincourse-modal .form-control,
.instructor-registration .form-control {
	height: 40px;
	line-height: 1.5rem;
	border: 1px solid #eee;
}

/*-- INSTRUCTOR REGISTRATION FORM STYLE END --*/



.progress-bar.bg-info {
	background-color: #012340 !important;
}

.listing-page .form-group .style1-input, .listing-page .form-group .style1-select {
	height: 42px;
	line-height: 42px;
}

.card.rounded-lg {
	border-radius: 10px !important;
}

.listing-page .form-group.icon-input i {
	top: 13px;
}



/*-- COMMUNITY PAGE STYEL END --*/
.community-header {
	background-color: #012340;
}
.activity-block {
	border: 1px solid #f4f4f4;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
}
.activity-user-avtar img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
}
.activity-block {
	margin-bottom: 20px;
}
.event-block {
	display: flex;
	gap: 20px;
	margin-bottom: 30px;
}
.event-date {
	min-width: 41px;
	min-height: 43px;
	max-width: 41px;
	max-height: 43px;
	border-radius: 12px;
	background: #dee2e6;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.event-month {
	background: var(--primary);
	color: #fff;
	border-radius: 8px 8px 0px 0px;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	letter-spacing: 0.022em;
	width: 100%;
	height: 100%;
}
.event-day {
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	letter-spacing: 0.02em;
}
.event-subject a {
	color: #212529;
	font-weight: 600;
	font-size: 14px;
}
.event-label {
	background-color: #E4EBE4;
	font-size: 14px;
	padding: 4px 8px;
	border-radius: 5px;
	color: #212529;
}
.trending-carousel .trending-link {
	min-height: 230px;
	display: block;
	border-radius: 15px;
	overflow: hidden;
	position: relative;
}
.trending-link .trending-content {
	background-color: #012340;
	padding: 15px;
	position: absolute;
	z-index: 1;
	bottom: 0;
}
.trending-content h4 {
	color: #fff;
	font-size: 1.1rem;
	font-weight: 600;
	line-height: 139%;
}

.breadcrumb-wrapper .breadcrumb-item + .breadcrumb-item::before {
	color: #fff;
}
.breadcrumb-wrapper .breadcrumb-item.active {
	color: #c5c5c5;
  }


/*-- COMMUNITY PAGE STYEL END --*/



/*-- LESSION PAGE STYLE START --*/
.tutor-iconic-btn:hover path:not(:first-child) {
	fill: #1E74FD;
}


.questionBox {
	display: none;
}
.lesson-content-area .form-check {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}
.lesson-content-area .form-check .form-check-label {
	color: #212529;
	font-size: 18px !important;
}

/*-- LESSION PAGE STYLE END --*/






/*-- DASHBOARD STYLE START --*/

/* .breadcrumb-wrapper {
	background-color: #e9ecef;
}
.db-menu-wrapper {
	background-color: #175690;
	padding: 10px;
}

.db-menu-wrapper li {
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid #5a89b46b !important;
}

.db-menu-wrapper li a {
	color: #fff;
	padding: 12px 10px;
	font-weight: 600;
}
.db-menu-wrapper ul li::after {
	top: 15px !important;
	right: 10px !important;
}

.db-content-wrapper {
	background-color: #f8f9fa;
	padding: 60px 10px;
}


.db-profile-block {
	border: 1px solid #e8e8e8;
	border-radius: 10px;
	padding: 20px 10px;
	max-width: 500px;
	margin: 0 auto;
	text-align: center;
}
.db-profile-avtar {
	width: 220px;
	height: 220px;
	overflow: hidden;
	border-radius: 100%;
	margin: 0 auto 30px;
	border: 2px solid #343a40;
}
.db-profile-avtar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.db-profile-content h4 {
	font-size: 1.325rem;
	font-weight: 600;
}

.db-verify-block h4 {
	margin-bottom: 12px;
	font-weight: 600;
} */




/*-- NEW DASHBOARD STYLE START --*/

.section-db-title {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	background-color: #012340;
}

.section-db-title .breadcrumb {
	justify-content: center;
	background-color: transparent;
}

.section-db-title h1 {
	color: #fff;
	font-size: 45px;
	font-weight: 700;
}

.breadcrumb a {
	color: #fff;
}


.section-dashboard {
	padding: 30px 0;
}

.db-header-avatar {
	width: 84px;
	height: 84px;
	border-radius: 100%;
	overflow: hidden;
}

.db-header-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.db-user-info {
	margin-left: 24px;
}

.db-user-info span {
	font-size: 1.1rem;
}

.db-user-info .db-user-name {
	font-size: 1.2rem;
	text-transform: capitalize;
	font-weight: 600;
	color: #212529;
}

.db-header-blk {
	padding-bottom: 25px;
	border-bottom: 1px solid #f0f0f0;
}

.db-menu-list .db-menu-link {
	display: block;
	color: #212529;
	padding: 10px 20px;
	border-radius: 4px 0px 0px 4px;
	font-size: 1rem;
	font-weight: 500;
}

.db-menu-link:hover {
	background-color: #f8f8f8;
}

.db-menu-list .active .db-menu-link {
	background-color: #012340;
	color: #fff;
}

.db-menu-list {
	padding-top: 30px;
	border-right: 1px solid #f0f0f0;
	height: 100%;
}

.db-content-wrapper {
	padding: 30px 10px;
}

.db-content-title {
	margin-bottom: 3rem;
}

.db-content-title h4 {
	font-size: 1.25rem;
	font-weight: 600;
	color: #212529;
}

.db-content-inner .db-card {
	padding: 32px 24px;
	text-align: center;
	border: 1px solid #f0f0f0;
	border-radius: 5px;
}

.db-card-icon {
	display: inline-flex;
	width: 82px;
	height: 82px;
	align-items: center;
	justify-content: center;
	background-color: #f8f8f8 !important;
	border-radius: 100%;
	margin-bottom: 20px;
}

.db-card-icon i {
	font-size: 38px;
	color: #012340;
}

.db-card-count {
	font-size: 32px;
	font-weight: 700;
	color: #212529;
}

.db-card-course {
	margin-top: 10px;
	font-size: 16px;
	color: #212529;
}

.section-dashboard .container {
	max-width: 1400px;
}

.db-profile-label {
	color: #212529;
}

.db-profile-field {
	font-weight: 500;
	color: #212529;
}

.db-content-inner .mb {
	margin-bottom: 24px;
}

.db-course-tabs .nav-link {
	border: none;
	border-bottom: 2px solid transparent !important;
	color: #212529;
	font-weight: 500;
	font-size: 14px;
}

.db-course-tabs .nav-link.active {
	color: #012340 !important;
}

.db-content-inner .tab-content {
	padding: 1rem;
}




.db-content-inner .form-group label,
.expperince-modal label {
	color: #212529;
}

.db-content-inner .form-group input,
.db-content-inner .form-group select,
.expperince-modal .form-group input {
	height: 40px;
}

.db-content-inner .form-group .form-control,
.expperince-modal .form-group .form-control {
	border: 1px solid #eee;
	line-height: 1.5;
}

.db-content-inner .form-group .form-control:focus,
.expperince-modal .form-group .form-control:focus {
	border-color: #012340;
}

.db-content-inner .form-group textarea {
	resize: none;
}

.db-content-inner form {
	padding: 20px;
	border-radius: 5px;
	box-shadow: -2px 1px 8px #f0f0f0, 22px 2px 2px #fff;
}

.db-content-inner .profile-pic-wrapper {
	border-bottom: 1px solid #f0f0f0;
}

.profile-pic {
	color: transparent;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 124px;
	height: 124px;
}

.profile-pic input {
	display: none;
}

.profile-pic img {
	position: absolute;
	object-fit: cover;
	width: 124px;
	height: 124px;
	box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.35);
	border-radius: 100px;
	z-index: 0;
}

.profile-pic label {
	cursor: pointer;
	height: 124px;
	width: 124px;
	margin-bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.profile-pic:hover label {
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 10;
	color: #fafafa;
	transition: background-color 0.2s ease-in-out;
	border-radius: 100px;
}

.profile-pic span {
	display: inline-flex;
	padding: 0.2em;
	line-height: 20px;
}




.edit-icon {
	width: 48px;
	height: 48px;
	border-radius: 100%;
	line-height: 48px;
	text-align: center;
	-webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	-webkit-transition-duration: 167ms;
	transition-duration: 167ms;
}

.edit-icon:hover {
	background-color: #012340;
}

.edit-icon svg {
	color: #212529;
}

.edit-icon:hover svg {
	color: #fff;
}

.btn.btn-sbt {
	background-color: #012340;
	color: #fff;
}


.expperince-modal .modal-title {
	font-size: 1rem;
}

.expperince-modal .close {
	right: 20px !important;
}

.exp-output-data input {
	border: none !important;
	pointer-events: none;
}

.exp-output-data input {
	display: none;
}






.db-content-inner form h5 {
	margin-bottom: 20px;
	font-size: 1rem;
	color: #212529;
}

.db-content-inner input[type="file"] {
	cursor: pointer;
}

.db-content-inner tr th {
	font-size: 15px;
	font-weight: 500;
}

.db-content-inner th, .db-content-inner td {
	border: 1px solid #f0f0f0 !important;
	font-size: 1rem;
	color: #212529;
	font-weight: 400;
}

.db-content-inner tr td {
	font-size: 15px;
}

.db-content-inner tr td a {
	color: var(--theme-color) !important;
}


/*-- NEW DASHBOARD STYLE END --*/


/*-- DASHBOARD STYLE END --*/



/*-- CUSTOM STYLE END --*/