/*
Author       : Dreamguys
Template Name: Dreams LMS - Bootstrap Template
Version      : 1.0
*/

/*============================


/*-----------------
	1. General

	
-----------------------*/

/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;900&display=swap'); */

::-webkit-scrollbar {
	width: 7px;
	height: 7px;
	background-color: #f5f5f5;
}
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: #f5f5f5;
}
::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
	background-color: #c8c8c8;
}
html {
	height: 100%;
}
body {
	background-color: #fff;
	color: #22100D;
	font-family:  Roboto,sans-serif;
	font-size: 16px;
	font-weight: 300;
	height: 100%;
	overflow-x: hidden;
	background-color: #fff;
    line-height: 1.5em;
    margin: 0;
    scroll-behavior: smooth;

}
@media (max-width: 1480px) {
	body {
		background-color: #fff;
		color: #22100D;
		font-size: 14px;
		font-weight: 300;
		height: 100%;
		font-family: Roboto,sans-serif;
		overflow-x: hidden;
	}
}
* {
	font-family: Roboto,sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #22100D;
	font-weight: 500;

}

a {
	color: #22100D;
	text-decoration: none;
}

a:hover {
	color: #0077c8;
}

a:hover,
a:active,
a:focus {
	outline: none;
	text-decoration: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

input,
button,
a {
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}

button:focus {
	outline: 0;
}
.btn {
    display: inline-block;
    font-weight: 600;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 12px 15px;
    font-size: 1rem;
    border-radius: 40px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn.btn-small{font-weight: 400;
    line-height: 1.2;padding: 8px 10px;
    font-size: 1rem;}
@media (max-width: 1680px) {
	.btn { font-size: 0.825rem;  font-weight: 500;line-height: 1.5;padding: 12px 15px;}
}
input[type=text],
input[type=password] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.btn.focus,
.btn:focus {
	box-shadow: inherit;
}
.btn-primary {
	color: #fff;
	background-color: #0077c8;
	border-color: #0077c8;
}
.btn-google {
	color: #333;
	background-color: #fff;
	border-color: #ff0100;
	padding: 12px 15px;

	margin-top: 8px;
}
@media (max-width: 1440px) {
	.btn, .btn-google{padding: 8px 15px;}
}
.btn-google:hover {
	color: #fff;
	background-color: #ff0100;
}
.btn-google img {
	width: 25px;
}

.btn-facebook {
	color: #fff;
	background-color: #0077c8;
	border-color: #0077c8;
	padding: 12px 15px;
	font-weight: 700;
	margin-top: 8px;
}

.btn-facebook:hover {
	color: #fff;
	background-color: #01199c;
	border-color: #01199c;
}

.btn-facebook img {
	width: 25px;
}

label {
	display: inline-block;
	margin-bottom: 0.5rem;
}

.form-group {
	margin-bottom: 1rem;
}

.form-control {
	border-color: #dce0eb;
	color: #26292c;

	min-height: 42px;
	padding: 6px 15px;
}

.table .form-control {

	min-height: 38px;
}

.container-fluid {
	padding-left: 30px;
	padding-right: 30px;
}

.form-control::-webkit-input-placeholder {
	color: #6e82a3;

}

.form-control::-moz-placeholder {
	color: #6e82a3;

}

.form-control:-ms-input-placeholder {
	color: #6e82a3;

}

.form-control::-ms-input-placeholder {
	color: #6e82a3;

}

.form-control::placeholder {
	color: #6e82a3;

}

/*-----------------
	3. Bootstrap Classes
-----------------------*/

.btn.focus,
.btn:focus {
	box-shadow: unset;
}

.btn-block {
	width: 100%;
}

.btn-link {
	text-decoration: none;
}

.btn-link:hover {
	text-decoration: underline;
}

.btn-white {
	background-color: #fff;
	border: 1px solid #fff;
	color: #26292c;
}
.btn-white:hover {
	background-color: #0077c8;
	border: 1px solid #fff;
	color: #fff;
}
.btn-warning {
	background-color: #fedb00;
	border: 1px solid #fedb00;
	color: #26292c;
}
.btn-warning:hover {
	background-color: #0077c8;
	border: 1px solid #fff;
	color: #fff !important;
}

.btn.btn-rounded {
	border-radius: 50px;
}

.bg-primary,
.badge-primary {
	background-color: #1e88e5 !important;
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
	background-color: #1879cd !important;
}

.bg-success,
.badge-success {
	background-color: #00e65b !important;
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
	background-color: #00cc52 !important;
}

.bg-info,
.badge-info {
	background-color: #009efb !important;
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
	background-color: #028ee1 !important;
}

.bg-warning,
.badge-warning {
	background-color: #fedb00 !important;
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
	background-color: #e9ab2e !important;
}

.bg-danger,
.badge-danger {
	background-color: #ff0100 !important;
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
	background-color: #e63333 !important;
}

.bg-white {
	background-color: #fff;
}

.bg-purple,
.badge-purple {
	background-color: #9368e9 !important;
}

.text-primary,
.dropdown-menu>li>a.text-primary {
	color: #0077c8 !important;
}

.text-success,
.dropdown-menu>li>a.text-success {
	color: #00cc52 !important;
}

.text-danger,
.dropdown-menu>li>a.text-danger {
	color: #ff0100 !important;
}

.text-info,
.dropdown-menu>li>a.text-info {
	color: #009efb !important;
}

.text-warning,
.dropdown-menu>li>a.text-warning {
	color: #fedb00 !important;
}

.text-purple,
.dropdown-menu>li>a.text-purple {
	color: #7460ee !important;
}

.text-muted {
	color: #757575 !important;
}

.text-black {
	color: #0B0B0B !important;
}

.text-dark {
	color: #000 !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
	background-color: #fedb00;
	border: 1px solid #fedb00;
	color: #000;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
	background-color: #fedb00;
	border: 1px solid #fedb00;
	color: #000;
}

.btn-primary.active:not(:disabled):not(.disabled),
.btn-primary:active:not(:disabled):not(.disabled),
.show>.btn-primary.dropdown-toggle {
	background-color: #fedb00;
	border-color: #fedb00;
	color: #000;
}

.btn-primary.active:focus:not(:disabled):not(.disabled),
.btn-primary:active:focus:not(:disabled):not(.disabled),
.show>.btn-primary.dropdown-toggle:focus {
	box-shadow: unset;
}

.btn-primary.disabled,
.btn-primary:disabled {
	background-color: #1e88e5;
	border-color: #1e88e5;
	color: #fff;
}

.btn-secondary {
	color: #fff;
	background: #fedb00;
	border: 1px solid #fedb00;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.active,
.btn-secondary:active,
.open>.dropdown-toggle.btn-secondary {
	background-color: #fc7f50;
	border: 1px solid #fc7f50;
}

.btn-secondary.active:focus:not(:disabled):not(.disabled),
.btn-secondary:active:focus:not(:disabled):not(.disabled),
.show>.btn-secondary.dropdown-toggle:focus {
	box-shadow: unset;
}

.btn-success {
	background-color: #00e65b;
	border: 1px solid #00e65b
}

.btn-success:hover,
.btn-success:focus,
.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
	background-color: #00cc52;
	border: 1px solid #00cc52;
	color: #fff;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success.focus:active,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
	background-color: #00cc52;
	border: 1px solid #00cc52
}

.btn-success.active:not(:disabled):not(.disabled),
.btn-success:active:not(:disabled):not(.disabled),
.show>.btn-success.dropdown-toggle {
	background-color: #00cc52;
	border-color: #00cc52;
	color: #fff;
}

.btn-success.active:focus:not(:disabled):not(.disabled),
.btn-success:active:focus:not(:disabled):not(.disabled),
.show>.btn-success.dropdown-toggle:focus {
	box-shadow: unset;
}

.btn-success.disabled,
.btn-success:disabled {
	background-color: #00e65b;
	border-color: #00e65b;
	color: #fff;
}

.btn-info {
	background-color: #009efb;
	border: 1px solid #009efb
}

.btn-info:hover,
.btn-info:focus,
.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
	background-color: #028ee1;
	border: 1px solid #028ee1
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info.focus:active,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
	background-color: #028ee1;
	border: 1px solid #028ee1
}

.btn-info.active:not(:disabled):not(.disabled),
.btn-info:active:not(:disabled):not(.disabled),
.show>.btn-info.dropdown-toggle {
	background-color: #028ee1;
	border-color: #028ee1;
	color: #fff;
}

.btn-info.active:focus:not(:disabled):not(.disabled),
.btn-info:active:focus:not(:disabled):not(.disabled),
.show>.btn-info.dropdown-toggle:focus {
	box-shadow: unset;
}

.btn-info.disabled,
.btn-info:disabled {
	background-color: #009efb;
	border-color: #009efb;
	color: #fff;
}

.btn-warning {
	background-color: #fedb00;
	border: 1px solid #fedb00
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
	background-color: #0077c8;
	border: 1px solid #fff;
	color:#fff;
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning.focus:active,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover {
	background-color: #0077c8;
	border: 1px solid #fff;
	color:#fff;

}

.btn-warning.active:not(:disabled):not(.disabled),
.btn-warning:active:not(:disabled):not(.disabled),
.show>.btn-warning.dropdown-toggle {
	background-color: #8a8a8a;
	border-color: #e9ab2e;
	color: #333;
}

.btn-warning.active:focus:not(:disabled):not(.disabled),
.btn-warning:active:focus:not(:disabled):not(.disabled),
.show>.btn-warning.dropdown-toggle:focus {
	box-shadow: unset;
}

.btn-warning.disabled,
.btn-warning:disabled {
	background-color: #fedb00;
	border-color: #fedb00;
	color: #fff;
}

.btn-danger {
	background-color: #ff0100;
	border: 1px solid #ff0100;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
	background-color: #e63333;
	border: 1px solid #e63333;
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger.focus:active,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover {
	background-color: #e63333;
	border: 1px solid #e63333;
}

.btn-danger.active:not(:disabled):not(.disabled),
.btn-danger:active:not(:disabled):not(.disabled),
.show>.btn-danger.dropdown-toggle {
	background-color: #e63333;
	border-color: #e63333;
	color: #fff;
}

.btn-danger.active:focus:not(:disabled):not(.disabled),
.btn-danger:active:focus:not(:disabled):not(.disabled),
.show>.btn-danger.dropdown-toggle:focus {
	box-shadow: unset;
}

.btn-danger.disabled,
.btn-danger:disabled {
	background-color: #f62d51;
	border-color: #f62d51;
	color: #fff;
}

.btn-light.active:focus:not(:disabled):not(.disabled),
.btn-light:active:focus:not(:disabled):not(.disabled),
.show>.btn-light.dropdown-toggle:focus {
	box-shadow: unset;
}

.btn-dark.active:focus:not(:disabled):not(.disabled),
.btn-dark:active:focus:not(:disabled):not(.disabled),
.show>.btn-dark.dropdown-toggle:focus {
	box-shadow: unset;
}

.btn-outline-primary {
	color: #1e88e5;
	border-color: #1e88e5;
}

.btn-outline-primary:hover {
	background-color: #1e88e5;
	border-color: #1e88e5;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
	box-shadow: none;
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
	color: #1e88e5;
	background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
	background-color: #1e88e5;
	border-color: #1e88e5;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
	box-shadow: none;
}

.btn-outline-success {
	color: #00e65b;
	border-color: #00e65b;
}

.btn-outline-success:hover {
	background-color: #00e65b;
	border-color: #00e65b;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
	box-shadow: none;
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
	color: #00e65b;
	background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
	background-color: #00e65b;
	border-color: #00e65b;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
	box-shadow: none;
}

.btn-outline-info {
	color: #009efb;
	border-color: #009efb;
}

.btn-outline-info:hover {
	color: #fff;
	background-color: #009efb;
	border-color: #009efb;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
	box-shadow: none;
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
	background-color: transparent;
	color: #009efb;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
	background-color: #009efb;
	border-color: #009efb;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
	box-shadow: none;
}

.btn-outline-warning {
	color: #fedb00;
	border-color: #fedb00;
}

.btn-outline-warning:hover {
	color: #212529;
	background-color: #fedb00;
	border-color: #fedb00;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
	box-shadow: none;
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
	background-color: transparent;
	color: #fedb00;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
	color: #212529;
	background-color: #fedb00;
	border-color: #fedb00;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
	box-shadow: none;
}

.btn-outline-danger {
	color: #ff0100;
	border-color: #ff0100;
}

.btn-outline-danger:hover {
	color: #fff;
	background-color: #ff0100;
	border-color: #ff0100;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
	box-shadow: none;
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
	background-color: transparent;
	color: #ff0100;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
	background-color: #ff0100;
	border-color: #ff0100;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
	box-shadow: none;
}

.btn-outline-light {
	color: #ababab;
	border-color: #e6e6e6;
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
	color: #ababab;
}

.entrance {
	padding: 10px;
}

.entrance .btn {
	border-radius: 50px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	background-color: #1e88e5;
	border-color: #1e88e5;
}

.pagination>li>a,
.pagination>li>span {
	color: #1e88e5;
}

.page-link:hover {
	color: #1e88e5;
}

.page-link:focus {
	box-shadow: unset;
}

.page-item.active .page-link {
	background-color: #1e88e5;
	border-color: #1e88e5;
}

.dropdown-menu {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	box-shadow: inherit;

	transform-origin: left top 0;
}

.dropdown-item.active,
.dropdown-item:active {
	background-color: #f7f7f7;
}

.navbar-nav .open .dropdown-menu {
	border: 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	background-color: #fff;
}

.card {
	border: 1px solid #e9ecef;
	margin-bottom: 1.875rem;
	border-radius: 0;
}

.card-body {
	padding: 1.5rem;
}

.card-title {
	margin-bottom: 15px;
}

.card-header {
	border-bottom: 1px solid #f0f0f0;
	padding: 1rem 1.5rem;
}

.card-footer {
	background-color: #fff;
	border-top: 1px solid #f0f0f0;
	padding: 1rem 1.5rem;
}

.card .card-header {
	background-color: #fff;
	border-bottom: 1px solid #f0f0f0;
}

.card .card-header .card-title {
	margin-bottom: 0;
}

.btn-light {
	border-color: #e6e6e6;
	color: #a6a6a6;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
	background-color: #1e88e5;
	text-shadow: unset;
}

.bootstrap-datetimepicker-widget table td.today::before {
	border-bottom-color: #1e88e5;
}

.bg-info-light {
	background-color: rgba(2, 182, 179, 0.12) !important;
	color: #1db9aa !important;
}

.bg-primary-light {
	background-color: rgba(17, 148, 247, 0.12) !important;
	color: #2196f3 !important;
}

.bg-danger-light {
	background-color: rgba(242, 17, 54, 0.12) !important;
	color: #e63c3c !important;
}

.bg-warning-light {
	background-color: rgba(255, 152, 0, 0.12) !important;
	color: #fedb00 !important;
}

.bg-success-light {
	background-color: rgba(15, 183, 107, 0.12) !important;
	color: #26af48 !important;
}

.bg-purple-light {
	background-color: rgba(197, 128, 255, 0.12) !important;
	color: #c580ff !important;
}

.bg-default-light {
	background-color: rgba(40, 52, 71, 0.12) !important;
	color: #283447 !important;
}

.text-xs {
	font-size: .75rem !important;
}

.text-sm {
	font-size: .875rem !important;
}

.text-lg {
	font-size: 1.25rem !important;
}

.text-xl {
	font-size: 1.5rem !important;
}

.form-control:focus {
	border-color: #bbb;
	box-shadow: none;
	outline: 0 none;
}

/*-----------------
	3. Header
-----------------------*/

.header-nav {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: transparent;
	border: 0;
	border-bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	position: relative;
	height: 100px;
	padding: 0 20px;
	margin-bottom: 0;
	transition-duration: 0.4s;
	margin-top: 0;
}
@media (max-width: 1440px) {
	.header-nav {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background-color: transparent;
		border: 0;
		border-bottom: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-between;
		-webkit-justify-content: space-between;
		-ms-flex-pack: space-between;
		position: relative;
		height: 80px;
		padding: 0 20px;
		margin-bottom: 0;
		transition-duration: 0.4s;
		margin-top: 0;
	}
}
@media (max-width: 1280px) {
	.header-nav {

		height: 60px;
		padding: 0 20px;
	}
}
.header-page .header-nav {
	background-color: #FFF;
}

.main-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}



.main-nav>li .submenu li a {
	display: block;
	padding: 10px 15px;
	clear: both;
	white-space: nowrap;
	font-size: 1.2rem;
	color: #26292c;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
	width: 100%;
	border-top: 1px solid #f0f0f0;
}

/* .main-nav>li .submenu>li.has-submenu>a::after {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	right: 15px;
	top: 12px;
	font-size: 13px;
} */
.clear-fix{clear: both;}
.main-nav>li .submenu li {
	position: relative;
}

.main-nav li a {
	display: block;
	font-size: 1.25rem !important;
    line-height: 16px;
font-weight: 400;
	color: #26292c;
	padding: 0 20px;
}
.main-nav>li.active>a {
	color: #000;
	font-size: 1.325rem !important;
	font-weight: bold;
    /* background: #f0f0f0;
    border-bottom: 3px solid #0077c8; */
}
@media (max-width: 1440px) {
	.main-nav li a {

		font-size: 1.05rem !important;
	
	}
	.main-nav>li.active>a {

		font-size: 1.225rem !important;
	
	}
}
.main-nav li a:hover {
	/* background: #0077c8; */
	color: #0077c8;

}

.main-nav li.login-link {
	display: none;
}

.logo {
	display: inline-block;
	margin-right: 30px;
	width: 160px;
}

@media (min-width: 1880px) {
	.logo {
		display: inline-block;
		margin-right: 30px;
		width: 260px;
	}
}
@media (max-width: 1440px) {
	.logo {
		display: inline-block;
		margin-right: 30px;
		width: 120px;
	}
}
.header-navbar-rht {
	margin: 0;
	margin-left: 0;
	padding: 0;

}

.nav {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.header-navbar-rht>li {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding-right: 15px;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	position: relative;
}
@media (max-width: 768px) {
	.hide_xs{display: none;}
	.header-navbar-rht>li {
		padding-right: 5px;
	}
}
.header-navbar-rht>li.user-nav {
	display: none
}

.header-navbar-rht li:last-child {
	padding-right: 0px;
}

.header-navbar-rht>li>a {
	font-size: 1.25rem;
	font-weight: 500;
	color: #26292c;
}
.header-navbar-rht>li>a:hover {
	
	color: #0077c8;
}
.header-navbar-rht>li>a:hover i{
	
	background-color: #0077c8;
	color: #fff;
}

.header-navbar-rht>li>a svg {
	width: 30px;
	height: 30px;
}

.nav-icon img {
	width: 30px;
	height: 30px;
	position: relative;
}
.nav-icon{    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-right: 4px;
    padding-left: 4px;
    margin-left: 4px;
    margin-right: 0;
    min-width: 44px;}

.nav-icon i {
	background: #000;
    color: #fff;
    font-size: 1.225rem;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 30px;
    padding: 5px;
}
.menu-close i{font-size: 1.625rem;}
.header-navbar-rht li .dropdown-menu {
	border: 0;
	box-shadow: 0px 0px 28px 15px rgba(0, 0, 0, 0.06);
	border-radius: 10px;
}

.header-navbar-rht .dropdown-toggle.show+.dropdown-menu {
	visibility: visible;
	opacity: 1;
	margin-top: 0;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.header-navbar-rht li .dropdown-menu {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	display: block;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
}

.header-navbar-rht .dropdown-toggle::after {
	display: none;
}

.header-navbar-rht li .dropdown-menu .dropdown-item {
	border-top: 1px solid transparent;
	padding: 10px 15px;
}

.header-navbar-rht li .dropdown-menu .dropdown-item:first-child {
	border-top: 0;
	border-radius: 5px 5px 0 0;
}

.header-navbar-rht li .dropdown-menu .dropdown-item:last-child {
	border-radius: 0 0 5px 5px;
}

.header-navbar-rht li a.header-login:hover {
	background-color: #0077c8;
	border-color: #0077c8;
	color: #fff;
}

.header-navbar-rht li a.header-login {
	border-radius: 50px;
	text-align: center;
	font-size: 1rem;
	color: #0077c8;
	text-transform: capitalize;
	font-weight: 500;
	min-width: 150px;
	border: 3px solid #B4A7F5;
	padding: 10px 15px;
}

.header-navbar-rht li a.header-sign {
	min-width: 150px;
	padding: 14px 15px;
	background: rgb(241 241 241 / 42%);
	border-radius: 46.9159px;
	text-align: center;
}

.header-navbar-rht li a.header-sign:hover {
	background-color: #0077c8;
	border-color: #0077c8;
	color: #fff;
}

.add-header-bg .header-navbar-rht li a.header-sign {
	background: #b4a7f5;
	border: 3px solid #B4A7F5;
	color: #fff;
	padding: 10px 15px;
}

.add-header-bg .header-navbar-rht li a.header-sign:hover {
	background: #fff;
	color: #22100D;
	border: 3px solid #B4A7F5;
}

.header .has-arrow .dropdown-toggle:after {
	border-top: 0;
	border-left: 0;
	border-bottom: 2px solid #757575;
	border-right: 2px solid #757575;
	content: '';
	height: 8px;
	display: inline-block;
	pointer-events: none;
	-webkit-transform-origin: 66% 66%;
	-ms-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	width: 8px;
	vertical-align: 2px;
	margin-left: 10px;
}

.header .has-arrow .dropdown-toggle[aria-expanded="true"]:after {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.user-menu {
	float: right;
	margin: 0;
	position: relative;
	z-index: 99;
}

.user-menu.nav>li>a {
	color: #fff;

	line-height: 58px;
	padding: 0 15px;
	height: 60px;
}

.user-menu.nav>li>a:hover,
.user-menu.nav>li>a:focus {
	background-color: rgba(0, 0, 0, 0.2);
}

.user-menu.nav>li>a:hover i,
.user-menu.nav>li>a:focus i {
	color: #fff;
}

.user-img {
	display: inline-block;
	position: relative;
}

.user-img>img {
	height: 50px;
	object-fit: cover;
	width: 50px;
	border-radius: 50%;
	border: 3px solid #E0E0E0;
}

.user-header .avatar img {
	width: 50px;
	height: 50px;
	border: 3px solid #E0E0E0;
}

.user-menu.nav>li>a.mobile_btn {
	border: 0;
	position: relative;
	padding: 0;
	margin: 0;
	cursor: pointer
}

.header-navbar-rht .dropdown-menu {
	min-width: 200px;
	padding: 0;
}

.header-navbar-rht .dropdown-menu .dropdown-item {
	padding: 7px 15px;
}

.header-navbar-rht .dropdown-menu .dropdown-item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-top: 1px solid #e3e3e3;
	padding: 10px 15px;
}

.header-navbar-rht .dropdown-menu .dropdown-item:hover,
.header-navbar-rht .dropdown-menu .dropdown-item:hover i {
	color: #fedb00;
}

.user-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px 15px;
}

.user-header .user-text {
	margin-left: 10px;
}

.user-header .user-text h6 {

	margin-bottom: 2px;
}

.header-navbar-rht .logged-item .nav-link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;

	line-height: 70px;
	padding: 0 10px;
}

.header-fixed {
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 999;
	background-color: #fff;
	border-top: 3px solid #0077c8;
	box-shadow: 0 0 5px #ccc;
}

.header {
	background-color: #fff;
}

.add-header-bg {
	box-shadow: 0px 4px 15px rgb(0 0 0 / 8%);
	transition-duration: 0.4s;
	background: #fff;
	margin: 0;
	height: 100px;
	padding: 0 20px;
}
@media (max-width: 1440px) {
	.add-header-bg {

		height: 80px;
		padding: 0 20px;
	}
}
@media (max-width: 1280px) {
	.add-header-bg {

		height: 60px;
		padding: 0 20px;
	}
}
.users .dropdown-item i {
	color: #fedb00;
}

.dropdown-item.night-mode {
	justify-content: space-between;
}

.dropdown-item.night-mode i {
	color: #685F78;
}

.topnav-dropdown-header {
	border-bottom: 1px solid #EEF1FE;
	text-align: center;
}

.topnav-dropdown-header {

	height: 40px;
	line-height: 40px;
	padding-left: 15px;
	padding-right: 15px;
}

.topnav-dropdown-footer {
	border-top: 1px solid #eee;
}

.topnav-dropdown-footer a {
	display: block;
	text-align: center;
	color: #333;
}

.notifications .noti-content {
	height: 300px;
	width: 420px;
	overflow-y: auto;
	padding-right: 0;
	position: relative;
}

.notifications .noti-content::-webkit-scrollbar {
	width: 6px;
	background: #fff;
	height: 10px;
}

.notifications .noti-content::-webkit-scrollbar-track {
	border-radius: 4px;
}

.notifications .noti-content::-webkit-scrollbar-thumb {
	background: #8A8A95;
	border-radius: 4px;
}

.notifications .noti-content::-webkit-scrollbar-thumb:hover {
	background: #1B2559;
}

.notifications .media .avatar>img {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	margin-right: 16px;
}

.notification-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.notifications ul.notification-list>li {
	margin-top: 0;
	border-bottom: 1px solid #E4E8EE;
	box-shadow: 0px 1px 0px #E4E8EE;
	display: block;
	padding: 15px;
	border-radius: 2px;
}

.notifications ul.notification-list>li:last-child {
	border-bottom: none;
}

.notifications ul.notification-list>li .list-item {
	border: 0;
	padding: 0;
	position: relative;
}

.notifications .notification-message h6 {
	font-weight: 600;

	color: #1A1F36;
	margin-bottom: 15px;
}

.notifications .notification-message h6 span {
	font-weight: 500;
}

.notifications .notification-message p {
	font-weight: 500;

	color: #565758;
	margin-bottom: 0;
}

.notifications .notification-message .btn {
	font-weight: 500;

	padding: 4px 8px;
	margin-bottom: 8px;
	border-radius: 4px;
}

.notifications .notification-message .noti-details {
	color: #1A1F36;
	position: relative;
	border-left: 4px solid #DDDEE1;
	padding-left: 8px;
	margin-bottom: 8px;
}

.notifications .notification-message .btn-accept {
	background: #E95744;
	border: 1px solid #E95744;
	color: #FFF;
}

.notifications .notification-message .btn-reject {
	background: #FFFFFF;
	border: 1px solid #DDDEE1;
	color: #3C4257;
}

.topnav-dropdown-header .notification-title {
	color: #1A1F36;
	display: block;
	float: left;

	font-weight: 500;
}

.topnav-dropdown-header .clear-noti {
	color: #1A1F36;
	float: right;

	font-weight: 500;
}

.topnav-dropdown-header .clear-noti i {
	font-weight: 500;
}

.notification-title select {
	background: #515669;
	border-radius: 4px;
	color: #FFF;
}

.notification-title select:focus-visible {
	outline: 0;
}

.wishes-list {
	padding: 15px !important;

}

.wish-header a {
	font-size: 12px;
	text-decoration: underline;
}

.wish-nav .wishes-list {
	padding-right: 0 !important;
}

.wish-nav .wish-content ul li {
	margin-right: 15px;
}

.wish-content {
	height: 350px;
	width: 415px;
	overflow-y: auto;
	position: relative;
	padding-right: 0;
}

.wish-content::-webkit-scrollbar {
	width: 6px;
	background: #fff;
	height: 10px;
}

.wish-content::-webkit-scrollbar-track {
	border-radius: 4px;
}

.wish-content::-webkit-scrollbar-thumb {
	background: #8A8A95;
	border-radius: 4px;
}

.wish-content::-webkit-scrollbar-thumb:hover {
	background: #1B2559;
}

.wish-content .media .avatar img {
	width: 84px;
	height: 63px;
	border-radius: 5px;
	margin-right: 10px;
}

.wish-content ul {
	list-style: none;
	padding: 0;
	margin: 0 0 20px;
}

.wish-content ul li {
	padding: 15px 0;
	border-bottom: 1px solid #DFDFE0;
}

.wish-nav .wish-content ul {
	margin: 0;
}

.wish-nav .wish-content ul li:first-child {
	padding-top: 0;
}

.wish-nav .wish-content ul li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.wish-content ul li .media {
	display: flex;
	justify-content: space-between;
}

.wish-content h6 {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 2px;
}

.wish-content h6 a {
	color: #000;

}

.wish-content h6 a:hover {
	color: #0077c8;
}

.wish-content .media-body {
	overflow: hidden;
}

.media-wide {
	width: 75%;
}

.wish-content p {
	color: #685F78;
	font-size: 12px;
	margin-bottom: 2px;
}

.wish-content h5 {
	color: #0077c8;

	font-weight: 700;
	margin-bottom: 0;
}

.wish-content h5 span {
	color: #777777;
	font-size: 10px;
	font-weight: 300;
	margin-bottom: 0;
}

.wish-nav .remove-btn a {
	margin-top: 10px;
}

.remove-btn a {
	background: #FFFFFF;
	border: 1px solid #0077c8;
	padding: 5px 10px;
	border-radius: 0;
	font-weight: 500;
	font-size: 12px;
}

.remove-btn a:hover {
	background: #0077c8;
	color: #FFF;
}

.total-item {
	text-align: right;
}

.total-item h6 {

	color: #000000;
	margin-bottom: 10px;
}

.total-item h5 {
	font-size: 1rem;
	font-weight: 600;
	color: #000000;
}

.night-mode .check-on .form-check-input {
	min-height: 20px;
	width: 38px;
}

.night-mode .form-switch .form-check-input:focus {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
}

.night-mode .form-switch .form-check-input:checked {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%230077c8'/%3e%3c/svg%3e") !important;
}

.night-mode .form-switch .form-check-input {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
	background-color: #E0E0E0;
	border-color: #E0E0E0;
}

/*-----------------
	4. Mobile Menu
-----------------------*/

.sidebar-overlay {
	background-color: rgba(0, 0, 0, 0.6);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1040;
}

.sidebar-overlay.opened {
	display: block;
}

.menu-opened .main-menu-wrapper {
	transform: translateX(0);
}

.menu-header {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	height: 60px;
	padding: 0 20px;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	border-bottom: 1px solid #f0f0f0;
	display: none;
}

.menu-logo img {
	width: 130px;
}

.menu-close {
	font-size: 1.2rem;
}

.bar-icon {
	display: inline-block;
	width: 30px;
	height: 30px;
	padding: 10px;
	border-radius: 25px;
	margin-right: 10px;

}

.bar-icon span {
	background-color: #0077c8;
	display: block;
	float: left;
	height: 3px;
	margin-bottom: 5px;
	width: 28px;
	border-radius: 2px;
}

.bar-icon span:nth-child(2) {
	width: 18px;
}

.bar-icon span:nth-child(3) {
	margin-bottom: 0;
}

#mobile_btn {
	display: none;
	margin-right: 30px;

}
@media (max-width: 768px) {
html.menu-opened body {
	overflow: hidden;
}

html.member_menu_opened body {
	overflow: hidden;
}

html.dialog_opened body {
	overflow: hidden;
}
}
/*-----------------
	5. Footer
-----------------------*/

.footer {
	background-color: #000;
	position: relative;
}

.footer-top {
	padding-top: 60px;
	position: relative;
	z-index: 9;

}

.footer-top .footer-about-content {
	max-width: 315px;
}

.footer-bottom {
	position: relative;
	z-index: 9;
}

.footer-title {
	color: #fff;
    font-size: 1.225rem;
    font-weight: 600;
    margin-bottom: 16px;
    text-transform: capitalize;
    border-bottom: 3px solid #ccc;
    padding-bottom: 10px;
}

.footer-widget.footer-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	outline: none;
}

.footer-widget .footer-logo {
	margin-bottom: 15px;
}

.footer-widget .footer-logo img {
	width: 160px;
	max-width: 100%;
}

.footer-widget .footer-about-content p {
	color: #fff;
}

.footer-widget .footer-about-content p:last-child {
	margin-bottom: 0;
}

.footer-menu ul li {
	margin-bottom: 10px;
	position: relative;
}

.footer-menu ul li:last-child {
	margin-bottom: 0;
}

.footer-menu ul li a {
	color: #fff;
	transition: all 0.4s ease 0s;
}

.footer-menu ul li a i {
	margin-right: 5px;
}

.footer-widget.footer-menu ul li a:hover {
	color: #0077c8;
}

.footer-contact-info {
	color: #fff;
	margin-top: 20px;
}
.footer-contact-info a{
	color: #fff;

}

.footer-contact-info img {
	margin-right: 12px;
}

.footer-contact-info .footer-address {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}

.footer-contact-info .footer-address span {
	margin-right: 20px;
}

.footer-contact-info .footer-address {
	margin-bottom: 10px;
}

.footer-contact-info .footer-address p {
	margin-bottom: 0px;
	line-height: 30px;
}

.footer-contact-info p {
	color: #fff;
	margin-bottom: 10px;
}

.footer-contact-info p i {
	margin-right: 15px;
	font-size: 1.625rem;
    float: left;
}

.footer-bottom .copyright {
	padding: 40px 0;
}

.footer-bottom {}

.footer-bottom .copyright-text p {
	color: #fff;
	text-align: right;
}

.footer-bottom .copyright-text p a:hover {
	color: #0077c8;
}

.privacy-policy ul {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	list-style: none;
	padding: 0;
	margin: 0;
}

.privacy-policy ul li {
	padding: 0px 10px;
	border-right: 1px solid #B2B1FC;
	list-style: none;
}

.privacy-policy ul li a {
	color: #000;
}

.privacy-policy ul li a:hover {
	color: #0077c8;
}

.privacy-policy ul li:last-child {
	border-right: 0;
}

.privacy-policy ul li:first-child {
	padding-left: 0;
}

.news-letter .form-control {
	border: 0;
	padding: 0;
	background: transparent;
	color: #fff;
}
 /* Chrome, Firefox, Opera, Safari 10.1+ */  
 .news-letter .form-control::placeholder {   
	color: rgba(255,255,255,0.6);  
}  

/* Microsoft Edge */  
.news-letter .form-control:-ms-input-placeholder {   
	color: rgba(255,255,255,0.6);  
}  

/* Mozilla Firefox 4 to 18 */  
.news-letter .form-control:-moz-placeholder {     
	color: rgba(255,255,255,0.6);  
	opacity:  1;  
}  

/* Internet Explorer 10-11 */  
.news-letter .form-control:-ms-input-placeholder {   
	color: rgba(255,255,255,0.6);  
}  
.news-letter form {
	border-bottom: 3px solid #e9ecef;
}
.news-letter input:-webkit-autofill, .news-letter input:-webkit-autofill:hover, .news-letter input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #000 inset !important;
	color: #fff;
}
/*-----------------
	6. Home
-----------------------*/

.home-slide {
	position: relative;
	background-color: #0077c8 !important;
	min-height: 800px;
}

.section-header.section-head-one .sub-title {
	color: #777777;
	font-size: 1.2rem;
	font-weight: normal;
	max-width: 760px;
}

.section-header.section-head-one h2 {
	color: #0B0B0B;
}

.home-slide-text {
	line-height: 36px;
}

.home-slide-text h5 {
	color: #685F78;
	font-size: 1.25rem;
	margin-bottom: 25px;
}

.home-slide-text h1 {
	font-weight: 700;
	font-size: 3em;
	margin-bottom: 10px;
	line-height: 1.2;
	max-width: 500px;
}

.home-slide-text p {
	font-weight: 500;
	font-size: 1.2rem;
	color: #685F78;
	margin-bottom: 8px;
}

.home-slide-text h1 span {
	color: #6255A4;
}

.girl-slide-img img {
	width: 100%;
}

.location-search .form-control {
	padding-right: 160px;
}

.home-slide .search-box .search-btn {
	width: 150px;
	-ms-flex: 0 0 150px;
	flex: 0 0 130px;
	border-radius: 5px;
	position: absolute;
	top: 8px;
	right: 8px;
	padding: 0px;
}

.bg-search a {

	font-weight: bold;
	color: #fff;
}

.bg-search {
	background-color: #6255a4;
	border: 1px solid #6255a4;
	color: #fff;
}

.bg-search:hover {
	background-color: #54469f;
	border: 1px solid #54469f;
	color: #fff;
}

.trust-user p {
	font-size: 1.25rem;
	color: #685F78;
	font-weight: 500;
	margin: 30px 0px 10px
}

.rate-head h2 {
	margin-right: 40px;
	color: #000000;
	font-size: 3em;
	font-weight: 700;
	margin-bottom: 0;
}

.trust-rating .rating {
	margin-bottom: 0;
}

.trust-rating .rating i {
	padding: 0px 9px;
}

.rating h2 {
	color: #000000;
	font-size: 3em;
	font-weight: 700;
	margin-bottom: 0;
}

.banner-content .form-inner {
	padding: 12px;
	padding-left: 0;
	background-color: #fff;
	border-radius: 35px;
	width: 100%;
	border: 0;
	max-width: 740px;
	height: 70px;
}

.banner-content .input-group {
	background: #fff;
	border-radius: 130px;

}

.banner-content .input-group .search-icon {
	display: flex;
	align-items: center;
	color: #0077c8;
}

.banner-content .input-group .form-control::placeholder {
	color: #a2a2a2;
}

.banner-content .input-group .input-group-prepend {
	margin-right: 0;
}

.banner-content .form-control {
	background: #fff;
	border-radius: 40px;
	border: 0;
	height: 44px;
	color: #000;
	font-size: 1.2rem;
	margin-right: 10px;
}

.drop-detail .form-select {
	border: 0;
	border-radius: 50px;
	background-color: #c3cbf2;

}

.drop-detail .form-select:focus {
	box-shadow: none;
}

.drop-detail {
	width: 254px;
	display: flex;
	margin: 0px 17px;
	border-radius: 50px !important;
	border: 0;
	height: 44px;
}

.banner-content .select2-container {
	border-radius: 50px;
	background-color: #fff;
	z-index: unset;
}

.banner-content .select2-container .select2-selection--single .select2-selection__rendered {

	padding-left: 15px;
}

.banner-content .select2-container .select2-selection--single {
	border: 0;
	align-items: center;
	display: flex;
	background: transparent;
	height: 44px;
}

.banner-content .select2-container--default.select2-container--open.select2-container {
	border-radius: 3px;
}

.select2-dropdown {
	border: 1px solid #c3cbf2;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #22100D;
	border-style: solid;
	border-width: 0 2px 2px 0;
	padding: 3px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	margin-top: -5px;
	margin-left: -11px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: #1B2559;
	border-width: 2px 0 0 2px;
	padding: 3px;
	margin-top: 1px;
}

.select2-results__option {}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #c3cbf2;
	color: #22100D;

}

.banner-content .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: auto;
}

.banner-content .sub-btn {
	background: #0077c8;
	border-radius: 50px !important;
	font-weight: bold;
	border: 1px solid #0077c8;
	margin: 0px;
	font-size: 1.2rem;
	line-height: 18px;
	padding: 10px 15px;
	color: #fff;
	width: 44px;
}

.banner-content .sub-btn:hover,
.banner-content .sub-btn:focus {
	background: #fc7f50;
	border-color: #fc7f50;
}

.banner-content .form-control.catecory-mentor {
	background: #c3cbf2;
	margin: 0px 10px;

	color: #22100D;
}

.section-header {
	margin-bottom: 18px;
	position: relative;
	display: flex;
}

.section-sub-head h2 {
	font-size: 2.2em;
	margin-bottom: 0;
	font-weight: 300;
	color: #0B0B0B;
	letter-spacing: 0.9px;
}

.section-sub-head span {
	color: #0077c8;
	font-size: 1.2rem;
	font-weight: 300;
	padding-bottom: 18px;
	display: block;
	letter-spacing: 0.9px;
}

.section-text {
	max-width: 700px;
	color: #685F78;
	font-size: 1rem;
	font-weight: 500;
}

.all-btn {
	margin-left: 20px;
}
.all-category{width: 97%;
    padding: 0 10px;padding-top: 15px;}
.all-category .btn-primary {
	color: #0077c8;
	border: 3px solid #0077c8;
	backdrop-filter: blur(151.39px);
	border-radius: 46.9159px;
	background: transparent;
	border-radius: 46.9159px;
	min-width: 150px;
	width: calc(25% - 6px);
	padding: 15px 15px;
	font-weight: 500;
}
.sticky .all-category .btn-primary {
	width:25%;
}
.sticky .all-category{width: 100%;}
.all-category .btn-primary:hover {
	background-color: #fedb00;
	border-color: #fedb00;
	color: #000;
}

.btn-blue {
	background: #0077c8 !important;
	border: 3px solid #0077c8 !important;
	color: #fff !important;

}

.btn-blue:Hover {
	background: #fedb00 !important;
	border: 3px solid #fedb00 !important;
	color: #000;

}

.rating {
	list-style: none;
	margin: 0 0 7px;
	padding: 0;
	width: 100%;
}

.rating i {
	color: #dedfe0;
}

.rating i.filled {
	color: #FFB54A;
}

.online-course {
	border-radius: 20px;
	padding: 25px;
	position: relative;
	background: #fff;
}

.course-radius {
	border-radius: 20px;
	width: 100%;
	border: 1px solid #e9ecef;
}

.blur-border.course-radius {
	padding: 1px;
	border-radius: 20px;
}

.course-full-width {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	top: 0;
	transition: top ease 0.5s;
}

.course-full-width:hover {
	top: -10px;
	transition: top ease 0.5s;
}

.online-course h4 {
	margin-bottom: 0;
	font-size: 1.25rem;
	font-weight: 600;
}

.course-inner-content {
	display: block;
	padding-left: 18px;
}

.course-inner-content h4 {
	margin-bottom: 8px;
	font-weight: 700;
	color: #000;
}

.course-inner-content p {
	color: #000000;
	font-size: 1rem;
	margin-bottom: 0;
}

.student-course {
	position: relative;
	margin-top: -60px;
}

.how-it-works {
	background: #fff;
	padding: 80px 0;
	position: relative;
}

.feature-box {
	position: relative;
	z-index: 9;
	width: 100%;
	margin-bottom: 25px;
	background: #FFFFFF;
	border: 1px solid #e9ecef;
	box-shadow: -11.729px -11.729px 32px rgba(255, 255, 255, 0.15);
	border-radius: 10px;
}

.feature-bg {
	padding: 25px;
	width: 100%;
	border-radius: 10px;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.feature-bg:hover {
	background: #413655;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.feature-bg:hover p,
.feature-bg:hover .feature-text {
	color: #fff;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.feature-bg p {
	color: #685F78;

	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.feature-header {
	margin-bottom: 10px;
}

.feature-icon {
	margin-right: 15px;
	font-size: 1.8em;
	width: 105px;
	border-radius: 100px;
	height: 105px;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	color: #fff;
	margin: 0 auto;
}

.mentoring-course .owl-stage {
	padding-top: 55px;
}

.feature-heading {
	text-transform: uppercase;

	font-weight: 700;
}

.feature-text {
	font-size: 1.2rem;
	font-weight: 700;
	padding-top: 25px;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	max-width: 130px;
	margin: 0 auto 25px;
}

.feature-bg p {
	margin-bottom: 0px;
}

.mentoring-course {
	margin-top: 40px;
}

.owl-theme .owl-nav {
	display: none;
}

.owl-theme .owl-dots .owl-dot span {
	width: 15px;
	height: 15px;
	margin: 0px 5px;
	background: #c3cbf2;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #0077c8;
	width: 50px;
	height: 15px;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
	margin-top: 26px;
}

.new-course {
	padding: 80px 0px 56px;
	background-image: url(../img/banner.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}

.new-course:before {
	content: "";
	position: absolute;
	background-image: url(../img/course-bg.png);
	width: 100%;
	height: 100%;
	top: 0;
	background-repeat: no-repeat;
}

.course-feature {
	margin-top: 57px;
}

.product .rating i {
	font-size: 13px;
}

.course-box {
	margin-bottom: 25px;
	border-radius: 10px;
}

.product {
	border-radius: 10px;
	position: relative;
	padding: 20px;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	background: #fff;
	backdrop-filter: blur(17px);
	-webkit-backdrop-filter: blur(17px);
}

.product:hover {
	background: #413655;
	color: #fff;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.product:hover .course-info p,
.product:hover .course-name p,
.product:hover .btn-primary,
.product:hover .course-name h4 a,
.product:hover .product-content h3 a,
.product:hover .course-share i {
	color: #fff;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.product:hover .course-name h4 a:hover,
.product:hover .product-content h3 a:hover {
	color: #0077c8;
}

.product:hover .rating-img img,
.product:hover .course-view img {
	filter: invert(1) brightness(100);
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.product-img {
	position: relative;
	overflow: hidden;
	z-index: 1;
	border-radius: 10px 10px 10px 10px;
}

.product-img img {
	width: 100%;
	border-radius: 4px 4px 0 0;
	transform: translateZ(0);
	transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
}

.product-img:hover img {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	transform: scale(1.15);
}

.product-content {
	padding-top: 18px;
	display: inline-block;
	width: 100%;
}

.product-content h3 {
	font-size: 1.2rem;
	color: #000000;
	font-weight: 500;
	line-height: 1.3;
}

.product-content h3 a:hover {
	color: #0077c8;
}

.product-content .instructor-text {
	max-width: 320px;
}

.product .rating {
	margin-left: auto;
	margin-bottom: 15px;
	width: auto;
}

.course-info {
	margin: 16px 0px 18px;
}

.course-info .course-view img,
.course-info .rating-img img {
	width: 18px;
}

.course-info p {
	margin-bottom: 0;
	color: #685F78;
	font-size: 1rem;
	margin-left: 12px;
}

.course-view {
	margin-left: auto;
}

.course-group {
	margin-bottom: 17px;
}

.course-group-img img {
	max-width: 50px;
	height: 50px;
	border-radius: 25px;
	margin-right: 10px;
}

.course-share {
	margin-left: auto;
}

.color-active {
	color: red;
	font-weight: 700;
}

.course-share i {
	color: #0077c8;
	font-size: 1.25rem;
}

.course-share a:hover i {
	font-weight: 700;
}

.course-name h4 {
	font-size: 1.2rem;
	margin-bottom: 5px;
	font-weight: 600;
}

.course-name p {
	margin-bottom: 0;

	color: #685F78;
}

.average-rating span {
	color: #FFB54A;
}

.master-skill {
	padding: 80px 0px 0px;
}

.blur-border {
	padding: 3px;
	border-radius: 10px;
}

.rotate-box {
	position: relative;
	transform: rotate(30deg);
}

.certified-group {
	border-radius: 20px;
	margin-bottom: 24px;
	position: relative;
	top: 0;
	transition: top ease 0.5s;
	width: 100%;
	border: 1px solid #e9ecef;
}

.certified-group:hover {
	top: -10px;
}

.certified-img {
	background: #fff;
	border-radius: 10px;
	width: 72px;
	height: 72px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.get-certified {
	background: #fff;
	padding: 20px;
	border-radius: 20px;
}

.get-certified p {
	margin-bottom: 0;
	color: #685F78;

	margin-left: 24px;
	font-weight: 500;
}

.career-group {
	margin: 60px 0px;
}

.trend-course {
	padding: 80px 0px;
	background-image: url(../img/bg-banner.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.trending-course {
	position: relative;
	margin-top: 57px;
}

.trend-box {
	background: transparent;
	border: 1px solid #e9ecef;
	padding: 0;
}

.trend-product {
	background: #fff;
}

.price {
	background: #fff;
	position: absolute;
	bottom: 20px;
	right: 20px;
	min-width: 149px;
	padding: 14px 15px;
	border-radius: 10px;
}

.price.combo {
	background: #fff;
	position: absolute;
	bottom: 20px;
	right: 20px;
	min-width: 149px;
	padding: 14px 15px;
	border-radius: 10px;
}

.price.combo {
	min-width: 80px;
	padding: 12px 12px;
}

.price.combo h3 {
	color: #159F46;
	font-weight: 700;
	font-size: 1.5rem;
}

.price h3 span {
	text-decoration: line-through;

	color: #777777;
}

.price h3 {
	font-size: 1.5rem;
	color: #0077c8;
	font-weight: 700;
	margin-bottom: 0;
}

.feature-instructors {
	padding-top: 80px;
}

.feature-head {
	margin: auto;
}

.feature-head h2 {
	margin-bottom: 25px;
}

.instructors-widget {
	background: #FFFFFF;
	border: 1px solid #e9ecef;
	border-radius: 10px;
	box-shadow: 0px 5px 13px 6px rgba(212, 211, 254, 0.23);
	margin-bottom: 24px;
}

.instructors-course {
	margin-top: 57px;
}

.instructors-img {
	position: relative;
	overflow: hidden;
	z-index: 1;
	border-radius: 10px 10px 0 0;
	padding-bottom: 0;
}

.instructors-img img {
	transform: translateZ(0);
	transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
}

.instructors-img:hover img {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	transform: scale(1.15);
}

.instructors-content {
	padding: 20px;
}

.instructors-content h5 {
	font-size: 1.25rem;
	font-weight: 600;
	margin-bottom: 0;
}

.instructors-content p {
	margin-bottom: 0;
	color: #685F78;
	font-size: 1rem;
	margin: 16px 0px 18px;
}

.student-count i {
	display: flex;
	align-items: center;
	color: #0077c8;
	margin-right: 17px;
}

.student-count .yellow {
	display: flex;
	align-items: center;
	color: #FFB54A;
	margin-right: 17px;
}

.student-count .violet {
	display: flex;
	align-items: center;
	color: #0077c8;
	margin-right: 17px;
}

.student-count .orange {
	display: flex;
	align-items: center;
	color: #fedb00;
	margin-right: 17px;
}

.student-count span {
	color: #685F78;

}

.lead-companies {
	padding: 0px 0px 56px;
}

.lead-companies .owl-carousel .owl-stage {
	display: flex;
	display: -webkit-flex;
	-webkit-align-items: center;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
}

.owl-carousel .owl-item .lead-img img {
	width: auto;
}

.lead-group {
	padding: 30px 0px 24px;
}

.trust-lead .get-certified {
	padding: 20px;
}

.trust-lead .certified-img img {
	top: inherit;
	left: inherit;
}

.share-knowledge {
	padding: 60px 0px;
	background-image: url(../img/bg-banner-01.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.join-mentor h2 {
	color: #1F1F1F;
	font-size: 2.2em;
	font-weight: 700;
	margin-bottom: 0px;
}

.join-mentor p {
	font-size: 1.2rem;
	color: #685F78;
	margin: 30px 0px;
}

.course-list {
	padding: 0;
	margin-bottom: 35px;
}

.course-list li {
	list-style: none;
	font-weight: 600;
	font-size: 1.25rem;
	margin-bottom: 20px;
}

.course-list li i {
	color: #0077c8;
	margin-right: 15px;
}

.latest-blog {
	padding: 80px 0px 63px;
	background-image: url(../img/bg-banner-02.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.blogs-slide {
	margin-top: 57px;
}

.blogs-slide .blog-widget {
	border: 1px solid #e9ecef;
	margin-bottom: 24px;
	padding: 0;
}

.blog-widget .instructors-img {
	padding: 0;
}

.enroll-group {
	background: linear-gradient(90deg, rgba(161, 196, 253, 0.79) 0%, rgba(194, 233, 251, 0.36) 100%);
	border: 1px solid rgba(255, 222, 218, 0.38);
	border-radius: 20px;
	padding: 30px;
	margin: 80px 0px;
}

.enroll-img {
	background: #fff;
	border-radius: 10px;
	padding: 10px;
}

.course-count {
	margin-left: 25px;
	color: #000000;
}

.course-count p {
	margin-bottom: 0;
	font-size: 1.2rem;
}

.course-count h3 {
	font-weight: 700;
	font-size: 2.2em;
	margin-bottom: 15px;
}

.icon-group {
	padding-top: 17px;
}

.enroll-group .total-course {
	margin-bottom: 0px;
}

.icon-group .total-course {
	width: 70px;
	height: 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 24px;
}

.icon-group .total-course {
	position: relative;
	top: 0;
	transition: top ease 0.5s;
	cursor: pointer;
}

.icon-group .total-course:hover {
	top: -10px;
}

.total-course {
	margin-bottom: 24px;
}

.user-love {
	padding: 80px 0px;
	background-image: url(../img/user-love.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 500px;
}

.white-header span,
.white-header h2 {
	color: #fff;
}

.become-instructors {
	padding: 327px 0px 100px;
}

.student-mentor {
	background: #c3cbf2;
	padding: 30px;
	border-radius: 20px;
	color: #000000;
	position: relative;
}

.student-mentor h4 {
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 18px;
}

.top-instructors p {
	font-size: 1.2rem;
	margin-bottom: 0;
	margin-bottom: 40px;
}

.yellow-mentor {
	background: #FFE88F;
}

.testimonial-four {
	background: #fff;
	position: relative;
}

.review {
	position: absolute;
	width: 100%;
	bottom: -240px;
}

.mentor-testimonial {
	z-index: 9;
}

.testimonial-four .slick-list {
	border: 14px solid #ededed;
	max-width: 70%;
	margin: auto;
	border-radius: 45px;
	background: linear-gradient(142.13deg, rgba(255, 255, 255, 0.28) 1.8%, rgba(255, 255, 255, 0.31) 99.75%);
	backdrop-filter: blur(151.39px);
}

.testimonial-four .testimonial-two-head {
	max-width: 90%;
	border: 0;
	background: none;
}

.testimonial-bg-left img {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, 50%);
	position: absolute;
	top: 50%;
	left: 174px;
}

.testimonial-bg-left,
.testimonial-bg-right,
.testimonial-bg-top {
	position: relative;
}

.testimonial-bg-right img {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, 50%);
	position: absolute;
	top: 50%;
	right: -125px;
}

.testimonial-bg-top img {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50px;
	left: 38%;
}

.testimonial-four .h-four {
	padding-bottom: 140px;
}

.testimonial-four .slick-slide img {
	transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
}

.fount-about-img img {
	margin: auto;
	border-radius: 50px;
	width: 80px;
}

.fount-about-img span {
	color: #6E6C83;
	font-size: 1.2rem;
	font-weight: 300;
}

.fount-about-img h3 {
	font-size: 1.5rem;
	color: #201F2E;
	margin: 17px 0px 10px;
}

.testimonial-four .testimonial-two-head p {
	font-size: 1.25rem;
	color: #fff;
	font-weight: 500;
	line-height: 1.6;
	font-style: italic;
	margin: 37px 0px 43px;
}

.testi-quotes {
	position: relative;
}

.testi-quotes img {
	position: absolute;
	left: 205px;
	z-index: 99;
	top: -31px;
}

.testimonial-four .slick-prev,
.testimonial-four .slick-next {
	top: 62%;
}

.testimonial-four .slick-prev {
	left: 20%;
	z-index: 99;
	background: #fff;
	width: 60px;
	height: 60px;
	border-radius: 0;
}

.testimonial-four .slick-next {
	right: 22%;
	background: #fff;
	width: 60px;
	height: 60px;
	border-radius: 0;
}

.testimonial-four .slick-prev:hover,
.testimonial-four .slick-next:hover,
.testimonial-four .swiper-button-prev:hover,
.testimonial-four .swiper-button-next:hover {
	color: #fff;
	background: #0077c8;
	opacity: 1;
}

.testimonial-four .slick-prev:hover:before,
.testimonial-four .slick-prev:focus:before,
.testimonial-four .slick-next:hover:before,
.testimonial-four .slick-next:focus:before,
.testimonial-four .swiper-button-prev:hover:before,
.testimonial-four .swiper-button-next:hover:before {
	color: #fff;
	opacity: 1;
}

.testimonial-four .slick-next:focus,
.testimonial-four .slick-prev:focus {
	background: #0077c8;
}

.testimonial-four .slick-prev:before {
	font-family: "Font Awesome 5 Free";
	content: "\f060";
	color: #0077c8;
	font-weight: 600;
}

[dir='rtl'] .testimonial-four .slick-prev:before {
	content: '→';
}

.testimonial-four .slick-next:before {
	font-family: "Font Awesome 5 Free";
	content: "\f061";
	color: #0077c8;
	font-weight: 600;
}

[dir='rtl'] .testimonial-four .slick-next:before {
	content: '←';
}

.testimonial-all {
	padding: 40px;
	position: relative;
	background-image: linear-gradient(#57504d, #f2f3f6);
}

.testi-right {
	position: relative;
}

.testi-right img {
	position: absolute;
	right: -60px;
	top: 0px;
}

.four-testimonial-founder h3 {
	margin: 17px 0px 10px;
	font-size: 1.5rem;
	font-weight: 700;
	color: #201F2E;
}

.four-testimonial-founder span {
	font-size: 1.2rem;
	color: #685F78;
}

.mentor-img img {
	position: absolute;
	bottom: 0;
	right: 0;
}

/*-----------------
	7. Login
-----------------------*/

.login-bg {
	background-image: url('../img/login-bg.png');
	background-size: cover;
	top: 0;
	left: 0;
	position: fixed;
	min-height: 100vh;
	display: flex;
	align-items: center;
}

.login-banner {
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.welcome-login {
	padding: 20px 20px 0px 20px;
}

.mentor-course h2 {
	font-size: 1.8em;
	color: #000000;
	font-weight: 500;
	margin: 40px 0px 20px;
}

.mentor-course p {

	color: #22100D;
	margin-bottom: 0;
	max-width: 570px;
	margin: auto;
}

.login-banner img {
	max-width: 430px;
}

.login-slide.owl-theme .owl-dots .owl-dot.active span,
.login-slide.owl-theme .owl-dots .owl-dot:hover span {
	background: #FFB54A;
}

.login-slide.owl-theme .owl-dots .owl-dot span {
	background: #fedb00;
}

.login-slide.owl-theme .owl-dots,
.login-slide.owl-theme .owl-nav {
	margin-top: 40px;
}

.login-wrap-bg {
	position: absolute;
	right: 0;
	padding: 0;
}

.login-wrapper {
	width: 724px;
	margin: calc(30px + 100px) auto;
	margin-bottom: 0;
	box-shadow: 0 0 20px #ccc;
	border-radius: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
@media (max-width:1440px) {
	.login-wrapper {

		margin: calc(30px + 80px) auto;
	}
}
@media (max-width:1280px) {
	.login-wrapper {

		margin: 70px auto;
	}
}
@media (max-width: 767.98px) {
	.login-wrapper {
		width: 96%;
		margin: 70px 2%;
		box-shadow: 0 0 20px #ccc;
		border-radius: 10px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		justify-content: center;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	}
}

.login-wrapper .loginbox {
	max-width: 100%;
	width: 100%;
	font-weight: 600;
	padding: 20px;
}

.login-wrapper .loginbox .img-logo {
	margin-bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.login-wrapper .loginbox .img-logo img {
	width: 140px;
	margin: 15px 0;
	margin-bottom: 20px;
}

.loginbox .img-logo img {
	width: 140px;
	margin: 15px 0;
	margin-bottom: 20px;
}

.back-home {
	margin-left: auto;
}

.back-home a {
	text-decoration: underline;
	font-weight: 300;
}

.login-wrapper .loginbox h1 {
	font-weight: 500;
	font-size: 1.5em;
	margin-bottom: 10px;
	color: #000;
}
@media (max-width:1280px) {
	.login-wrapper .loginbox {
		max-width: 100%;
		width: 100%;
		font-weight: 600;
		padding: 10px;
	}
	.login-wrapper .loginbox .img-logo img {
		width: 100px;
		margin: 8px 0;
		margin-bottom: 10px;
	}
	
	.loginbox .img-logo img {
		width: 100px;
		margin: 8px 0;
		margin-bottom: 10px;
	}
	
	.back-home {
		margin-left: auto;
	}
	
	.back-home a {
		text-decoration: underline;
		font-weight: 300;
	}
	
	.login-wrapper .loginbox h1 {
		font-weight: 500;
		font-size: 1.225rem;
		margin-bottom: 10px;
		color: #000;
	}
}
.account-subtitle {
	color: #273656;
	font-size: 1.2rem;
	margin-bottom: 55px;
}

.login-wrapper .loginbox label {
	margin-bottom: 15px;
	width: 100%;
	color: #685F78;
	font-weight: 500;
}

.toggle-password {
	position: absolute;
	right: 17px;
	top: 50%;
	transform: translateY(-50%);
	color: #cccccc;
	cursor: pointer;
}

.remember-me .form-check-input {
	border: 1px solid #c3cbf2;
	border-radius: 0;
}

.remember-me a {
	color: #0077c8;
}

.pass-group {
	position: relative;
}

.pass-group .iconfont {
	display: block;
	width: 35px;
	height: 35px;
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 26px;
	cursor: pointer;
}

.google-bg {
	padding: 10px 50px;
	width: 100%;
	border-top: 1px solid #ccc;
}

.sign-google ul {
	padding: 0;
	margin: 0;
	display: inline-flex;
}

.sign-google ul li {
	list-style: none;
}

.sign-google ul li a {
	padding: 0px 20px;
	color: #000;
	font-weight: 600;
	display: inline-block;
}

.sign-google ul li a,
.google-bg span a,
.google-bg p,
.back-home a {}

.google-bg p a {
	color: #0077c8;
}

.sign-google ul li a img {
	margin-right: 10px;
}

.sign-google ul li:first-child a {
	border-right: 1px solid #000000
}

.google-bg span a {
	color: #22100D;
	font-weight: 300;
}

.sign-google {
	margin: 32px 0px;
}

.loginbox .form-control {
	border-color: rgba(255, 222, 218, 0.71);
	border-radius: 5px;
	min-height: 50px;
	padding-left: 20px;
}
.loginbox .form-control {
	border-color: rgba(255, 222, 218, 0.71);
	border-radius: 5px;
	min-height: 50px;
	padding-left: 20px;
}
.loginbox .form-select{min-height: 50px;
	padding-left: 20px;}
.loginbox .form-control:focus {
	border: 1px solid #EB9481;
}

.loginbox .form-control::placeholder {
	color: #a2a2a2;
}

.toggle-password.feather-eye {
	margin-right: 1px;
	color: #6e82a3;
}

.toggle-password.feather-eye-off {
	color: #0077c8;
}

.pass-checked {
	position: absolute;
	right: 40px;
	top: 55%;
	transform: translateY(-50%);
	color: #4CAF50;
	opacity: 0;
}

.pass-checked.active {
	opacity: 1;
}

.forgot-link {
	color: #0077c8;

}
.forgot-link:hover {
	color: #fedb00;

}

.forgot {
	margin-bottom: 18px;
}

.remember-me label {}

.remember-me {
	margin-bottom: 10px;
}

.btn-start {
	background: #0077c8;
	border-radius: 5px;
	padding: 12px 15px;
	font-weight: 700;
	color: #FFF;
}

.btn-start:hover {
	background: #fedb00;
	color: #FFF;
}

.login-wrapper .loginbox .dont-have {
	color: #273656;
	margin: 27px 0 0;
	font-size: 1.25rem;
}

.login-wrapper .loginbox .dont-have a {
	color: #0077c8;
}

.login-wrapper .loginbox .dont-have a:hover {
	text-decoration: underline;
}

.reset-password p {
	font-size: 1rem;
	color: #685F78;
	margin-bottom: 20px;
	font-weight: 500;
}

.log-wrap .login-wrapper {
	flex-direction: column;
	flex-wrap: unset;
	justify-content: unset;
}

.log-wrap .google-bg {
	margin-top: auto;
}

.custom_check {
	color: #685F78 !important;
	display: inline-block;
	position: relative;
	font-size: 14px !important;
	margin-bottom: 15px;
	padding-left: 25px;
	cursor: pointer;
	font-weight: 400 !important;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	line-height: 18px;
	
}

.custom_check input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.custom_check input:checked~.checkmark {
	background-color: #0077c8;
	border-color: #0077c8;
}

.custom_check .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 15px;
	width: 15px;
	border: 1px solid #0077c8;
	background-color: #fff;
	border-radius: 2px;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.custom_check .checkmark::after {
	content: "\e92b";
	font-family: 'feather' !important;
	font-weight: 900;
	position: absolute;
	display: none;
	left: 2px;
	top: -2px;
	color: #ffffff;
	font-size: 9px;
}

.custom_check input:checked~.checkmark:after {
	display: block;
}

/*-----------------
	8. Register Step
-----------------------*/

.register-step .login-banner img {
	max-width: 350px;
}

.login-wrapper .register-box {
	padding: 40px;
}

.login-wrapper .register-box .img-logo {
	margin-bottom: 17px;
}

.profile-box {
	background: #FAFAFA;
	border-radius: 10px;
	padding: 20px 20px 4px 20px;
	height: 100%;
}

.profile-box h3 {

	color: #000;
	text-align: center;
	margin: 24px 0px;
}

.personal-detail {
	background: #FFFFFF;
	box-shadow: 0px 0px 7px 10px rgba(227, 227, 227, 0.16);
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 16px;
	position: relative;
}

.personal-text h4 {

	font-weight: 500;
	color: #000;
	margin-bottom: 3px;
}

.personal-text p {
	font-size: 12px;
	color: #000;
	font-weight: 300;
}

.personal-detail span {
	background: rgba(224, 224, 224, 0.42);
	width: 30px;
	height: 30px;

	color: #000;
	margin-right: 10px;
	border-radius: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.personal-detail .active-color {
	background: #159F46;
	color: #fff;
}

.personal-form {
	background: #FFFFFF;
	border: 1px solid #c7c7c740;
	border-radius: 10px;
	padding: 20px;
	height: 100%;
	position: relative;
}

.personal-form h4 {
	font-size: 1.25rem;
	color: #000000;
	margin-bottom: 28px;
}

.personal-form .form-select {
	border-color: rgba(255, 222, 218, 0.71);
	min-height: 40px;

	color: #C4C4C4;
}

.personal-form .form-select:focus {
	box-shadow: none;
}

.personal-form .form-group {
	margin-bottom: 15px;
}

.next-btn .btn-start {
	font-weight: 700;
	min-width: 163px;
	padding: 12px 15px;
}

.form-check-input:checked {
	background-color: #0077c8;
	border-color: #0077c8;
}

.form-check-input:focus {
	box-shadow: none;
	border-color: #0077c8;
}

.form-switch .form-check-input:checked {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") !important;
}

.form-switch .form-check-input:focus {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%230077c8'/%3e%3c/svg%3e");
}

.check-on .form-check-input {
	min-height: 30px;
	width: 70px;
	margin: 0;
	cursor: pointer;
}

.check-on {
	display: flex;
	align-items: center;
	padding: 0;
	margin: 10px 0px 30px;
}

.loginbox .check-on label {
	margin-bottom: 0;
	margin-left: 15px;

	color: #000000;
	font-weight: 300;
}

.btn-back {
	background: #777777;
	border-radius: 5px;
	padding: 12px 15px;
	font-weight: 700;
	color: #FFF;
	margin-right: 25px;
}

.btn-back:hover {
	background: #746e6e;
	color: #FFF;
}

.back-btn .btn-back {
	font-weight: 700;
	min-width: 163px;
	padding: 12px 15px;
}

.google-account {
	margin-bottom: 20px;
}

.account-list h4 {
	font-size: 1rem;
	color: #000;
	font-weight: 300;
	margin-bottom: 20px;
}

.account-list p {
	color: #685F78;

}

.account-btn {
	margin-top: 10px;
}

.account-link,
.google-link {
	margin-top: 17px;
}

.account-link .btn-primary {
	min-width: 243px;
	background-color: #777777;
	border: 1px solid #777777;

	padding: 7px 15px;
}

.account-link .btn-primary:hover {
	opacity: 0.8;
}

.google-link .btn-primary {
	min-width: 191px;
	background-color: #fff;
	border: 1px solid #C4C4C4;
	padding: 7px 15px;

	color: #263238;
}

.google-link .btn-primary:hover {
	background-color: #777777;
	border: 1px solid #777777;
	color: #fff;
}

.your-done p {

	color: #685F78;
}

.your-done p a {
	color: #0077c8;
}

.work-done {
	position: absolute;
	bottom: 20px;
}

.password-strength {
	display: flex;
	margin-top: 15px;
}

.password-strength span {
	width: 100%;
	height: 5px;
	background: #E3E3E3;
	margin-right: 10px;
	border-radius: 5px;
}

.password-strength span:last-child {
	margin-right: 0;
}

.weak-pass .password-strength span {
	background: #FF0000;
}

.reset-account p {

	color: #22100D;
	margin-top: 39px;
}

.reset-account p a {
	color: #0077c8;
}

.verification-code .form-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.verification-code .form-control {
	min-height: 70px;
	width: 70px;
	text-align: center;
	margin-right: 35px;
	margin-bottom: 20px;
}

.send-code a {
	color: #0077c8;

	text-decoration: underline;
}

.send-code {
	margin: 7px 0px 40px;
}

.active-bar:before {
	content: "";
	position: absolute;
	width: 2px;
	height: 40px;
	background: #159F46;
	left: 6px;
}

.progress {
	width: 110px;
	height: 110px;
	line-height: 110px;
	background: none;
	margin: 0 auto;
	box-shadow: none;
	position: relative;
}

.progress:after {
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 12px solid #fff;
	position: absolute;
	top: 0;
	left: 0;
}

.progress>span {
	width: 50%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: 1;
}

.progress .progress-left {
	left: 0;
}

.progress .progress-bar {
	width: 100%;
	height: 100%;
	background: none;
	border-width: 8px;
	border-style: solid;
	position: absolute;
	top: 0;
}

.progress .progress-left .progress-bar {
	left: 100%;
	border-top-right-radius: 80px;
	border-bottom-right-radius: 80px;
	border-left: 0;
	-webkit-transform-origin: center left;
	transform-origin: center left;
}

.progress .progress-right {
	right: 0;
}

.progress .progress-right .progress-bar {
	left: -100%;
	border-top-left-radius: 80px;
	border-bottom-left-radius: 80px;
	border-right: 0;
	-webkit-transform-origin: center right;
	transform-origin: center right;
	animation: loading-1 1.8s linear forwards;
}

.progress .progress-value {
	width: 90%;
	height: 90%;
	border-radius: 50%;
	background: #ffffff;
	font-size: 1.25rem;
	color: #159f46;
	text-align: center;
	position: absolute;
	top: 5%;
	left: 5%;
}

.progress.blue .progress-bar {
	border-color: #159f46;
}

.progress.blue .progress-left .progress-bar {
	animation: loading-2 1.5s linear forwards 1.8s;
}

@keyframes loading-1 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(40deg);
		transform: rotate(40deg);
	}
}

@keyframes loading-1 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
}

.circle-bar>div {
	display: inline-block;
	position: relative;
	text-align: center;
}

.circle-bar>div canvas {
	width: 110px !important;
	height: 110px !important;
}

.circle-bar>div p {
	left: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	margin: 0 auto;
	transform: translate(-50%, -50%);
	font-weight: 700;
	font-size: 1.5rem;
	color: #159F46;
}

.circle-bar>div p span {
	font-weight: 500;

	color: #000000;
	display: block;
}

#passwordInfo,
#passwordInfos {
	font-size: 12px;
	font-weight: 300;
	margin-top: 15px;
}

#passwordInfo img,
#passwordInfos img {
	width: 20px;
}

.poor-active span.active#poor,
.poor-active span.active#poors {
	background: #FF0000;
}

.avg-active span.active#poor,
.avg-active span.active#weak,
.avg-active span.active#poors,
.avg-active span.active#weaks {
	background: #FFB54A;
}

.strong-active span.active#poor,
.strong-active span.active#weak,
.strong-active span.active#strong,
.strong-active span.active#poors,
.strong-active span.active#weaks,
.strong-active span.active#strongs {
	background: #1D9CFD;
}

.heavy-active span.active#poor,
.heavy-active span.active#weak,
.heavy-active span.active#strong,
.heavy-active span.active#heavy,
.heavy-active span.active#poors,
.heavy-active span.active#weaks,
.heavy-active span.active#strongs,
.heavy-active span.active#heavys {
	background: #159F46;
}

input[type=password]::-ms-reveal,
input[type=password]::-ms-clear {
	display: none;
}

/*-----------------
	9. Courses
-----------------------*/

.header-page,
.header-page .header-nav {
	height: 95px;
}

.header-page .scroll-sticky {
	margin-top: 0px;
}

.header-page .add-header-bg .header-border {
	border-bottom: 0;
}

.header-border {
	border-bottom: 1px solid #DFDFE0;
	padding-top: 12px;
	padding-bottom: 12px;
}

.breadcrumb-bar {
	background: #FFF;
	padding: 10px 0;
	margin-top: 10px;
	display: none;
}

.breadcrumb-list {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.breadcrumb-bar .breadcrumb-title {
	color: #000;
	font-size: 2.2em;
	font-weight: 700;
	margin-bottom: 0;
}

.page-breadcrumb ol {
	background-color: transparent;
	font-size: 1rem;
	margin-bottom: 0;
	padding: 0;
}

.page-breadcrumb ol li a {
	color: #22100D;
	font-weight: 500;
}

.page-breadcrumb ol li.active {
	color: #22100D;
	font-weight: 500;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.page-breadcrumb ol li a:hover {
	color: #0077c8;
}

.page-breadcrumb ol li.active:hover {
	color: #22100D;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.breadcrumb-item+.breadcrumb-item {
	padding-right: 16px;
	font-weight: 500;
}

.page-breadcrumb .breadcrumb-item+.breadcrumb-item:before {
	color: #22100D;
	font-size: 11px;
	content: "\f054";
	font-weight: 600;
	line-height: 2.4;
	font-family: "Font Awesome 5 Free";
	padding-right: 16px;
}

.course-content {
	background: #fafafa;
	padding: 80px 0px;
}

.course-design {
	border: 1px solid #e9ecef;
}

.course-design .product {
	background: #fff;
}

.course-design .product:hover {
	background: #fff;
}

.course-design .product:hover .course-info p,
.course-design .product:hover .course-name p,
.course-design .product:hover .course-name h4 a,
.course-design .product:hover .btn-primary,
.course-design .product:hover .course-share i,
.course-design .product:hover .product-content h3 a {
	color: #000000;
}

.course-design .product:hover .rating-img img,
.course-design .product:hover .course-view img {
	filter: none;
}

.course-design .product:hover {
	color: #000000;
}

.course-design .product:hover .course-share i {
	color: #0077c8;
}

.course-design .all-category .btn-primary:hover {
	color: #fff;
}

.course-design .course-info p {}

.course-design .product {
	padding: 12px;
}

.course-design .price h3 {
	font-size: 1.25rem;
}

.price {
	min-width: 140px;
	padding: 6px 15px;
}

/*-----------------
	10. Pricing Plan
-----------------------*/

.title-sec {
	margin-bottom: 30px;
}

.title-sec h5 {
	font-weight: 700;
	font-size: 1.2rem;
	color: #0077c8;
	margin-bottom: 18px;
}

.title-sec h2 {
	font-weight: 700;
	font-size: 2.2em;
	color: #0B0B0B;
	margin-bottom: 18px;
}

.title-sec p {
	font-weight: 500;
	color: #685F78;
	padding-bottom: 10px;
}

.plan-box {
	background: #FFFFFF;
	border-radius: 10px;
	padding: 20px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
	border: 1px solid #e9ecef;
}

.plan-box:hover {}

.plan-box h4 {
	color: #0077c8;
	margin-bottom: 16px;
	font-weight: 700;
}

.plan-box p {
	color: #685F78;

	margin-bottom: 16px;
}

.plan-box p:last-child {
	margin-bottom: 0;
}

.plan-box h3 {
	font-size: 2.2em;
	display: inline-flex;
}

.plan-box h3 span {
	font-size: 1rem;
	position: relative;
	top: 7px;
}

.benefit-box {
	background: #FFFFFF;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 30px;
	border: 1px solid #e9ecef;
}

.benefit-box h5 {
	font-size: 1.2rem;
	color: #0B0B0B;
	margin-bottom: 20px;
}

.benefit-box a {
	padding: 9px;
	font-weight: 700;
	font-size: 1.25rem;
}

.benefit-box ul {
	padding-left: 15px;
	margin-bottom: 40px;
}

.benefit-box ul li {

	color: #685F78;
	margin-bottom: 10px;
}

.table>:not(:first-child) {
	border-top: 0;
}

.table-price tr {
	border-color: #c3cbf2;
}

.table-price thead tr {
	border-color: transparent;
}

.table-price tr.basic-cell {
	border-left: 1px solid transparent;
}

.table-price td {
	font-size: 1.2rem;
	font-weight: 500;
	color: #685F78;
}

.table-price .self-cell {
	background: #0077c8;
	color: #FFF;
}

.table-price .business-cell {
	background: #0077c8;
	color: #FFF;
}

.enable-item {
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;

	margin-bottom: 35px;
}

.enable-item .check-on .form-check-input {
	min-height: 28px;
	width: 53px;
}

.main-title {
	font-size: 2.2em;
	font-weight: 700;
	margin-bottom: 40px;
}

.price-sec {
	margin-bottom: 70px;
}

.price-box {
	background: #FFFFFF;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 25px;
	border: 1px solid #e9ecef;
}

.price-box h4 {
	color: #0077c8;
	margin-bottom: 16px;
	font-weight: 700;
}

.price-box p {
	color: #685F78;

	margin-bottom: 20px;
}

.price-box h3 {
	font-size: 2.2em;
	display: inline-flex;
	margin-bottom: 20px;
}

.price-box h3 span {
	font-size: 1rem;
	position: relative;
	top: 7px;
}

.price-box h5 {
	font-size: 1.2rem;
	color: #0B0B0B;
	margin-bottom: 30px;
}

.btn-free {
	padding: 12px;
	font-weight: 700;
	background: #FFFFFF;
	border: 1px solid #0077c8;
	border-radius: 5px;
	color: #0077c8;
	transition: 0.7s;
}

.price-box ul {
	padding-left: 15px;
	margin-bottom: 40px;
}

.price-box ul li {

	color: #685F78;
	margin-bottom: 10px;
}

.price-box:hover .btn-free {
	border: 1px solid #0077c8;
	background: #0077c8;
	color: #FFF;
}

.recom-badge {
	background: #0077c8;
	border-radius: 5px;
	padding: 4px;

	color: #FFFFFF;
	display: inline-block;
}

/*-----------------
	11. Notifications
-----------------------*/

.notify-sec h5 {
	font-weight: 700;
	font-size: 1.2rem;
	color: #0077c8;
	margin-bottom: 38px;
}

.btn-mark {
	background: #0077c8;
	font-weight: 600;
	padding: 12px;
	color: #FFFFFF;
}

.btn-mark:hover {
	color: #FFF;
	background: #f94355;
}

.notify-item {
	background: #FFFFFF;
	backdrop-filter: blur(17px);
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 20px;
}

.notify-item img {
	width: 50px;
	height: 50px;
	border: 1px solid #E3E3E3;
	border-radius: 50%;
}

.notify-content {
	display: flex;
}

.notify-detail {
	margin-left: 10px;
}

.notify-detail h6 {
	font-weight: 600;
	font-size: 1.2rem;
}

.notify-detail h6 span {
	font-weight: 500;

	color: #A5ACB8;
}

.notify-detail p {

	color: #685F78;
	margin-bottom: 0;
}

.notify-item a.btn {
	background: #FFFFFF;
	border: 1px solid #303030;
	border-radius: 5px;
	font-weight: 600;
	color: #303030;
	padding: 12px;
	min-width: 150px;
}

.notify-item a.btn:hover {
	background: #303030;
	color: #FFF;
}

.dropdown-menu.dropdown-menu-right {
	left: auto;
	right: 0;
	margin-top: 15px;
}

/*-----------------
	12. Wishlists
-----------------------*/

.wishlist-item {
	background: #FFFFFF;
	border: 1px solid rgb(199 199 199 / 25%);
	border-radius: 5px;
	padding: 15px;
	margin-bottom: 20px;
}

.wishlist-item:last-child {
	margin-bottom: 0;
}

.wishlist-detail {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 100%;
}

.wishlist-img {
	margin-right: 20px;
	position: relative;
}

.wishlist-img img {
	max-width: 205px;
	width: 100%;
	height: 154px;
	border-radius: 10px;
}

.wishlist-info {
	overflow: hidden;
}

.wishlist-info h5 {
	margin-bottom: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.wishlist-info h5 a {
	color: #000000;

}

.wishlist-info h5 a:hover {
	color: #0077c8;
}

.wishlist-info .course-view {
	margin-left: 30px;
}

.wishlist-item .remove-btn {
	text-align: right;
}

.price-amt {
	background: #FFFFFF;
	border-radius: 10px;
	position: absolute;
	bottom: 12px;
	right: 12px;
	padding: 6px 12px;
}

.price-amt h4 {
	color: #0077c8;
	font-weight: 700;
	margin-bottom: 0;
}

.wishlist-item .remove-btn a {
	font-size: 1rem;
	padding: 4px 12px;
}

.wish-card .card-header {
	border-bottom: 1px solid #DFDFE0;
	padding: 35px;
}

.wish-card .card-header h5 {
	margin-bottom: 0;
	color: #000;
}

.wish-card .card-body {
	padding: 35px;
}

.wish-card {
	border-radius: 10px;
}

.wish-card .card-header {
	background: transparent;
}

/*-----------------
	13. Course Details
-----------------------*/

.subs-title {
	font-size: 1.2rem;
	font-weight: 700;
	color: #0077c8;
	margin-bottom: 20px;
}

.course-sec p {}

.overview-sec h6 {
	font-weight: 600;

	color: #0B0B0B;
	margin-bottom: 20px;
}

.overview-sec ul {
	padding-left: 20px;
	margin: 0 0 20px;
}

.overview-sec ul li {

	margin-bottom: 6px;
}

.overview-sec-body {
	padding-bottom: 24px;
}

.instructor-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	align-items: center;
	border-bottom: 1px solid #C7C7C7;
	margin-bottom: 15px;
	flex-wrap: wrap;
}

.about-instructor {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 15px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.abt-instructor-img {
	margin-right: 10px;
}

.abt-instructor-img img {
	width: 50px;
	height: 50px;
	border: 1px solid #E3E3E3;
	border-radius: 50%;
}

.instructor-wrap .rating {
	width: unset;
	margin-bottom: 15px;

}

.instructor-detail h6,
.instructor-detail h5 {
	font-weight: 600;
	font-size: 1.2rem;
	margin-bottom: 5px;
}

.instructor-detail p {
	font-size: 13px;
	color: #22100D;
	margin-bottom: 0;
}

.course-info {
	border-bottom: 1px solid #C7C7C7;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.cou-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin-right: 15px;
}

.cou-info p {
	font-size: 1rem;
	font-weight: 500;
}

.instructor-sec ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.instructor-sec ul li {}

.rev-info {
	font-style: italic;
}

.btn-reply {
	background: #FFFFFF;
	border: 1px solid #0077c8;
	border-radius: 50px;
	padding: 6px 22px;
	font-weight: 500;

	color: #0077c8;
}

.btn-reply:hover {
	background: #0077c8;
	color: #FFF;
}

.comment-sec .form-control {
	background: rgba(229, 229, 229, 0.42);
}

.submit-btn {
	font-weight: 500;
	color: #0077c8;
	border-radius: 50px;
	padding: 9px 15px;
	min-width: 150px;
	border: 4px solid transparent;
	background-origin: border-box;
	background-clip: padding-box, border-box;
	background-image: linear-gradient(white, white), linear-gradient(to right, rgba(180, 167, 245, 1), rgba(57, 44, 125, 1));
}

.submit-btn:hover {
	background: #0077c8;
	color: #FFF;
}

.cou-title a {
	background: rgba(161, 196, 253, 0.12);
	border-radius: 5px;
	padding: 15px;
	font-weight: 600;

	color: #0B0B0B;
	position: relative;
	display: block;
	font-weight: 600;

	padding-right: 60px;
}

.cou-title>a:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f078";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
	color: #000;
}

.cou-title>a:not(.collapsed):after {
	content: "\f077";
}

.course-card ul {
	margin: 0;
	padding: 0;
}

.course-card ul li {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #C7C7C7;
	padding: 15px 0;
}

.course-card ul li:last-child {
	border: 0;
}

.course-card ul li p {

	margin-bottom: 0;
}

.course-card ul li a {

	text-decoration: underline;
}

.course-card ul li span {

	margin-left: 30px;
}

.video-sec img {
	width: 100%;
}

.video-thumbnail {
	position: relative;
}

.play-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	background: rgb(1 1 1 / 40%);
	width: 90px;
	height: 90px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	color: #FFF;
}

.play-icon i {
	font-size: 50px;
	padding-left: 8px;
}

.course-fee {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: center;
	flex-wrap: wrap;
}

.inner-banner {
	padding: 45px 0;
	background: url("../img/inner-banner.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.inner-banner:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.76);
}

.inner-banner .container {
	position: relative;
}

.inner-banner p,
.inner-banner h5,
.inner-banner h2,
.inner-banner .average-rating {
	color: #FFF;
}

.inner-banner h2 {
	font-size: 1.8em;
	margin-bottom: 15px;
}

.inner-banner p {}

.web-badge {
	background: #FFB54A;
	border-radius: 50px;
	padding: 6px 15px;
	font-weight: 500;

	color: #FFF;
}

.web-badge:hover {
	background: #e19b36;
}

.sidebar-sec {
	margin-top: -305px;
}

.course-sec .card {
	z-index: 2;
}

.vid-bg {
	position: relative;
	z-index: 1;
}

.video-details {
	margin-top: 25px;
}

.video-details h2 {
	font-weight: 700;
	font-size: 1.8em;
	color: #159F46;

	margin-bottom: 12px;
}

.video-details p {

	color: #777777;

	margin-bottom: 12px;
}

.video-details p span {
	text-decoration: line-through;
}

.btn-enroll {
	background: #0077c8;
	border: 1px solid #0077c8;
	border-radius: 50px;
	font-weight: 500;

	color: #FFF;
	padding: 13px 20px;
}

.btn-enroll:hover {
	color: #FFF;
	background: #fedb00;
}

.btn-wish {
	background: #FFFFFF;
	border: 1px solid #0077c8;
	border-radius: 50px;
	padding: 10px;
	color: #0077c8;

	font-weight: 500;
	margin-bottom: 15px;
}

.btn-wish:hover {
	background: #0077c8;
	color: #FFF;
}

.include-sec ul,
.feature-sec ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.include-sec ul li {

	margin-bottom: 15px;
}

.include-sec ul li:last-child,
.feature-sec ul li:last-child {
	margin-bottom: 0;
}

.feature-sec ul li {

	padding: 10px 0;
	color: #39393B;
	border-bottom: 1px solid #e7e7e7;
}

.feature-sec ul li span {
	font-weight: 700;
}

.feature-sec ul li:last-child {
	border: 0;
	padding-bottom: 0;
}

.com-info {
	display: flex;
}

.com-info h2 {
	font-size: 1.8em;
	color: #000;
	margin-bottom: 15px;
}

.complete-sec .video-thumbnail {
	max-width: 350px;
	margin-left: 15px;
}

.no-video .card {
	background: #FFF;
}

.no-video .video-details {
	margin: 0;
}

.btn-cart {
	background: #0077c8;
	border: 1px solid #0077c8;
	border-radius: 50px;
	font-weight: 500;

	color: #FFF;
	padding: 13px 20px;
}

.btn-cart:hover {
	color: #FFF;
	background: #f4554e;
}

.overflow-links {
	margin: 0 0 10px;
	padding: 0;
	list-style: none;
}

.overflow-links li {
	display: inline-block;
}

.overflow-links li a {
	border: 1px solid #0077c8;
	border-radius: 50px;
	min-width: 150px;
	padding: 8px 10px;
	font-weight: 500;
	font-size: 1rem;
	color: #0077c8;
	display: inline-block;
	margin-bottom: 15px;
	text-align: center;
}

.overflow-links li a:hover,
.overflow-links li a.active {
	background: #9C8FDB;
	color: #FFF;
	border: 4px solid transparent;
	background-origin: border-box;
	background-clip: padding-box, border-box;
	background-image: linear-gradient(#9C8FDB, #9C8FDB), linear-gradient(to bottom, rgba(180, 167, 245, 1), rgba(57, 44, 125, 1));
}

#Overview,
#Course_Content,
#Instructor,
#Reviews {
	scroll-margin-top: 80px;
}

.complete-sec .cou-info p {
	color: #000;
}

.br-1 {
	border-right: 1px solid rgb(199 199 199 / 25%);
}

.bb-1 {
	border-bottom: 1px solid rgb(199 199 199 / 25%);
}

.com-course .feature-sec ul li {
	border-bottom: 0;
	padding: 0 0 15px;
}

.com-course .feature-sec ul li:last-child {
	padding: 0;
}

.complete-sec h2 {
	font-size: 1.8em;
	margin-bottom: 15px;
}

.course-sec .course-info,
.inner-banner .course-info,
.instructor-wrap .about-instructor {
	flex-wrap: wrap;
}

.course-sec .card {
	border-radius: 10px;
}

.page-content {
	background: #fafafa;
	padding: 130px 0 60px;
}

.instructor-page-content {
	padding: 140px 0 30px;
}

.cat-title {
	margin-bottom: 5px;
}

.cat-title h4 {
	font-size: 1rem;
	font-weight: 400;
	color: #0B0B0B;
	margin-bottom: 0px;
	display: inline-block;
}

.cat-title span {
	float: right;
	margin-bottom: 15px;
}



.help-sec {
	padding: 0 0 50px;
	min-height: calc(100vh - 100px);
	
}
@media (max-width: 900px) {
	.help-sec {
		padding-top: 20px;
		
	}
}
.help-title {
	padding-bottom: 15px;
}

.help-title h1 {
	font-weight: 700;
	margin-bottom: 18px;
}

.help-title p {
	font-size: 1.2rem;
	margin-bottom: 15px;
}
.faq-tab-box{box-shadow: 0 0 5px #ccc; padding: 20px; background: #fff; border-radius: 10px;}
.faq-button{margin-top: 0;padding: 0 20px; margin-bottom: 20px;}
.faq-button:after{content:' '; clear: both; display: block;}
.faq-button .btn{border-radius:  45px;}
.faq-search{padding-bottom:30px;}
.faq-search input{padding: 10px;}
@media (max-width: 767.98px) {
	.faq-search {width: 100%; padding-bottom: 0;}
	.faq-search input {
		padding: 10px;
		width: calc(100% - 110px);
	}
.faq-button{margin-top: 0;padding: 0 0; margin-bottom: 8px;}
.faq-button form .btn{border-radius:  45px; width: 100px; min-width: auto;}
}
.faq-flbtn{padding-bottom: 10px; float: left;}
@media (max-width: 767.98px) {
	.faq-flbtn{padding: 10px 0; float: none; width: 100%;  clear: both;}
	.faq-flbtn a.btn{width: 24% !important;}
}
@media (max-width: 600px) {
	.faq-flbtn a.btn{width: 48% !important;}
}
.faq-card {
	background: #FFFFFF;
	border: 1px solid #e9ecef;
	border-radius: 0 45px 0 45px ;
	margin-bottom: 20px;
}


.faq-title {
	margin-bottom: 0;
	margin-top: 0;
}

.faq-title a {
	padding:25px 25px;
	font-weight: 400;
	font-size: 1.225rem;
	color: #fff;
	background-color: #0077c8;
	position: relative;
	display: block;
	padding-right: 60px;
	border-radius: 0 45px 0 45px ;
}
.faq-card:nth-child(2n) .faq-title a{
	background-color: #fedb00;
	border: 1px solid #fedb00;
	color: #000;
}
.faq-title>a:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\2b";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 35px;
	color: #fff;
}

.faq-title>a:not(.collapsed) {
	color: #333;
	background-color: #fedb00;
	border-radius: 0 45px 0 0;
}
.faq-card:nth-child(2n) .faq-title>a:not(.collapsed){
	background-color: #0077c8;
	border: 1px solid #0077c8;
	color: #fff;
}
.faq-title>a:not(.collapsed):after {
	content: "-";
	color: #000;
}
.faq-card:nth-child(2n) .faq-title>a:after {
	content: "\2b";
	color: #000;
}
.faq-card:nth-child(2n) .faq-title>a:not(.collapsed):after {
	content: "-";
	color: #fff;
}
.faq-detail {
	border: 1px solid #0077c8;
	padding:20px 25px;

}
.show .faq-detail {
	border: 1px solid #fedb00;
	border-radius: 0 0 0  30px;
}
.faq-card:nth-child(2n) .show .faq-detail{
	border: 1px solid #0077c8;
}
.faq-detail p {
	margin-bottom: 15px;
}

.support-sec {
	padding: 100px 0;
	background: url('../img/support-bg.png');
	background-size: cover;
}

.support-card {
	background: #FFF;
	border-radius: 10px;
	padding: 20px;
	position: relative;
}

.support-card p,
.support-card h3 {
	margin-bottom: 15px;
}

.support-card .btn {
	min-width: 150px;
	font-weight: 700;
	padding: 12px 10px;
	border-radius: 5px;
	color: #FFF;
}

.btn-contact {
	background: #1D9CFD;
}

.btn-contact:hover {
	background: #0d92f7;
}

.btn-ticket {
	background: #58247E;
}

.btn-ticket:hover {
	background: #4d1377;
}

.support-img img {
	position: absolute;
	right: 0;
	bottom: 0;
}

.page-banner {
	padding: 88px 0;
	text-align: center;
	background: url('../img/ban-bg.png') #1565C0;
	background-repeat: no-repeat;
	background-size: cover;
}

.page-banner h1 {
	font-weight: 600;
	margin-bottom: 15px;
	color: #FFF;
}

.page-banner p {
	color: #FFF;
	margin-bottom: 0;
}

.sup-title {
	margin-bottom: 30px;
}

.support-wrap {
	background: #FFFFFF;
	border: 1px solid #e9ecef;
	border-radius: 10px;
	padding: 30px;
}

.support-wrap h5 {
	color: #0B0B0B;
	font-weight: 700;
	text-align: center;
	margin-bottom: 34px;
}

.support-wrap label {
	color: #685F78;
	font-weight: 500;
	margin-bottom: 15px;
}

.btn-submit {
	background: #0077c8;
	border: 1px solid #0077c8;
	border-radius: 5px;
	color: #FFF;
}

.btn-submit:hover {
	background: #ff3448;
	color: #FFF;
}

.support-wrap .btn-submit {
	padding: 12px 10px;
	min-width: 200px;
}

/*-----------------
	15. Job Category
-----------------------*/

.category-box {
	background: #FFFFFF;

	padding: 5px 10px;
	margin-bottom: 5px;
}

.category-title {
padding: 10px 0;
}

.category-img {
	margin-right: 10px;
}

.category-title h5 {
	font-weight:400;
	font-size: 1rem;
	margin-bottom: 0;
	margin-top: 0;

}



.category-box b {
	width: 30px;
	height: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	background: #0077c8;
	border-radius: 50%;
	color: #FFF;
	font-weight:400;
	font-size: 1rem;
}

.category-tab ul {
	margin: 0 0 40px;
	padding: 0;
	list-style: none;
}

.category-tab ul li {
	display: inline-block;
	margin: 0 20px 10px 0;
}

.category-tab ul li a {
	background: #E0E0E0;
	color: #0B0B0B;
	padding: 15px 15px;
	display: inline-block;
	text-align: center;
	font-size: 1.225rem;
	font-weight: 500;
	border-radius: 30px;
}

.category-tab ul li a.active {
	background: #0077c8;
	color: #FFF;
}

.category-tab ul li a:hover {
	background: #fedb00;
	color: #000;
}

.category-tab.tickets-tab-blk .nav-justified .nav-item {
	flex-grow: inherit;
}

.category-tab.tickets-tab-blk ul li a {
	font-size: 1rem;
	padding: 10px 26px;
	white-space: nowrap;
}

.category-tab.tickets-tab-blk ul {
	margin: 0 0 10px;
}

/*-----------------
	16. Instructor
-----------------------*/

.instructor-box {
	background: #FFFFFF;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 30px;
	border: 1px solid #e9ecef;
}

.instructor-img {
	position: relative;
	text-align: center;
}

.instructor-img img {
	max-width: 200px;
	width: 100%;
	border-radius: 50%;
}

.rating-count {
	position: absolute;
	top: 0;
	right: 0;
}

.instructor-content {
	padding-top: 15px;
	text-align: center;
}

.instructor-content h5 {
	color: #000;
	margin-bottom: 5px;
}

.instructor-content h6 {
	color: #685F78;
	margin-bottom: 15px;
}

.instructor-content p {
	margin-bottom: 0;
	color: #685F78;
	font-weight: 500;
}

.instructor-content .rating-img,
.instructor-content .course-view {
	margin-bottom: 20px;
}

.instructor-content .rating {
	margin-bottom: 0;
}

.instruct-grid.instructor-box {
	padding: 0;
}

.instruct-grid .instructor-img img {
	border-radius: 10px;
	max-width: unset;
}

.instruct-grid .instructor-content {
	padding: 15px;
}

.instruct-grid .rating-count {
	right: 20px;
	top: 20px;
	color: #0077c8;
}

/*-----------------
	17. Instructor List
-----------------------*/

.instructor-list {
	background: #FFFFFF;
	border-radius: 10px;
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px;
	border: 1px solid #e9ecef;
}

.instructor-list .instructor-img img {
	width: 145px;
	border-radius: 7px 0px 0px 7px;
}

.instructor-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.instructor-info>div {
	width: auto;
	margin-right: 20px;
}

.instructor-info .course-view {
	margin-left: 0;
}

.instructor-list .instructor-content {
	width: 100%;
	text-align: left;
	padding: 0 0 0 25px;
}

.instructor-list .instructor-content .rating-img,
.instructor-list .instructor-content .course-view {
	margin-bottom: 10px;
}

.instructor-list .instructor-content {
	position: relative;
}

.instructor-list .instructor-content .rating-count {
	right: 20px;
	top: 20px;
}

.instructor-badge .web-badge {
	display: inline-block;
	background: rgba(255, 222, 218, 0.36);
	border-radius: 5px;
	color: #fedb00;

	padding: 3px 10px;
	margin-top: 10px;
}

.instructor-badge .web-badge:hover {
	background: rgba(255, 222, 218, 0.66);
}

.review-sec .review-item:not(:last-child) {
	margin: 0 0 20px;
}

.edu-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
}

.edu-wrap:last-child {
	margin: 0;
}

.edu-name {
	margin-right: 15px;
}

.edu-name span {
	width: 40px;
	height: 40px;
	background: #0077c8;
	border-radius: 50%;
	color: #FFFFFF;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}

.edu-detail h6 {
	font-weight: 700;
	color: #000;
	margin-bottom: 6px;
}

.edu-detail p.edu-duration {
	font-style: italic;
	margin-bottom: 6px;
}

.edu-detail p {
	margin-bottom: 0;
}

/*-----------------
	18. Terms and Conditions
-----------------------*/

.terms-text {
	margin-bottom: 20px;
}

.terms-text h3 {
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 15px;
}

.terms-text h3 span,
.terms-text p a {
	color: #0077c8;
}

.terms-text h4 {
	font-size: 1rem;
	font-weight: 500;
	margin-bottom: 15px;
}

.terms-text h5 {
	font-size: 1rem;
	font-weight: 500;
	position: relative;
}

.terms-text p,
.terms-text ul li {
	color: #685F78;

}

/*-----------------
	19. Instructor Profile
-----------------------*/

.page-banner.instructor-bg-blk {
	padding: 32px 0;
	text-align: center;
	background: url(../img/instructor/instructor-bg-banner.png) #1565C0;
	background-repeat: no-repeat;
	background-size: cover;
}

.profile-info-blk {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	flex-direction: column;
}

.profile-info-blk .profile-info-img {
	display: block;
	max-width: 100px;
	height: 100px;
	border-radius: 10px;
	border: 5px solid #FFFFFF;
	margin-bottom: 8px;
}

.profile-info-blk h4 {
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 0px;
}

.profile-info-blk h4 a {
	font-size: 32px;
	font-weight: 600;
	color: #fff;
}

.profile-info-blk h4 a:hover {
	color: #0077c8;
}

.profile-info-blk h4 span {
	background: #fff;
	padding: 2px 10px;

	border-radius: 5px;
	margin-left: 20px;
}

.profile-info-blk p {
	font-size: 1rem;
	font-weight: 300;
	color: #fff;
}

.profile-info-social {
	margin-top: 8px;
	margin-bottom: 0px;
}

.profile-info-social li a {
	color: #ffffff;
}

.profile-info-social li a:hover {
	color: #0077c8;
}

.profile-info-social li:not(:last-child) {
	margin-right: 14px;
}

.sidebar-tag-labels ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0px;
	margin: 0px;
	gap: 10px;
}

.sidebar-tag-labels ul li a {
	display: block;
	background: rgba(255, 222, 218, 0.36);
	padding: 5px 10px;
	border-radius: 5px;
	color: #fedb00;
}

.sidebar-tag-labels ul li a:hover {
	background: rgba(255, 222, 218, 0.66);
}

.rating-grp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: space-between;
}

.profile-overview-list {
	word-wrap: break-word;
	margin-top: 23px;
}

.profile-overview-list .list-grp-blk:not(:last-child) {
	margin-bottom: 23px;
}

.profile-overview-list .list-content-blk h5 {

	font-weight: bold;
	color: #22100D;
	margin-bottom: 2px;
}

.profile-overview-list .list-content-blk p {
	margin: 0px;
	word-wrap: break-word;
}

.contact-info-list {
	margin-top: 23px;
}

.contact-info-list .edu-wrap:not(:last-child) {
	margin-bottom: 23px;
}

/*-----------------
	20. Instructor Profile Edit
-----------------------*/

.edit-blk {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}

.edit-blk h5 {
	margin-bottom: 0px;
}

.edit-blk a {
	width: 30px;
	height: 30px;
	background-color: #455A64;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.edit-blk a i {
	color: #ffffff;

}

/*-----------------
	21. Students
-----------------------*/

.student-box {
	border: 1px solid #e9ecef;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 30px;
}

.student-img {
	position: relative;
	text-align: center;
}

.student-img img {
	max-width: 200px;
	width: 100%;
	border-radius: 50%;
}

.student-content {
	padding: 15px 0px;
	text-align: center;
}

.student-content h5 {
	color: #000;
	font-size: 1.25rem;
	font-weight: 500;
	margin-bottom: 5px;
}

.student-content h6 {

	color: #685F78;
	margin-bottom: 15px;
}

.student-content p {
	color: #685F78;
	margin-bottom: 0px;
}

.student-box.student-grid {
	padding: 0px;
}

.student-grid .student-img img {
	border-radius: 10px;
	max-width: unset;
}

/*-----------------
	22. Students List
-----------------------*/

.student-list {
	border: 1px solid #e9ecef;
	border-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px;
	padding: 20px;
}

.student-list .student-img img {
	max-width: 100%;
	border-radius: 7px;
}

.student-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.student-list .student-content {
	width: 100%;
	text-align: left;
	padding: 0 0 0 25px;
}

.student-info>div {
	width: auto;
	margin-right: 20px;
}

.student-content h6 {

	color: #685F78;
	margin-bottom: 15px;
}

.student-list .student-content .loc-blk {
	margin-bottom: 10px;
}

.student-list .student-content {
	position: relative;
}

.student-list .student-content p {
	margin: 0px;
}

.student-list .profile-info-social {
	margin: 0px;
}

.student-list .profile-info-social li:not(:last-child) {
	margin-right: 10px;
}

.student-list .profile-info-social li a {
	color: #000000;
	font-size: 1.2rem;
}

.student-list .profile-info-social li a:hover {
	color: #0077c8;
}

/*-----------------
	23. Students Profile
-----------------------*/

.page-banner.student-bg-blk {
	padding: 14px 0;
	text-align: center;
	background: url(../img/students/student-bg-banner.png) #FFB54A;
	background-repeat: no-repeat;
	background-size: cover;
}

/*------------------------------
	24. Settings - Students Payments
-------------------------------*/

.settings-btn-grp {
	margin-bottom: 40px;
}

.payment-method-blk .payment-list:not(:last-child) {
	margin-bottom: 32px;
}

.settings-inner-blk {
	background-color: #ffffff;
	border-radius: 10px;
}

.hvr-sweep-to-right a {

	font-weight: 700;
	color: #0077c8;
	padding: 8px 20px;
	border: 1px solid transparent;
	background-origin: border-box;
	background-clip: padding-box, border-box;
	background-image: linear-gradient(#FFF, #FFF), linear-gradient(to right, #0077c8, #0077c8);
	border-radius: 10px;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	overflow: hidden;
	min-height: 41px;
}

.hvr-sweep-to-right a:hover {
	color: white;
	background: #0077c8;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.payment-list h5 {

	font-weight: 600;
	margin-bottom: 10px;
	color: #303030;
}

.payment-list p {

	font-weight: 300;
	color: #303030;
	margin-bottom: 0px;
}

.grp-action-style li:not(:last-child) {
	margin-right: 10px;
}

.btn-action-style {
	display: block;
	padding: 3px 7px;
}

.btn-action-dark {
	min-width: 35px;
	background-color: #455A64;
	color: #ffffff;
}

.btn-action-primary:hover,
.btn-action-dark:hover,
.btn-action-method:hover,
.btn-action-delete:hover {
	color: #ffffff;
}

.btn-action-dark i,
.btn-action-method i,
.btn-action-delete i {}

.btn-action-primary {

	line-height: 22px;
	color: #ffffff;
	padding: 4px 8px;
	text-transform: uppercase;
	background-color: #159F46;
}

.btn-action-method {
	min-width: 35px;
	display: block;
	background-color: #fedb00;
	color: #ffffff;
}

.btn-action-delete {
	min-width: 35px;
	background-color: #EB4334;
	color: #ffffff;
}

.modal-styles .modal-header,
.modal-styles .modal-body {
	padding: 23px;
}

.modal-styles .modal-header {
	border-color: rgba(199, 199, 199, 0.25);
}

.modal-styles .close {
	border-width: 0px;
	padding: 0;
	margin: 0px;
	font-size: 23px;
	background-color: transparent;
	color: #F12804;
}

.modal-styles .modal-title {
	color: #0077c8;
	font-size: 1.5rem;
	font-weight: 700;
	text-transform: capitalize;
}

.modal-styles .btn-modal-style {
	display: block;
	padding: 10px 25px;
	color: #ffffff;
	border-radius: 5px;
	font-size: 1rem;
	margin: 0px;
	font-weight: 600;
}

.modal-styles .btn-theme {
	background-color: #0077c8;
}

.modal-styles .btn-cancel {
	background-color: #455A64;
}

.modal-styles .btn-theme:hover,
.modal-styles .btn-cancel:hover {
	opacity: 0.86;
	color: #ffffff;
}

.modal-styles .modal-footer .btn-modal-style:not(:last-child) {
	margin-right: 20px;
}

.modal-styles .form-control,
.modal-styles .form-select {
	border-color: rgba(255, 222, 218, 0.71);
	border-radius: 5px;
	min-height: 40px;
}

.modal-styles .form-control::-webkit-input-placeholder {
	color: #a2a2a2;
}

.modal-styles .form-control::-moz-placeholder {
	color: #a2a2a2;
}

.modal-styles .form-control:-ms-input-placeholder {
	color: #a2a2a2;
}

.modal-styles .form-control::-ms-input-placeholder {
	color: #a2a2a2;
}

.modal-styles .form-control::placeholder {
	color: #a2a2a2;
}

.modal-styles .modal-footer {
	padding: 0px 23px 23px;
	border-top: 0px solid transparent;
}

.modal-styles.modal {
	z-index: 1050;
}

.pop-modal .modal-backdrop {
	z-index: 1040;
}

/*----------------------------------
	25. Settings - Students Invoices
------------------------------------*/
.charts_title{font-size: 1.225rem; font-weight: 600; margin-bottom: 15px;}
.charts_title .badge{font-size: 1rem; font-weight: 600;}
.charts_title .info-medium{background: #000;
	color: #fff;}
.title_Report .badge{font-size: 1rem; font-weight: 600;    margin-top: 10px;
    display: inline-block; float: right; margin-left: 25px;}
.title_Report .info-medium{background: #000;
	color: #fff;}
.course-instruct-blk table thead tr {

	font-weight: 500;
	background-color: #F0F0F0;
	border-radius: 5px;
}

.course-instruct-blk .course-instruct-blk table thead tr {
	text-transform: uppercase;
}

.course-instruct-blk table tbody tr:last-child {
	border: 1px solid transparent;
}

.course-instruct-blk table tbody tr td {
	padding: 0.8rem 0.5rem;

}
.course-instruct-blk table tbody tr td .btn{
	padding:5px 10px;

}
.course-instruct-blk table tbody tr:nth-child(2n) td {
	background: rgba(0, 0, 0, 0.05);
}

.course-instruct-blk table tbody tr:hover td {
	background: rgba(0, 0, 0, 0.1);

}

.course-instruct-blk table tbody tr:hover:nth-child(2n) td {
	background: rgba(0, 0, 0, 0.1);
}

.course-instruct-blk table tbody tr td .invoice-no {
	color: #0077c8;
}

.course-instruct-blk table tbody tr td .badge {

	padding: 7px 10px;
	font-weight: 300;
	border-radius: 5px;
	color: #ffffff;
}

.course-instruct-blk table tbody tr td .badge.status-due {
	background: #E53935;
}

.course-instruct-blk table tbody tr td .badge.status-completed {
	background: #159F46;
}

.settings-inner-blk table tbody tr td .btn-style {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0px auto;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	width: 38px;
	height: 38px;
	color: #685F78;
	border: 1px solid #F1F1F1;
	border-radius: 5px;
}

.settings-inner-blk table tbody tr td .btn-style i {
	font-size: 1.2rem;
}

.settings-inner-blk table tbody tr {
	vertical-align: middle;
}

.settings-inner-blk table tbody tr td .btn-style:hover {
	background-color: #0077c8;
	color: #ffffff;
}

.settings-inner-blk table tbody tr td .btn-style svg {
	width: 18px;
	height: 18px;
}

.table-nowrap tr th,
.table-nowrap tr td {
	white-space: nowrap;
	vertical-align: middle; 
}
td .btn{
line-height: 1.4;
}

/*----------------------------------
	26. Settings - Students Referral
------------------------------------*/

.settings-top-widget .stat-info span {
	color: #685F78;

	font-weight: 600;
}

.settings-top-widget .stat-info h3 {
	font-size: 3rem;
	font-weight: 600;
	margin: 16px 0px;
}

.settings-top-widget .stat-info p {
	color: #303030;

	margin-bottom: 0px;
}

.settings-top-widget .card {
	border-radius: 10px;
}

.settings-top-widget .stat-info.net-earn h3 {
	color: #1D9CFD;
}

.settings-top-widget .stat-info.bal h3 {
	color: #159F46;
}

.settings-top-widget .stat-info.avg h3 {
	color: #0077c8;
}

.settings-top-widget .stat-info.refer h3 {
	color: #1D9CFD;
}

.link-box h3 {
	color: #0077c8;
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 16px;
}

.link-box p {

	line-height: 17px;
	margin-bottom: 8px;
}

.link-box input {
	background: rgba(227, 227, 227, 0.41);
	border-color: rgba(255, 222, 218, 0.71);
	border-radius: 5px;
	min-height: 40px;
}

.link-box a {
	display: inline-block;
	background-color: #0077c8;
	border-radius: 5px;
	padding: 10px 25px;

	font-weight: 700;
	color: #ffffff;
}

.link-box a:hover,
.link-box a:focus {
	opacity: 0.86;
}

.withdraw-box h4 {
	font-size: 1rem;
	font-weight: 700;
	color: #303030;
	line-height: 26px;
}

.withdraw-box p {

	line-height: 17px;
	margin-bottom: 16px;
}

.filter-grp {
	margin-bottom: 23px;
}

.filter-grp h3 {
	font-size: 2.25rem;
	font-weight: 600;
	color: #0077c8;
	margin: 0px;
	display: inline-block;
}

.filter-grp h4 {
	font-size: 1.825rem;
	font-weight: 600;
	color: #fedb00;
	margin: 0px;
	display: inline-block;
	margin-left: 15px;
}

.filter-grp select {
	border-radius: 10px;
}

.filter-blk div:not(:last-child) {
	margin-right: 14px;
}

.settings-referral-blk .refer-avatar-blk p {
	margin: 0px;
}

.settings-top-widget .card {
	border-radius: 10px;
}

.settings-top-widget .card.withdraw-box {
	background-image: linear-gradient(#FFF, #FFF), linear-gradient(to right, #0077c8, #0077c8);
}

/*----------------------------
	27. Setting - Support Tickets
------------------------------*/

.settings-top-widget .stat-info.ttl-tickets h3 {
	color: #1D9CFD;
}

.settings-top-widget .stat-info.open-tickets h3 {
	color: #0077c8;
}

.settings-top-widget .stat-info.close-tickets h3 {
	color: #159F46;
}

.ticket-grp p {
	margin: 5px 0px 0px;
}

.tiket-suport.filter-grp {
	margin-bottom: 40px;
}

.tiket-suport .ticket-btn-grp {
	display: inline-flex;
}

.ticket-btn-grp a {
	background: #0077c8;
	border: 1px solid #0077c8;
	border-radius: 5px;

	color: #fff;
	padding: 13px 28px;
}

.ticket-btn-grp a:hover {
	opacity: 0.86;
}

.filter-tickets ul li:not(:last-child) {
	margin-right: 7px;
}

.filter-tickets ul li a {
	display: block;

	padding: 10px 30px;
	background: #E0E0E0;
}

.filter-tickets ul li a:hover,
.filter-tickets ul li a:focus,
.filter-tickets ul li a.active {
	color: #ffffff;
	background: #0077c8;
}

.settings-inner-blk table .link {
	color: #0077c8;
}

.settings-inner-blk table .link:hover {
	text-decoration: underline;
}

.info-high {
	background: #E53935;
}

.settings-inner-blk .info-medium {
	background: #000;
	color: #fff;
}

.info-low {
	background: #159F46;
}

.settings-menu .top-menu-bar li:last-child {
	margin-bottom: 23px;
}

.new-ticket-blk h4 {
	font-size: 1.5rem;
	margin-bottom: 23px;
	color: #0077c8;
}

.Progress_box {
	width: 100px;
	position: relative;
	height: 16px;
	border-radius: 10px;
	background: #969892;
	box-shadow: inset 0 0 3px #666;
}

.Progress_boxs {
	min-width: 8px;
    font-size: 10px;
    color: #fff;
    text-align: center;
    min-width: 20px;
    line-height: 16px;
    position: absolute;
    height: 16px;
    border-radius: 10px;
    background: #0077c8;
    box-shadow: inset 0 0 3px #666;
}

.new-ticket-blk .form-control {
	border-color: rgba(255, 222, 218, 0.71);
	border-radius: 5px;
	min-height: 40px;
}

.background_blue {
	background: #0077c8 !important;
	color: #fff;
}

td.background_blue {
	background: #0077c8 !important;
	color: #fff;
	font-size: 20px;
}

.new-ticket-blk .form-group {
	margin-bottom: 25px;
}

.table_tabbtn {
	background: #fff;
	height: 40px;
	width: 180px;
	line-height: 40px;
	margin-bottom: -8px;
	border-radius: 10px 10px 0 0;
	font-size: 20px;
	color: #666;
	box-shadow: 0 0 1px #333;
}

.table_tabbtn:hover {
	background: #0077c8;

	color: #fff;
}





/* .diy-content p:not(.u-text-variant) {
	font-weight: auto;
	line-height: auto;
	font-size: auto;
	margin-top: 0;
	margin-bottom: 0;
} */

.new-ticket-blk .form-group label {
	font-weight: 500;
	color: #685F78;
	margin-bottom: 15px;
}

.settings-inner-blk .form-control::-webkit-input-placeholder {
	color: #a2a2a2;
}

.settings-inner-blk .form-control::-moz-placeholder {
	color: #a2a2a2;
}

.settings-inner-blk .form-control:-ms-input-placeholder {
	color: #a2a2a2;
}

.settings-inner-blk .form-control::-ms-input-placeholder {
	color: #a2a2a2;
}

.settings-inner-blk .form-control::placeholder {
	color: #a2a2a2;
}

.settings-inner-blk .form-select:focus {
	box-shadow: none;
}

.settings-inner-blk .country-select {
	border: 1px solid rgba(255, 222, 218, 0.71);
	color: #263238;
	height: 40px;
}

.submit-ticket {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.submit-ticket .btn-primary {
	background: #1D9CFD;
	border: 1px solid #1D9CFD;
	border-radius: 5px;

	font-weight: 600;
	min-width: 171px;
	padding: 13px 15px;
	margin-right: 12px;
}

.submit-ticket .btn-primary:hover {
	background: #187ac5;
	border: 1px solid #187ac5;
}

.submit-ticket .btn-dark {
	background: #263238;
	border: 1px solid #263238;
	border-radius: 5px;

	font-weight: 600;
	min-width: 171px;
	padding: 13px 15px;
}

.submit-ticket .btn-dark:hover {
	background: #5f6568;
	border: 1px solid #5f6568;
	color: #fff;
}

/*----------------------------
	28. Setting - Support View Tickets
------------------------------*/

.bug-software-head h2 {
	font-size: 1.5rem;
	font-weight: 500;
	margin-bottom: 15px;
}

.bug-software-head p {
	color: #0077c8;

	font-weight: 300;
	margin-bottom: 0px;
}

.bdr-bottom-line {
	border-bottom: 1px solid rgb(199 199 199 / 25%);
}

.ticket-profile .course-name h4 {
	margin-bottom: 5px;
	font-size: 1rem;
	font-weight: 600;
}

.ticket-profile .course-group-img img {
	max-width: 40px;
	height: 40px;
}

.ticket-profile .course-group-img {
	margin-bottom: 25px;
}

.admin-msg-list {
	padding: 0;
	margin: 0;
}

.admin-msg-list li {
	list-style: none;
	padding-bottom: 20px;
}

.comman-space-ticket {
	padding: 30px;
}

.requested-img img {
	width: 30px;
	height: 30px;
	border-radius: 50px;
	margin-right: 5px;
}

.ticket-view-blk {
	padding: 15px 0px;
}

.ticket-view-blk h5 {
	color: #685F78;
	font-size: 1rem;
	font-weight: 500;
	margin-bottom: 10px;
}

.requested-img h4 {
	font-size: 1rem;
	font-weight: 500;
	margin-bottom: 0;
	color: #000;
}

.ticket-view-blk p {

	font-weight: 500;
	margin-bottom: 0;
	color: #000;
}

.ticket-view-blk .btn-success {
	background: #159F46;
	border: 1px solid #159F46;
	border-radius: 3px;

	font-weight: 300;
	padding: 2px 12px;
}

.ticket-view-blk .btn-danger {
	background: #CC454E;
	border: 1px solid #CC454E;
	border-radius: 3px;

	font-weight: 300;
	padding: 2px 8px;
}

.ticket-view-blk h3 {
	color: #000000;
	font-size: 1rem;
	font-weight: 500;
	margin-bottom: 0;
}

.ticket-close-btn {
	margin-top: 15px;
}

.ticket-close-btn .btn-danger {
	background: #CC454E;
	border: 1px solid #CC454E;
	border-radius: 5px;

	font-weight: 300;
	width: 100%;
	padding: 10px 15px;
}

.ticket-close-btn .btn-danger:hover {
	background: #ed0b1a;
	border: 1px solid #ed0b1a;
}

.btm-para-blk h2 {
	color: #fff;
	font-size: 2.2em;
	font-weight: 600;
	margin: 30px 0px;
}

.dropzone {
	background: #FBFBFF;
	border: 1px dashed rgba(255, 222, 218, 0.71);
	border-radius: 5px;
	padding: 10px;
	min-height: 70px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}

.dropzone.dz-clickable .dz-message {
	display: none;
}

.dropzone p {
	color: #C4C4C4;
	margin-bottom: 0;
}

.accept-drag-file p {
	color: #685F78;
	font-weight: 500;
	margin-top: 15px;
}

.your-replay-head h2 {
	font-size: 1.5rem;
	font-weight: 600;
	color: #0077c8;
}

.your-replay-head {
	margin-bottom: 30px;
}

.your-replay-head p {
	margin-bottom: 0;
	color: #303030;

}

/*----------------------------------
	29. Setting - Instructor My Courses
------------------------------------*/

.section-wrapper {
	background: #fafafa;
	padding: 80px 0px;
}

.custom-btn-blk a:hover {
	opacity: 0.86;
}

.instructor-info-blk {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.instructor-info-blk .instructor-info-img {
	display: block;
	max-width: 100px;
	height: 100px;
	border-radius: 10px;
	border: 5px solid #FFFFFF;
	margin-right: 8px;
}

.instructor-info-blk .instructor-info-content {
	text-align: left;
}

.instructor-info-blk h4 {
	font-size: 32px;
	font-weight: 600;
	color: #ffffff;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 0px;
}

.instructor-info-blk h4 a {
	color: #ffffff;
}

.instructor-info-blk h4 span {
	background: #fff;
	color: #000000;
	font-weight: 300;
	padding: 2px 10px;

	border-radius: 5px;
	margin-left: 8px;
}

.instructor-info-blk p {
	font-size: 1rem;
	font-weight: 300;
	color: #fff;
	margin: 0;
}

.instructor-overview-list {
	background: rgba(10, 20, 47, 0.33);
	border-radius: 10px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	word-wrap: break-word;
	padding: 10px;
}

.instructor-overview-list .list-grp-blk:not(:last-child) {
	margin-right: 23px;
}

.instructor-overview-list .list-content-blk h5 {

	font-weight: bold;
	color: #ffffff;
	margin-bottom: 2px;
}

.instructor-overview-list .list-content-blk p {
	margin: 0px;
	word-wrap: break-word;
}

.instructor-bg-blk .btm-para-blk {
	margin-top: 23px;
}

.custom-card {
	border: 4px solid transparent;
	background-origin: border-box;
	background-clip: padding-box, border-box;
	background-image: linear-gradient(#FFF, #FFF), linear-gradient(to right, #E3E3E3, #c3cbf2);
	border-radius: 10px;
}

.custom-card-header {
	padding: 23px;
	border-bottom: 1px solid rgba(199, 199, 199, 0.23);
}

.custom-card-header h3 {
	font-size: 1.5rem;
	font-weight: 600;
	color: #0077c8;
	margin: 0px;
}

.custom-card-header .custom-btn-blk a {
	background: #0077c8;
	border: 1px solid #0077c8;
	border-radius: 5px;

	color: #fff;
	padding: 13px 28px;
}

.courses-grp .course-design {
	background: #ffffff;
	border: 1px solid rgba(199, 199, 199, 0.25);
}

.courses-grp .list-course .product-img {
	-ms-flex: 0 0 205px;
	flex: 0 0 205px;
	margin-right: 24px;
	width: 205px;
	position: relative;
}

/*----------------------------
	30. Instructor - Dashboard
------------------------------*/

.sell-course-head h3 {
	color: #0077c8;
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 0;
}

.sell-course-head h3 span{
	
	font-size: 1rem;
	
}

.sell-course-head {
	border-bottom: 1px solid rgba(199, 199, 199, 0.25);
}

.sell-group-img {
	width: 150px;
	height: 112px;
	margin-right: 20px;
}

.sell-table-group p {
	font-size: 1.25rem;
	color: #000000;
	font-weight: 500;
	margin-bottom: 0;
}

.sell-tabel-info .course-info {
	margin: 7px 0px;
	width: 270px;
}

.sell-table-group .sell-tabel-info p {
	font-size: 1rem;
}

.course-instruct-blk .badge {
	min-width: 79px;
	padding: 7px 10px;
}

.settings-inner-blk .info-inter {
	background: #1D9CFD;
}

.course-stip.progress-stip {
	height: 8px;
}

.instruct-search-blk .show-filter .form-control,
.instruct-search-blk .select-form .form-select {
	max-width: 222px;
	border-radius: 10px;
}

.instruct-search-blk .select-form .form-select {
	margin-left: auto;
	border: 1px solid #EB9481;
}

.instruct-search-blk .show-filter .form-control {
	border: 1px solid #EB9481;
}

.instructor-detail h5 {
	margin-bottom: 1px;
}

.choose-search-blk .select2-container--default .select2-selection--single,
.table-select-blk .select2-container--default .select2-selection--single,
.all-select-blk .select2-container--default .select2-selection--single {
	border: 1px solid #e9ecef;
	height: 40px;
	border-radius: 10px;
}

.choose-search-blk .select2-container--default .select2-selection--single .select2-selection__rendered,
.table-select-blk .select2-container--default .select2-selection--single .select2-selection__rendered,
.all-select-blk .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 40px;
	color: #263238;

}

.choose-search-blk .select2-container--default .select2-selection--single .select2-selection__arrow,
.table-select-blk .select2-container--default .select2-selection--single .select2-selection__arrow,
.all-select-blk .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 36px;
}

.choose-search-blk .form-group {
	width: 222px;
	margin-left: auto;
}

.choose-search-blk.show-filter .form-control {
	border: 1px solid #e9ecef;
	border-radius: 10px;
}

.table-select-blk .form-group {
	width: 127px;
}

.instruct-search-blk {
	margin-bottom: 0;
}

.course-instruct-blk .table-nowrap tr th,
.course-instruct-blk .table-nowrap tr td {
	white-space: inherit;
	vertical-align: middle; 
}

.sell-tabel-info {
	max-width: 270px;
}

.sell-course-head p {
	color: #303030;
	margin-bottom: 0;
	margin-top: 15px;
}

.instruct-review-blk .rev-info {
	font-style: normal;

}

.instruct-review-blk .btn-reply {
	padding: 6px 11px;
}

.instruct-orders-info p {
	margin-bottom: 0;
	max-width: 280px;
}

.course-instruct-blk tr:last-child {
	border-color: #fff;
}

.student-meet-head .view-icons {
	margin-left: auto;
}

.student-search-form .form-group {
	width: 100%;
	margin-right: 20px;
}

.student-search-form .form-control {
	height: 50px;
}

.export-cvv-btn .btn-primary {
	background: #0077c8;
	border-radius: 5px;
	min-width: 125px;

	font-weight: 600;
	color: #fff;
	padding: 13px 15px;
}

.student-search-form {
	margin-top: 25px;
}

.export-cvv-btn .btn-primary:hover {
	background: #e73a4b;
}

.tak-instruct-group .student-box {
	padding: 0;
}

.student-box-blks {
	padding: 20px;
}

.enrol-student-foot ul {
	padding: 0;
	margin: 0;
}

.enrol-student-foot ul li {
	padding: 0;
	border-top: 1px solid rgb(199 199 199 / 25%);
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 15px;
	color: #303030;

}

.enrol-student-foot ul li .instruct-stip {
	margin-left: auto;
}

.instruct-stip .progress-stip {
	width: 69px;
	margin-left: auto;
}

.instruct-stip span {
	color: #303030;

	margin-right: 5px;
}

.student-box-blks .student-content h5 {
	font-weight: 600;
}

.student-box-blks .student-content p {}

.student-box-blks .student-img img {
	max-width: 100px;
}

.message-text-img {
	width: 38px;
	height: 38px;
	background: #FFFFFF;
	border: 1px solid #F1F1F1;
	border-radius: 5px;
	position: absolute;
	right: 20px;
	z-index: 999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}

.message-text-img:hover {
	background: #0077c8;
	border: 1px solid #0077c8;
	cursor: pointer;
}

.message-text-img:hover img {
	filter: invert(1) brightness(100);
}

.tak-instruct-group .student-box {
	border: 1px solid rgb(199 199 199 / 25%);
	background: rgb(255 255 255 / 25%);
	border-radius: 5px;
}

.instruct-check-list .form-check-input {
	width: 18px;
	height: 18px;
}

.withdraw-history-head h3 {
	margin-bottom: 20px;
}

.download-widra {
	border: 1px solid #e9ecef;
	border-radius: 10px;
	width: 40px;
	height: 40px;
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}

/*----------------------------
	31. ck - Editer
------------------------------*/

.ck.ck-toolbar,
.ck.ck-editor__editable_inline {
	border: 0 !important;
}

.ck.ck-editor {
	border: 1px solid #e9ecef !important;
	border-radius: 5px !important;
	padding: 15px !important;
}

.ck.ck-editor__editable:not(.ck-editor__nested-editable).ck-focused {
	box-shadow: none !important;
}

.ck.ck-editor__editable {
	height: 100px !important;
}

/*----------------------------
	32. Student Dashboard
------------------------------*/

.img-deposit-ticket {
	margin-left: auto;
}

.settings-top-widget .stat-info.ttl-tickets .student-ticket-view h3 {
	color: #0077c8;
	margin-top: 0;
}

.settings-top-widget .stat-info.open-tickets .student-ticket-view h3 {
	color: #0077c8;
	margin-top: 0;
}

.settings-top-widget .stat-info.close-tickets .student-ticket-view h3 {
	color: #159F46;
	margin-top: 0;
}

.settings-top-widget .stat-info .student-ticket-view p {
	margin-bottom: 15px;
	color: #685F78;
	font-weight: 600;
}

.student-ticket-view a {
	color: #0077c8;
	font-size: 1rem;
	font-weight: 500;
	text-decoration: underline;
}

/*-----------------
	33. Deposit Instructor
-----------------------*/

.instructor-bg-blk .student-group {
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.settings-top-widget .stat-info.medium-tickets h3 {
	color: #FFB54A;
	margin-top: 0;
}

.settings-top-widget .stat-info.blue-tickets h3 {
	color: #1D9CFD;
	margin-top: 0;
}

.student-deposit-blk .stat-info {
	width: 100%;
}

/*-----------------
	34. Deposit Payment Method
-----------------------*/

.radio-with-img {
	display: block;
}

.radio-with-img p.radio-deposit-item {
	display: inline-flex;
	width: 180px;
	height: 132px;
	box-sizing: border-box;
	border: none;
	margin-right: 25px;
	margin-bottom: 30px;
	align-items: baseline;
}

.radio-with-img p.radio-deposit-item label {
	display: block;
	height: 100%;
	width: 100%;
	padding: 10px;
	border-radius: 10px;
	border: 1px solid rgba(255, 222, 218, 0.71);
	color: #000;
	cursor: pointer;
	opacity: .8;
	transition: none;
	font-size: 13px;
	padding-top: 25px;
	text-align: center;
	margin: 0;

	font-weight: 300;
}

.radio-with-img p.radio-deposit-item label:hover,
.radio-with-img p.radio-deposit-item label:focus,
.radio-with-img p.radio-deposit-item label:active {
	background: rgba(21, 159, 70, 0.08);
	border: 1px solid #159F46;
	color: #000;
	margin: 0;
}

.radio-with-img p.radio-deposit-item label::after,
.radio-with-img p.radio-deposit-item label:after,
.radio-with-img p.radio-deposit-item label::before,
.radio-with-img p.radio-deposit-item label:before {
	opacity: 0;
	width: 0;
	height: 0;
	margin: 0;
}

.radio-with-img p.radio-deposit-item label img {
	display: block;
	font-size: 50px;
	margin: auto;
	margin-bottom: 10px;
}

.radio-with-img p.radio-deposit-item input[type="radio"] {
	opacity: 0;
	width: 0;
	height: 0;
}

.radio-with-img p.radio-deposit-item input[type="radio"]:active~label {
	opacity: 1;
}

.radio-with-img p.radio-deposit-item input[type="radio"]:checked~label {
	opacity: 1;
	background: rgba(21, 159, 70, 0.08);
	border: 1px solid #159F46;
	color: #000;
}

.radio-with-img p.radio-deposit-item input[type="radio"]:hover,
.radio-with-img p.radio-deposit-item input[type="radio"]:focus,
.radio-with-img p.radio-deposit-item input[type="radio"]:active {
	margin: 0;
}

.radio-with-img p.radio-deposit-item input[type="radio"]+label:before,
.radio-with-img p.radio-deposit-item input[type="radio"]+label:after {
	margin: 0;
}

/*-----------------
	35. Error
-----------------------*/

.error-page {
	align-items: center;
	color: #1f1f1f;
	display: flex;
	background-image: url(../img/error-bg1.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.error-page .main-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	min-height: unset;
	padding-top: 50px;
}

.error-box {
	margin: 0 auto;
	max-width: 570px;
	padding: 20px 0;
	text-align: center;
	width: 100%;
}

.error-logo {
	margin-bottom: 50px;
}

.error-logo img {
	width: 150px;
}

.error-box h3 {
	color: #FA5560;
	font-weight: 600;
	font-size: 2.2em;
	margin-top: 20px;
}

.error-box p {
	margin-bottom: 30px;
	color: #343A40;

}

.error-box .btn-primary {
	border-radius: 50px;
	font-size: 1rem;
	font-weight: 600;
	min-width: 158px;
	padding: 9px 15px;
	background: #0077c8;
}

.error-box .btn-primary:hover,
.error-box .btn-primary:active:not(:disabled):not(.disabled) {
	background: #e72f41;
}

.come-soon-box h5 {
	font-size: 1.25rem;
	margin: 50px 0px 25px;
}

.error-box h4 {
	font-size: 32px;
	margin-bottom: 0;
}

.error-box h6 {
	font-size: 1rem;
	margin: 35px 0px;
}

.social-icon-soon ul {
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}

.social-icon-soon ul li i {
	font-size: 1.5rem;
}

.social-icon-soon ul li {
	list-style: none;
}

.social-icon-soon ul li:not(:last-child) {
	margin-right: 15px;
}

.social-icon-soon ul li .face-book {
	color: #1877F2;
}

.social-icon-soon ul li .twit-ter {
	color: #1DA1F2;
}

.social-icon-soon ul li .insta-gram {
	color: #000100;
}

.social-icon-soon ul li .linked-in {
	color: #0A66C2;
}

.social-icon-soon ul li i:hover {
	color: #0077c8;
}

.subscribe-soon .btn-danger {
	background: #0077c8;
	border: 1px solid #0077c8;
	min-width: 127px;
	font-size: 1rem;
}

.subscribe-soon .btn-danger:hover {
	background: #e63333;
	border: 1px solid #e63333;
}

.subscribe-soon .form-control {
	height: 48px;
}

.countdown-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 15px;
}

.error-box .big-text {
	font-weight: 700;
	font-size: 40px;
	line-height: 1;
	margin: 0;
	margin-bottom: 15px;
	padding-bottom: 15px;
	color: #fff;
	border-bottom: 1px solid #F2F2F2;
}

.countdown-el {
	text-align: center;
	background: rgba(0, 0, 0, 0.4);
	min-width: 140px;
	padding: 38px 20px;
	border-radius: 10px;
	color: #fff;
}

.countdown-el:not(:last-child) {
	margin-right: 15px;
}

.countdown-el span {
	font-size: 26px;
}

/*-----------------
	36. All Courses
-----------------------*/

.search-filter .filter-widget h4 {
	color: #0B0B0B;
	font-size: 1.2rem;
	font-weight: 700;
}

.search-filter .filter-widget label {}

.search-filter .filter-widget .custom_check input {
	margin-right: 10px;
}

.inner-banner h5 a {
	color: #fff;
}

.inner-banner h5 a:hover {
	color: #0077c8;
}

.view-icons {
	display: inline-flex;
}

.view-icons a {
	align-items: center;
	background-color: #fff;
	border: 1px solid #D2DCEC;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	color: #000;
	display: flex;
	font-size: 1.25rem;
	justify-content: center;
	text-align: center;
	margin-right: 10px;
	width: 40px;
	height: 40px;
}

.view-icons a:hover {
	border-color: #0077c8;
	color: #0077c8;
}

.view-icons a.active {
	background-color: #0077c8;
	border-color: #0077c8;
	color: #fff;
}

.show-result h4 {
	font-size: 1rem;
	color: #22100D;
	margin-bottom: 0;
}

.clear-text {
	margin-left: auto;
}

.clear-text p,
.clear-filter h4 {
	margin-bottom: 0;
}

.clear-text p {
	color: #000;

	font-weight: 500;
}

.clear-filter {
	margin-bottom: 43px;
	padding: 8px 0px;
}

.clear-filter h4 {
	font-size: 1.25rem;
	color: #333333;
}

.clear-filter h4 i {
	margin-right: 9px;
}

.card.search-filter,
.card.post-widget {
	margin-bottom: 20px;
	border-radius: 10px;
}

.showing-list {
	margin-bottom: 44px;
}

.course-design .product:hover .product-content h3 a:hover,
.course-design .product:hover .course-name h4 a:hover {
	color: #0077c8;
}

.course-share .active-heart i {
	color: #0077c8;
	font-weight: 900;
}

.course-design .price .free-color {
	color: #159F46;
}

.course-design .price {
	min-width: auto;
	padding: 8px 15px;
	text-align: center;
}

.lms-page li .page-link {
	margin-right: 15px;
	border: 1px solid #c3cbf2;
	border-radius: 5px;
	width: 40px;
	height: 40px;
	color: #000000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.lms-page {
	margin-bottom: 20px;
	margin-top: 20px;
}

.lms-pagination {
	margin-bottom: 20px;
}

.lms-page li .page-link:hover {
	background-color: #0077c8;
	color: #fff;
}

.lms-page .page-item.active .page-link {
	background-color: #0077c8;
	border-color: #0077c8;
}

.page-item:first-child .page-link {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.show-filter .form-control {
	border-color: rgba(255, 222, 218, 0.71);
	min-height: 40px;

	padding-left: 30px;
}

.show-filter .form-control::placeholder {
	color: #a2a2a2;
}

.search-filter .card-body {
	padding: 20px;
}

.show-filter .search-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.show-filter .search-group i {
	position: absolute;
	left: 9px;
	color: #0077c8;
}

.categories-head i {
	margin-left: auto;
	margin-bottom: 15px;
}

.course-design .product {
	width: 100%;
}

.course-design {
	width: 100%;
}

.list-course .product {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}

.list-course .product-img {
	-ms-flex: 0 0 240px;
	flex: 0 0 240px;
	margin-right: 24px;
	width: 240px;
	position: relative;
}

.head-course-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.head-course-title .title {
	margin-bottom: 0;
	margin-right: 20px;
}

.list-course .course-view {
	margin-left: 30px;
}

.list-course .product-content {
	padding-top: 0;
}

.rating i {
	color: #777777;
}

.rating i.filled {
	color: #FFB54A;
}

.product-content h3 a,
.course-name h4 a {
	color: #000000;
}

.product-content-title {
	max-width: 320px;
}

/*-----------------
	37. Search
-----------------------*/

.custom_one .checkmark {
	border-radius: 50px;
}

.filter-widget {
	margin-bottom: 20px;
}

.filter-widget h4 {
	font-size: 1rem;
	margin-bottom: 15px;
}

.filter-widget .custom_check {
	line-height: 18px;
}

.latest-posts {
	margin: 0;
	padding: 0;
}

.latest-posts li {
	display: table;
	width: 100%;
	margin-bottom: 20px;
}

.latest-posts li:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: none;
}

.post-thumb {
	border-radius: 4px;
	width: 60px;
	float: left;
	overflow: hidden;
}

.post-thumb a img {
	border-radius: 4px;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
	-moz-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
	-ms-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
	-o-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
	-webkit-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
	transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
}

.post-thumb a:hover img {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	transform: scale(1.15);
}

.post-info {
	margin-left: 92px;
}

.post-info h4 {

	margin: 0 0 5px;
}

.post-info h4 a {
	color: #000000;

}

.post-info h4 a:hover {
	color: #0077c8;
}

.post-info p {
	color: #df5f5e;

	margin: 0;
	font-weight: 500;
}

.free-color p {
	color: #159F46;
}

.post-info p i {
	color: #1e88e5;

	margin-right: 4px;
}

.latest-head h4 {
	color: #0B0B0B;
	font-size: 1.2rem;
}

.select-form .form-select {
	border-color: rgba(255, 222, 218, 0.71);
	min-height: 40px;

	color: #22100D;
}

.select-form .form-select:focus {
	box-shadow: none;
}

/*-----------------
	38. Blog
-----------------------*/

.blog {
	border-radius: 5px;
	position: relative;
	margin-bottom: 25px;
}

.section-blogs .blog {
	border: 1px solid #f0f0f0;
	box-shadow: 0 0 13px rgba(0, 0, 0, 0.10);
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.blog-image {
	overflow: hidden;
}

.blog-image,
.blog-image>a,
.blog-image img {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}

.blog-image img {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
	-moz-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
	-ms-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
	-o-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
	-webkit-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
	transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
}

.blog-image a:hover img {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	transform: scale(1.15);
}

.blog-image {
	margin-bottom: 20px;
	border-radius: 5px 5px 0 0
}

.blog-content {
	position: relative;
}

.blog-title {
	font-size: 1.5rem;
	margin: 0 0 20px;
	font-weight: 600;
	line-height: 1.3;
}

.blog-title a {
	color: #000;
}

.blog-title a:hover {
	color: #0077c8;
}

.blog-content p {
	margin: 0 0 20px;

	color: #685F78;
	font-weight: 300;
}

.blog-content h4 {
	font-size: 1rem;
	color: #000;
	font-weight: 600;
}

.post-author img {
	border-radius: 100%;
	width: 30px;
	margin-right: 5px;
}

.read-more {
	display: inline-block;
	font-size: 1rem;
	padding: 0;
	color: #1e88e5;
	text-decoration: underline;
	font-weight: bold;
}

.blog-info {
	color: #26292c;

	margin-bottom: 20px;
}

.blog-info a {
	color: #000000;

	font-weight: 300;
}

.blog-info a:hover {
	color: #0077c8
}

.entry-meta {
	color: #26292c;

	list-style: none;
	margin-bottom: 15px;
	padding: 0;
}

.entry-meta li {
	display: inline-block;
	margin-right: 15px;
}

.entry-meta li:last-child {
	margin-right: 0;
}

.blog-pagination .pagination {
	margin-bottom: 30px;
}

.blog-pagination .pagination li a {
	padding: 12px 20px;
	font-weight: 600;
	color: #26292c;
	margin-right: 10px;
	border-radius: inherit !important;
	border-color: #f0f0f0;
}

.blog-pagination .pagination li.disabled a {
	border-color: #f0f0f0;
}

.blog-pagination .pagination li.active a {
	background: #1e88e5;
	border-color: transparent;
	color: #ffffff;
}

.post-left ul {
	margin: 0;
	padding-left: 0;
	list-style: none;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.post-left ul li {
	padding: 0px 20px;
	border-left: 1px solid #C4C4C4;
	color: #000;
	font-weight: 300;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.post-left ul li:first-child {
	border: 0;
	padding-left: 0;
}

.post-left ul li img {
	margin-right: 9px;
}

.post-author a {
	display: flex;
	align-items: center;
}

.latest-posts {
	margin: 0;
	padding: 0;
}

.latest-posts li {
	display: table;
	width: 100%;
	margin-bottom: 20px;
}

.latest-posts li:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: none;
}

.post-thumb {
	border-radius: 4px;
	width: 80px;
	float: left;
	overflow: hidden;
}

.post-thumb a img {
	border-radius: 4px;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
	-moz-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
	-ms-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
	-o-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
	-webkit-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
	transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
}

.post-thumb a:hover img {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	transform: scale(1.15);
}

.blog-widget .post-info {
	margin-left: 95px;
}

.blog-widget .post-info h4 {

	margin: 0 0 5px;
	font-weight: 600;
}

.blog-widget .post-info h4 a {
	color: #22100D;
}

.blog-widget .post-info h4 a:hover {
	color: #0077c8;
}

.blog-widget .post-info p {
	color: #000000;
	font-size: 12px;
	margin: 0;
}

.category-widget .categories {
	list-style: none;
	margin: 0;
	padding: 0;
}

.category-widget .categories li {
	margin-bottom: 20px;
}

.category-widget .categories li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.category-widget .categories li a {
	color: #22100D;

	font-weight: 500;
}

.category-widget .categories li a:hover {
	color: #0077c8;
}

.category-widget .categories>li>a>i {
	color: #0077c8;
	font-size: 1.2rem;
	margin-right: 19px;
}

.tags-card {
	padding-bottom: 5px;
}

.tags-widget .card-body {
	padding-bottom: 1rem;
}

.tags {
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

.tags li {
	float: left;
}

.tag {
	background-color: #c3cbf2;
	border-radius: 5px;
	color: #22100D;
	padding: 5px 10px;
	position: relative;
	margin: 0 15px 15px 0;

	border: 1px solid #c3cbf2;
	display: inline-block;
	font-weight: 500;
}

.tag:hover {
	background-color: #f5cbc5;
	border-color: #f5cbc5;
	color: #22100D;
}

.comment-by {
	display: block;

	line-height: 21px;
	margin: 0 0 10px;
}

.comments-list .comment-block p {

	margin-bottom: 5px;
}

.blog-col {
	width: 100%;
}

.custom-edit-service h4 {
	padding-bottom: 15px;
	margin-bottom: 0;
}

.custom-edit-service label {
	font-size: 1rem;
}

.custom-edit-service textarea.form-control {
	min-height: 200px;
}

.custom-edit-service .service-upload {
	border: 1px solid #dcdcdc;
	border-radius: .25rem;
	text-align: center;
	padding: 70px 0;
	margin-bottom: 30px;
	background-color: #fff;
	position: relative;
}

.custom-edit-service .service-upload i {
	font-size: 50px;
	color: #858585;
}

.custom-edit-service .service-upload span {

	color: #858585;
	margin-top: 14px;
	display: block;
}

.custom-edit-service .service-upload input[type="file"] {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}

.custom-edit-service .upload-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
}

.custom-edit-service .upload-wrap li {
	margin: 10px;
}

.custom-edit-service .upload-wrap li .upload-images {
	width: 100px;
}

.custom-edit-service .upload-wrap li img {
	max-width: 100%;
	height: auto;
}

.blog-read .btn-primary {
	background: #fedb00;
	border: 1px solid #fedb00;
	box-sizing: border-box;
	border-radius: 5px;
	font-size: 1rem;
	color: #fff;
	text-decoration: none;
	padding: 9px 28px;
}

.blog-read .btn-primary:hover {
	background: #fff;
	border: 1px solid #fedb00;
	color: #fedb00;
}

.blog-widget {
	padding: 20px;
	border: 1px solid #e9ecef;
	margin-bottom: 20px;
	border-radius: 10px;
}

.tags-card {
	padding-bottom: 5px;
}

.blog-widget .card-body {
	padding: 0px;
}

.blog-widget .card-header {
	border-bottom: 0px;
	padding: 0px;
	margin-bottom: 20px;
}

.blog-search .input-group .btn-primary {
	background: #0077c8;
	border: 1px solid #0077c8;
}

.blog-search .input-group .form-control {
	background: rgba(229, 229, 229, 0.42);
	border: 0;
}

.blog-search .input-group .form-control::placeholder {
	color: #a2a2a2;

}

.blog-widget .card-header .card-title {
	font-size: 1.2rem;
	color: #0B0B0B;
	font-weight: 700;
}

.post-widget .post-info p img {
	margin-right: 6px;
}

.load-more .btn-primary {
	background: #0077c8;
	border: 1px solid #0077c8;
	border-radius: 5px;
	font-size: 1.2rem;
	font-weight: 700;
	padding: 9px 48px;
	margin-top: 25px;
}

.load-more .btn-primary:hover {
	background: #ed4051;
	border: 1px solid #ed4051;
}

/*-----------------
	39. Blog Grid
-----------------------*/

.blog-grid-box {
	background: #fff;
	padding: 15px;
	margin: 0px 10px;
	margin-top: -20px;
	position: relative;
	border-radius: 5px;
}

.blog-grid-box .post-left ul li,
.grid-modern .post-left ul li {
	padding: 0px 5px;
}

.blog-grid-box .post-left ul li:first-child,
.grid-modern .post-left ul li:first-child {
	padding-left: 0;
}

.grid-blog .blog-image {
	margin-bottom: 0;
}

.grid-blog {
	margin-bottom: 20px;
}

/*-----------------
	40. Blog Modern
-----------------------*/

.grid-modern .blog-image {
	border-radius: 10px 10px 0px 0px;
	margin-bottom: 25px;
}

.blog-modern-box {
	position: absolute;
	bottom: 0;
	padding: 20px;
}

.blog-modern-box .blog-title a {
	font-size: 1.25rem;
	color: #fff;
}

.blog-modern-box .blog-title a:hover {
	color: #0077c8;
}

.blog-modern-box .post-left ul li {
	color: #fff;
	font-size: 12px;
}

/*-----------------
	41. Mycourse
-----------------------*/

.mycourse-student {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.student-filter {
	margin-left: auto;
}

.show-filter .mycourse-student .form-control {
	max-width: 222px;
}

.student-filter .select-form .form-select {
	min-width: 222px;
}

.student-group .course-share {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}

.course-student-header {
	background: #645b73;
	padding: 25px 0px;
}

.student-group .course-group-img img {
	max-width: 100px;
	height: 100px;
	border-radius: 10px;
	border: 5px solid #FFFFFF;
}

.student-group:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 0;
	background: #fff;
	opacity: 0.25;
}

.student-group {
	position: relative;
}

.student-group .course-name h4 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.student-group .course-name h4 a {
	font-size: 32px;
	font-weight: 600;
	color: #fff;
}

.student-group .course-name h4 a:hover {
	color: #0077c8;
}

.student-group .course-name h4 span {
	background: #fff;
	padding: 2px 10px;

	border-radius: 10px;
	margin-left: 20px;
}

.student-group .course-name p {
	font-size: 1rem;
	font-weight: 300;
	color: #fff;
}

.student-group .course-share .btn-primary {
	background-color: #0077c8;
	border: 1px solid #0077c8;

	font-weight: 600;
	padding: 13px 26px;
}

.student-group .course-group-img img {
	margin-right: 25px;
}

.my-student-list ul {
	display: flex;
	padding: 0;
	margin: 0;
}

.my-student-list ul li {
	list-style: none;
	margin-right: 20px;
}

.my-student-list ul li a {
	color: #fff;
	padding: 0px 10px;
	padding-bottom: 10px;
}

.my-student-list ul li .active {
	border-bottom: 4px solid #fff;
}

.my-student-list ul li a:hover {
	border-bottom: 4px solid #fff;
}

.student-group .course-group {
	padding-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.rating-student {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.product .rating-student .rating {
	margin-left: 0;
}

.edit-rate {
	margin-left: auto;
	cursor: pointer;
}

.progress-stip {
	display: flex;
	height: 20px;
	overflow: hidden;
	background-color: #e9ecef;
	border-radius: 50px;
}

.active-stip {
	width: 35%;
}

.progress-stip .bg-success {
	background-color: #159f46 !important;
}

.start-leason .btn-primary {
	background: #0077c8;
	border: 1px solid #C4C4C4;
	border-radius: 5px;
	width: 100%;

	font-weight: 600;
	padding: 13px 15px;
}

.course-design .product:hover .start-leason .btn-primary {
	color: #fff;
}

.edit-rate a {}

.student-percent p {

	margin: 20px 0px;
}

.start-leason .btn-primary:hover {
	background: #3b2999;
	border: 1px solid #3b2999;
}

.student-widget {
	border: 1px solid #e9ecef;
	border-radius: 10px;
}

.message-student-widget {
	margin-bottom: 20px;
}

.student-widget-group {
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	padding-bottom: 0;
}

.group-btn .btn-primary {
	width: 100%;
	padding: 13px 15px;
}

.course-design .product:hover .group-btn .btn-primary {
	color: #fff;
}

.publish-btn {

	font-weight: 600;
	background: #FF725E;
	border: 1px solid #C4C4C4;
	border-radius: 5px;
}

.publish-btn:hover {
	background: #ed5843;
	border: 1px solid #ed5843;
}

.cancel-btn {

	font-weight: 600;
	background: #777777;
	border: 1px solid #C4C4C4;
	border-radius: 5px;
}

.cancel-btn:hover {
	background: #5e5959;
	border: 1px solid #5e5959;
}

.publish-rate {
	display: none;
}

.purchase-widget .student-widget-group {
	padding: 25px;
}

.lesson-group .cou-title {
	margin-bottom: 0;
}

.lesson-group .cou-title span {
	float: right;
}

.lesson-group .cou-title a {
	background: transparent;
}

.lesson-group .course-card {
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	border-radius: 10px;
	margin-bottom: 10px;
}

.lesson-group .card-collapse {
	padding: 15px;
}

.lesson-group .course-card ul li {
	border-bottom: 0;
}

.play-intro {
	color: #0077c8;
}

.lesson-percent {
	border-bottom: 1px solid #E5E5E5;
}

.lesson-percent p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 12px;
}

.lesson-percent p span {
	margin-left: auto;
}

.progress-stip .bg-success {
	border-radius: 50px;
}

.lesson-widget-group {
	background: #fff;
	padding: 20px;
	border-radius: 10px;
}

.lesson-introduction .tittle {
	color: #0077c8;
	font-size: 1.5rem;
	font-weight: 500;
	margin-bottom: 20px;
}

.introduct-video img {
	width: 100%;
}

/*-----------------
	42. Message
-----------------------*/

.chat-page .content {
	padding: 110px 0 0 0;
}

.chat-page .footer {
	display: none;
}

.chat-window {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
}

.chat-cont-left {
	border-right: 1px solid #f0f0f0;
	-ms-flex: 0 0 34%;
	flex: 0 0 34%;
	left: 0;
	margin-right: 1%;
	max-width: 35%;
	position: relative;
	z-index: 4;
	background: #fff;
	border: 1px solid rgb(199 199 199 / 25%);
	border-radius: 5px;
	margin-bottom: 20px;
}

.chat-cont-left .chat-header {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border-bottom: 1px solid #f0f0f0;
	color: #161c2d;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 72px;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	padding: 0 15px;
}

.chat-cont-left .chat-header span {
	font-size: 1.25rem;
	font-weight: 500;
	text-transform: capitalize;
}

.chat-cont-left .chat-header .chat-compose {
	color: #8a8a8a;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.chat-cont-left .chat-search {
	background-color: #fff;
	width: 100%;
}

.chat-cont-left .chat-search .input-group {
	width: 100%;
}

.chat-cont-left .chat-search .input-group .form-control {
	background-color: #fff;
	border-radius: 50px;
	padding-left: 36px;
}

.chat-cont-left .chat-search .input-group .form-control:focus {
	border-color: #ccc;
	box-shadow: none;
}

.chat-cont-left .chat-search .input-group .input-group-prepend {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	bottom: 0;
	color: #666;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	right: 15px;
	pointer-events: none;
	position: absolute;
	top: 0;
	z-index: 4;
}

.chat-window .chat-scroll {
	min-height: calc(100vh - 150px);
	max-height: calc(100vh - 150px);
	overflow-y: auto;
	border-radius: 5px;
}

.chat-cont-right .chat-scroll {
	min-height: calc(100vh - 300px);
	max-height: calc(100vh - 300px);
}

.chat-cont-left .chat-users-list {
	background-color: #fff;
	border-radius: 5px;
}

.chat-cont-left .chat-users-list a.media {
	background: #fff;
	padding: 10px 15px;
	transition: all 0.2s ease 0s;
	border-bottom: 1px solid rgb(199 199 199 / 25%);
}

.chat-cont-left .chat-users-list a.media .media-img-wrap {
	margin-right: 15px;
	position: relative;
}

.chat-cont-left .chat-users-list a.media .media-img-wrap .avatar {
	height: 45px;
	width: 45px;
}

.chat-cont-left .chat-users-list a.media .media-img-wrap .status {
	bottom: 7px;
	height: 10px;
	right: 4px;
	position: absolute;
	width: 10px;
	border: 2px solid #fff;
}

.chat-cont-left .chat-users-list a.media .media-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
}

.badge-active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.chat-cont-left .chat-users-list a.media .media-body>div:first-child .user-name,
.chat-cont-left .chat-users-list a.media .media-body>div:first-child .user-last-chat {
	max-width: 250px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.chat-cont-left .chat-users-list a.media .media-body>div:first-child .user-name {
	color: #22100D;
	font-weight: 600;
	font-size: 1rem;
	text-transform: capitalize;
	text-align: left;
}

.chat-cont-left .chat-users-list a.media .media-body>div:first-child .user-last-chat {
	color: #685F78;

	line-height: 24px;
	text-align: left;
}

.chat-cont-left .chat-users-list a.media .media-body>div:last-child {
	text-align: right;
}

.chat-cont-left .chat-users-list a.media .media-body>div:last-child .last-chat-time {
	color: #8a8a8a;
	font-size: 13px;
}

.chat-cont-left .chat-users-list a.media.read-chat .media-body>div:last-child .last-chat-time {
	color: #8a8a8a;
}

.chat-cont-right {
	-ms-flex: 0 0 65%;
	flex: 0 0 65%;
	max-width: 65%;
	background: #fff;
	border: 1px solid rgb(199 199 199 / 25%);
	border-radius: 5px;
	margin-bottom: 20px;
	padding-top: 0;
}

.chat-cont-right .chat-header {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	border-bottom: 1px solid rgb(199 199 199 / 25%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 72px;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	padding: 0 15px;
}

.chat-cont-right .chat-header .back-user-list {
	display: none;
	margin-right: 5px;
	margin-left: -7px;
}

.chat-cont-right .chat-header .media {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.chat-cont-right .chat-header .media .media-img-wrap {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 15px;
}

.chat-cont-right .chat-header .media .media-img-wrap .avatar {
	height: 50px;
	width: 50px;
}

.chat-cont-right .chat-header .media .media-img-wrap .status {
	border: 2px solid #fff;
	bottom: 0;
	height: 10px;
	position: absolute;
	right: 3px;
	width: 10px;
}

.chat-cont-right .chat-header .media .media-body .user-name {
	color: #161c2d;
	font-size: 1rem;
	font-weight: 500;
	text-transform: capitalize;
}

.chat-cont-right .chat-header .media .media-body .user-status {
	color: #666;

}

.chat-cont-right .chat-header .chat-options {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.chat-cont-right .chat-header .chat-options>a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	color: #8a8a8a;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 30px;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	margin-left: 10px;
	width: 30px;
}

.chat-cont-right .chat-body {
	background-color: #fff;
}

.chat-cont-right .chat-body ul.list-unstyled {
	margin: 0 auto;
	padding: 15px;
	width: 100%;
}

.chat-cont-right .chat-body .media .avatar {
	height: 30px;
	width: 30px;
	bottom: 0;
	position: absolute;
}

.chat-cont-right .chat-body .media .media-body .msg-box>div {
	padding: 10px;
	border-radius: 10px;
	display: inline-block;
	position: relative;
	margin-bottom: 20px;
}

.chat-cont-right .chat-body .media .media-body .msg-box>div p {
	color: #303030;
	margin-bottom: 0;
}

.chat-cont-right .chat-body .media .media-body .msg-box .chat-msg-info {
	color: #685F78;
}

.chat-cont-right .chat-body .media .media-body .msg-box+.msg-box {
	margin-top: 5px;
}

.chat-cont-right .chat-body .media.received {
	margin-bottom: 20px;
	position: relative;
}

.chat-cont-right .chat-body .media:last-child {
	margin-bottom: 0;
}

.chat-cont-right .chat-body .media.received .media-body .msg-box>div {
	background-color: #F5F5F5;
}

.chat-cont-right .chat-body .media.received .media-body .msg-box .chat-msg-info {
	justify-content: start;
}

.chat-cont-right .chat-body .media.sent {
	margin-bottom: 20px;
	position: relative;
}

.chat-cont-right .chat-body .media.sent .avatar {
	height: 30px;
	width: 30px;
	bottom: 0;
	right: 0;
	position: absolute;
}

.chat-cont-right .chat-body .media.sent .media-body {
	-webkit-box-align: flex-end;
	-ms-flex-align: flex-end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: flex-end;
	margin-left: 0;
}

.chat-cont-right .chat-body .media.sent .media-body .msg-box>div {
	background-color: #fedb00;
	float: right;
}

.chat-cont-right .chat-body .media.sent .media-body .msg-box>div p {
	color: #fff;
}

.chat-cont-right .chat-body .chat-date {

	margin: 1.875rem 0;
	overflow: hidden;
	position: relative;
	text-align: center;
	text-transform: capitalize;
}

.chat-cont-right .chat-body .chat-date:before {
	background-color: #e0e3e4;
	content: "";
	height: 1px;
	margin-right: 28px;
	position: absolute;
	right: 50%;
	top: 50%;
	width: 100%;
}

.chat-cont-right .chat-body .chat-date:after {
	background-color: #e0e3e4;
	content: "";
	height: 1px;
	left: 50%;
	margin-left: 28px;
	position: absolute;
	top: 50%;
	width: 100%;
}

.chat-cont-right .chat-footer {
	background-color: #fff;
	padding: 10px;
	position: relative;
}

.chat-cont-right .chat-footer .input-group {
	width: 100%;
	background-color: #f5f5f6;
	border: none;
	border-radius: 50px;
	padding: 5px;
}

.chat-cont-right .chat-footer .input-group .form-control {
	background-color: #f5f5f6;
	border: none;
	border-radius: 50px;
}

.chat-cont-right .chat-footer .input-group .form-control:focus {
	background-color: #f5f5f6;
	border: none;
	box-shadow: none;
}

.chat-cont-right .chat-footer .input-group .btn,
.chat-cont-right .chat-footer .input-group .btn {
	background-color: transparent;
	border: none;
	color: #9f9f9f;
}

.chat-cont-right .chat-footer .input-group .btn.msg-send-btn {}

.msg-typing {
	width: auto;
	height: 24px;
	padding-top: 8px
}

.msg-typing span {
	height: 8px;
	width: 8px;
	float: left;
	margin: 0 1px;
	background-color: #a0a0a0;
	display: block;
	border-radius: 50%;
	opacity: .4
}

.msg-typing span:nth-of-type(1) {
	animation: 1s blink infinite .33333s
}

.msg-typing span:nth-of-type(2) {
	animation: 1s blink infinite .66666s
}

.msg-typing span:nth-of-type(3) {
	animation: 1s blink infinite .99999s
}

.chat-cont-left .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: #ff5837;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff;
}

.chat-cont-right .chat-body .media.received .media-body .msg-box {
	position: relative;
}

.chat-cont-right .chat-body .media.received .media-body .msg-box h6,
.chat-cont-right .chat-body .media.sent .media-body .msg-box h6 {
	font-size: 10px;
	margin-bottom: 0;
	color: #ff5b37;
}

.chat-cont-right .chat-body .media.sent .media-body .msg-box h6 {
	text-align: right;
}

.chat-cont-right .chat-body .media.sent .media-body .msg-box {
	padding-left: 50px;
	position: relative;
}

.chat-msg-info {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: end;
	-webkit-justify-content: end;
	-ms-flex-pack: end;
	clear: both;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
}

.chat-msg-info li {
	font-size: 13px;
	padding-right: 16px;
	position: relative;
}

.chat-msg-info li:not(:last-child):after {
	position: absolute;
	right: 8px;
	top: 50%;
	content: '';
	height: 4px;
	width: 4px;
	background: #d2dde9;
	border-radius: 50%;
	transform: translate(50%, -50%)
}

.chat-cont-right .chat-body .media.sent .media-body .msg-box .chat-msg-info li:not(:last-child)::after {
	right: auto;
	left: 8px;
	transform: translate(-50%, -50%);
	background: #aaa;
}

.chat-cont-right .chat-body .media.received .media-body .msg-box>div .chat-time {
	color: #f6f6f6;
}

.chat-cont-right .chat-body .media.sent .media-body .msg-box>div .chat-time {
	color: #919191;
}

.chat-msg-info li a {
	color: #777;
}

.chat-msg-info li a:hover {
	color: #2c80ff
}

.chat-seen i {
	color: #00d285;
	font-size: 1rem;
}

.chat-msg-attachments {
	padding: 4px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin: 0 -1px
}

.chat-msg-attachments>div {
	margin: 0 1px
}

.chat-cont-right .chat-body .media.sent .media-body .msg-box>div .chat-msg-info {
	flex-direction: row-reverse;
}

.chat-cont-right .chat-body .media.sent .media-body .msg-box>div .chat-msg-attachments {
	flex-direction: row-reverse
}

.chat-cont-right .chat-body .media.sent .media-body .msg-box>div .chat-msg-info li {
	padding-left: 16px;
	padding-right: 0;
	position: relative;
}

.chat-attachment img {
	max-width: 100%;
}

.chat-attachment {
	position: relative;
	max-width: 130px;
	overflow: hidden;
}

.chat-attachment {
	border-radius: .25rem;
}

.chat-attachment:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000;
	content: "";
	opacity: 0.4;
	transition: all .4s;
}

.chat-attachment:hover:before {
	opacity: 0.6;
}

.chat-attach-caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	padding: 7px 15px;
	font-size: 13px;
	opacity: 1;
	transition: all .4s;
}

.chat-attach-download {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: all .4s;
	color: #fff;
	width: 32px;
	line-height: 32px;
	background: rgba(255, 255, 255, 0.2);
	text-align: center;
}

.chat-attach-download:hover {
	color: #495463;
	background: #fff;
}

.chat-attachment:hover .chat-attach-caption {
	opacity: 0;
}

.chat-attachment:hover .chat-attach-download {
	opacity: 1;
}

.chat-attachment-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: -5px;
}

.chat-attachment-list li {
	width: 33.33%;
	padding: 5px;
}

.chat-attachment-item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 5px solid rgba(230, 239, 251, 0.5);
	height: 100%;
	min-height: 60px;
	text-align: center;
	font-size: 1.8em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}

.chat-cont-right .chat-body .media.sent .media-body .msg-box>div:hover .chat-msg-actions {
	opacity: 1;
}

.chat-msg-actions {
	position: absolute;
	left: -30px;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	transition: all .4s;
	z-index: 2;
}

.chat-msg-actions>a {
	padding: 0 10px;
	color: #495463;
	font-size: 1.5rem;
}

.chat-msg-actions>a:hover {
	color: #2c80ff;
}

@keyframes blink {
	50% {
		opacity: 1
	}
}

.btn-file {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 1.25rem;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	overflow: hidden;
	padding: 0 0.75rem;
	position: relative;
	vertical-align: middle;
}

.btn-file input {
	cursor: pointer;
	filter: alpha(opacity=0);
	font-size: 23px;
	height: 100%;
	margin: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.bgg-yellow {
	background: #FF7A03;
	color: #fff;
	border-radius: 50%;
	width: 17px;
	line-height: 17px;
	padding: 0;
	height: 17px;
}

.avatar>img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.chat-cont-right .chat-footer .input-group .btn-file i {
	font-size: 1rem;
}

.add-compose {
	border-bottom: 1px solid rgb(199 199 199 / 25%);
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.add-compose i {
	margin-right: 10px;
}

.add-compose .btn-primary {
	color: #0077c8;

	background: #FFFFFF;
	border: 1px solid #0077c8;
	border-radius: 50px;
	padding: 13px 41px;
}

.add-compose .btn-primary:hover {
	background-color: #fedb00;
	border: 1px solid #fedb00;
	color: #fff;
}

/*-----------------
	43. Cart
-----------------------*/

.cart-remove .btn-primary {
	font-size: 1rem;
	border: 1px solid #0077c8;
	background: #FFFFFF;
	color: #0077c8;
	font-weight: 500;
	border-radius: 0;
	padding: 4px 11px;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.cart-remove .btn-primary:hover {
	font-size: 1rem;
	border: 1px solid #0077c8;
	background: #0077c8;
	color: #fff;
}

.course-design .product:hover {
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.course-design .product:hover .cart-remove .btn-primary {
	color: #fff;
	background: #0077c8;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.cart-widget .student-widget .course-design {
	border: 1px solid #e9ecef;
	border-radius: 5px;
	background: #fff;
	padding: 0;
}

.cart-widget .student-widget-group {
	padding: 0;
}

.cart-head {
	padding: 20px;
	border-bottom: 1px solid #e9ecef;
}
.cart-head h2{
	margin-bottom: 0;
}
.cart-head h4 {
	margin-bottom: 0;
	font-size: 1.25rem;
}

.cart-group,
.cart-total {
	padding: 20px;
}

.cart-total {
	border-top: 1px solid #e9ecef;
}

.check-outs .btn-primary {
	background: #0077c8;
	border: 1px solid #0077c8;
	width: 100%;
	color: #fff;
	padding: 12px 15px;
	font-size: 1rem;
	font-weight: 700;
}

.check-outs .btn-primary:hover {
	background: #e14151;
	border: 1px solid #e14151;
}

.condinue-shop .btn-primary {
	background: #fff;
	border: 1px solid #0077c8;
	width: 100%;
	color: #0077c8;
	padding: 12px 15px;
	font-size: 1rem;
	font-weight: 700;
}

.condinue-shop .btn-primary:hover {
	background: #0077c8;
	border: 1px solid #0077c8;
	color: #fff;
}

.cart-subtotal p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	font-size: 1.25rem;
	font-weight: 500;
	color: #000000;
}

.cart-subtotal span {
	margin-left: auto;

	
}

/*-----------------
	44. Ceckout
-----------------------*/

.checkout-form {
	padding: 20px;
}

.checkout-form label {
	color: #685F78;
	font-weight: 300;
	font-size: 1rem;
}

.checkout-form .form-control,
.checkout-form .form-select {
	border-color: rgba(255, 222, 218, 0.71);
	border-radius: 5px;
	min-height: 50px;
}

.checkout-form .form-control:focus {
	border: 1px solid #EB9481;
}

.checkout-form .form-group {
	margin-bottom: 20px;
}

.checkout-form .form-select:focus {
	box-shadow: none;
}

.checkout-form .form-control::placeholder {

	color: #a2a2a2;
}

.checkout-widget .student-widget-group {
	padding: 0;
}

.ship-check .form-check-input {
	border-radius: 0;
	border-color: #c3cbf2;
	margin-right: 10px;
	font-size: 1.25rem;
	margin-top: 0;
}

.ship-check {

	margin-bottom: 15px;
}

.pay-method {
	margin-top: 40px;
}

.payment-btn .btn-primary {
	background: #0077c8;
	border: 1px solid #0077c8;
	color: #fff;
	padding: 12px 15px;
	font-size: 1rem;
	font-weight: 700;
	min-width: 600px;
}

.payment-btn .btn-primary:hover {
	background: #e14151;
	border: 1px solid #e14151;
}

.select-plan-group .student-widget-group {
	padding: 20px;
}

.plan-header {
	background: #0077c8;
}

.plan-header h4 {
	font-size: 1.5rem;
	color: #fff;
	text-align: center;
	padding: 15px 15px;
	margin-bottom: 0;
}

.basic-plan h3 {
	font-size: 1.5rem;
	color: #0077c8;
	margin-bottom: 15px;
}

.basic-plan h2 {
	font-size: 2.2em;
	color: #0077c8;
	font-weight: 700;
	margin-bottom: 0;
}

.basic-plan h2 span {
	font-size: 1.2rem;
}

.basic-plan p {

	margin-bottom: 15px;
}

.plan-header {
	margin-bottom: 20px;
}

.benifits-feature ul {
	padding: 0;
	margin: 0;
}

.benifits-feature ul li {
	list-style: none;
}

.wallet-method .custom_radio {
	color: #555;
	display: inline-flex;
	align-items: center;
	position: relative;

	padding-left: 30px;
	margin-bottom: 10px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.wallet-method .custom_radio .checkmark {
	height: 25px;
	width: 25px;
}

.wallet-method .custom_radio .checkmark {
	position: absolute;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #fff;
	border: 1px solid #ffe6e1;
	border-radius: 50%;
}

.wallet-method .custom_radio input {
	position: absolute;
	opacity: 0;
}

.wallet-method .custom_radio input:checked~.checkmark:after {
	opacity: 1;
}

.wallet-method .custom_radio .checkmark:after {
	display: block;
	content: "";
	position: absolute;
	opacity: 0;
	top: 4px;
	left: 4px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #ff5b37;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.wallet-method {
	margin: 10px 0px;
}

.benifits-feature {
	margin: 30px 0px;
}

.benifits-feature h3 {
	font-size: 1.2rem;
	color: #000;
	font-weight: 700;
	margin-bottom: 30px;
}

.benifits-feature ul li {

	color: #685F78;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 15px;
}

.benifits-feature ul li i {
	font-size: 7px;
	margin-right: 10px;
}

.plan-change .btn-primary {
	font-size: 1rem;
	font-weight: 700;
	color: #0077c8;
	background: #fff;
	border: 1px solid #0077c8;
	border-radius: 0px;
	width: 100%;
	padding: 12px 15px;
}

.plan-change .btn-primary:hover {
	background: #0077c8;
	border: 1px solid #0077c8;
	color: #fff;
}

/*-----------------
	45. Student Profile
-----------------------*/

.settings-widget {
	border: 1px solid #e9ecef;
	margin-bottom: 30px;
	border-radius: 10px;
}

.settings-menu {
	background: #fff;
	border-radius: 10px;
	padding: 15px;
}

.settings-menu h3 {
	font-size: 1.2rem;
	color: #0077c8;
	font-weight: 600;
	margin: 5px 0px 20px;
	display: none;
}

.settings-menu ul {
	display: block;
	border: 0;
	padding: 0px;
	margin: 0;
	list-style: none;
}

.settings-menu ul li {
	border-top: 1px solid rgb(199 199 199 / 25%);
	position: relative;
}

.settings-menu ul li a {
	color: #303030;
	font-size: 1.225rem;
	font-weight: 300;
	padding: 0;
	border: 0;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	line-height: normal;
	padding: 20px;
}
.settings-menu ul li a svg{
	width: 30px;height: 30px;
}

.settings-menu ul li:hover,
.settings-menu ul li:focus,
.settings-menu ul li:hover i {
	color: #303030;
	background: #fedb00;
}

.settings-menu ul li:hover:before {
	content: "";
	position: absolute;
	background: #fff;
	width: 2px;
	height: 40px;
	left: 9px;
	top: 11px;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	opacity: 1;
}

.settings-menu ul li:before {
	opacity: 0;
	content: "";
	position: absolute;
	background: #fff;
	width: 2px;
	height: 40px;
	left: 9px;
	top: 11px;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.settings-menu ul li:hover a {
	color: #303030;
}

.settings-menu ul .active {
	background: #0077c8;
}

.settings-menu ul .active a {
	color: #fff;
}

.settings-menu ul li i {
	
}

.settings-menu ul .active i {
	color: #fff;
}

.settings-menu ul li a i {
	margin-right: 15px;
	font-size: 1.65rem;
}

.settings-menu ul .active:before {
	content: "";
	position: absolute;
	background: #0077c8;
	width: 2px;
	height: 40px;
	left: 9px;
	top: 11px;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	opacity: 1;
}

.go-dashboard .btn-primary {
	background: #0077c8;
	border: 1px solid #0077c8;
	border-radius: 5px;

	color: #fff;
	padding: 13px 28px;
}

.go-dashboard .btn-primary:hover {
	opacity: 0.86;
}

.profile-bg>img {
	width: 100%;
	border-radius: 5px 5px 0 0;
	display: none;
}

.profile-bg {
	position: relative;
	background: url(../img/instructor-profile-bg.jpg);
	background-size: 100% 100%;
	border-radius: 5px 5px 0 0;
	min-height: auto;
}

.profile-bg h5 {


	padding: 3px 10px;
	color: #fff;


	margin: 0;
}

.profile-img {
margin: 10px auto;
	width: 60px;
	height: 60px;

}

.profile-img img {

	border-radius: 50%;
	width: 60px;
	height: 60px;
	border: 5px solid #FFFFFF;
}

.profile-name h4 {
	font-size: 1.25rem;
	color: #fff;
	font-weight: 600;
	margin-bottom: 5px;
	display: block;
	height: 65px;
}

.profile-name p {
	color: #fff;

	margin-bottom: 20px;
	display: block;
	height: 25px;
}

.profile-group {

	padding: 30px;
	padding-top: 0;
	position: relative;
	margin-top: -65px;
	color: #fff;
}

.profile-group a {
	color: #fff;
}

.profile-heading {
	padding: 25px;
	border-bottom: 1px solid rgb(199 199 199 / 25%);
}

.profile-heading h3 {
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 15px;
	margin-top: 0;
}

.profile-heading p {
	margin-bottom: 0;
}

.profile-details .course-group {
	padding: 25px;
	border-bottom: 1px solid rgb(199 199 199 / 25%);
}

.profile-share {
	margin-left: auto;
}

.profile-share .btn-success {
	background: transparent;
	color: #159F46;
	border: 1px solid #159F46;
	margin-right: 10px;
	border-radius: 0;
	padding: 7px 22px;
	font-weight: 500;
	border-radius: 5px;
}

.profile-share .btn-success:hover {
	background: #159F46;
	color: #fff;
	border: 1px solid #159F46;
}

.profile-share .btn-danger {
	background: transparent;
	color: #FF0000;
	border-radius: 0;
	padding: 7px 22px;
	font-weight: 500;
	border-radius: 5px;
}

.profile-share .btn-danger:hover {
	background: #FF0000;
	color: #fff;
	border: 1px solid #FF0000;
}

.profile-details .course-name h4 a {
	color: #0077c8;
	font-size: 1.2rem;
	font-weight: 600;
}

.profile-details .course-name h4 a:hover {
	color: #0077c8;
}

.profile-details .course-name p {
	color: #303030;

}

.profile-details .course-group-img #imgdiv {
	width: 80px;
	height: 80px;
	border-radius: 50px;
}

.profile-details .course-group-img img {
	max-width: 80px;
	width: 80px;
	height: 80px;
	border-radius: 50px;
}

.checkout-form.personal-address {
	padding: 25px;
	margin-bottom: 0;
}

.personal-address h4 {
	font-size: 28px;
	color: #0077c8;
	margin-bottom: 15px;
	font-weight: 600;
}

.personal-address p {

	color: #303030;
}

.country-select {
	color: #000;

}
.country-select option{
	color: #000;
	padding: 8px;

}

.update-profile {
	margin-top: 10px
}

.border-line {
	border-bottom: 1px solid rgb(199 199 199 / 25%);
}

.personal-info-head p span {
	color: #0077c8;
}

.save-social .btn-primary {
	min-width: 237px;
}

.secure-alert .check-on label {
	margin-bottom: 0;
	margin-left: 15px;

	color: #000000;
	font-weight: 300;
}

.secure-alert .check-on {
	margin: 0px 0px 25px;
}

.un-subscribe {
	padding: 25px;
}

.un-subscribe .btn-danger {
	background: transparent;
	color: #FF0000;
	padding: 10px 15px;
	font-size: 1rem;
	font-weight: 500;
}

.un-subscribe .btn-danger:hover {
	background: #FF0000;
	color: #fff;
}

.link-accounts.personal-form {
	border: 0;
	padding: 25px;
	border-radius: 0;
	background: transparent;
}

.comman-space {
	padding: 25px;
}

.edit-new-address {
	margin-bottom: 30px;
}

.edit-new-address label {

	color: #303030;
	font-weight: 300;
}

.wallet-radio-blk .custom_radio {
	margin-bottom: 0px;
}

.wallet-radio-blk .custom_radio input:checked~.checkmark {
	background-color: #0077c8;
}

.wallet-radio-blk .custom_radio .checkmark:after {
	background: #fff;
}

.wallet-radio-blk .custom_radio input:checked~.checkmark:after {
	opacity: 1;
}

.address-edits {
	margin-left: auto;
}

.edit-new-address .form-check-input {
	width: 20px;
	height: 20px;
}

.address-edits .edit-btn-blk {
	padding: 5px 7px;
	background-color: #455A64;
	border: 1px solid #455A64;
	border: 0;
	color: #fff;
	border-radius: 5px;
}

.add-new-address {
	margin-bottom: 40px;
}

.grad-border .btn-primary {
	border: 1px solid transparent;
	background-origin: border-box;
	background-clip: padding-box, border-box;
	background-image: linear-gradient(#FFF, #FFF), linear-gradient(to right, #0077c8, #0077c8);
	border-radius: 10px;
}

.grad-border .btn-default {
	background: rgba(227, 227, 227, 0.41);
	border-radius: 10px;
	color: #C7C7C7;
	min-width: 173px;
	padding: 7px 15px;
	cursor: not-allowed;
}

.add-new-address .btn-primary {

	font-weight: 700;
	color: #0077c8;
	padding: 8px 20px;
}

.add-new-address .btn-primary:hover:focus,
.active-change-plan .btn-primary:hover:focus,
.upgrade-now .btn-primary:hover:focus {
	color: #fff;
}

.upgrade-now .btn-primary {

	font-weight: 700;
	color: #0077c8;
	padding: 8px 16px;
}

.upgrade-now {
	margin-left: auto;
}

.active-btns .btn-success {
	background-color: #159F46;
	border: 1px solid #159F46;
	color: #fff;

	padding: 1px 11px;
}

.active-btns .btn-danger {
	color: #fff;

	padding: 1px 11px;
}

.subscribtion-active h5 {
	color: #303030;
	font-size: 1rem;
	font-weight: 700;
	margin: 10px 0px;
}

.subscribtion-active p {
	color: #303030;

	font-weight: 300;
	margin-bottom: 0;
}

.active-change-plan {
	margin-left: auto;
}

.active-change-plan .btn-primary {

	font-weight: 700;
	color: #0077c8;
	padding: 8px 39px;
}

.bill-widget {
	width: 100%;
	margin-bottom: 10px;
}

.monthly-subscribtion.comman-space {
	padding-bottom: 15px;
}

.monthly-group {
	margin-bottom: 30px;
}

.bill-name-group h5 {

	color: #303030;
	font-weight: 600;
	margin-bottom: 2px;
}

.bill-name-group p {

	color: #303030;
	font-weight: 300;
	margin-bottom: 0;
}

.plan-icons i {
	font-size: 1.2rem;
}

.plan-icons {
	background: #fedb00;
	color: #fff;
	width: 44px;
	height: 44px;
	border-radius: 5px;
	margin-right: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}

/*-----------------
    46. Instructor Profile
-----------------------*/

.btn-dark {
	font-weight: 600;
	background: #0077c8;
	border: 1px solid #0077c8;
	color: #fff;
	border-radius: 5px;
	padding: 12px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}

.btn-dark:hover {
	background: #fff;
	border: 1px solid #0077c8;
	color: #0077c8;
}

.btn-black {
	font-weight: 600;
	background: #263238;
	border: 1px solid #263238;
	color: #fff;
	border-radius: 5px;
	padding: 12px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}

.btn-black:hover {
	background: #fff;
	border: 1px solid #263238;
	color: #263238;
}

.btn-success-dark {
	font-weight: 600;
	background: #159F46;
	border: 1px solid #159F46;
	color: #fff;
	border-radius: 5px;
	padding: 12px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}

.btn-success-dark:hover {
	background: #fff;
	border: 1px solid #159F46;
	color: #159F46;
}

.instructor-profile {
	text-align: left;
}

.instructor-profile-pic {
	max-width: 100px;
	height: 100px;
	border-radius: 5px;
	border: 5px solid #FFFFFF;
	margin-right: 10px;
}

.instructor-profile-content h4 {
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 0px;
}

.instructor-profile-content h4 a {
	font-size: 32px;
	font-weight: 600;
	color: #fff;
}

.instructor-profile-content h4 a:hover {
	color: #0077c8;
}

.instructor-profile-content h4 span {
	background: #fff;
	color: #000000;
	padding: 2px 10px;

	border-radius: 5px;
	margin-left: 20px;
}

.instructor-profile-content p {
	font-weight: 300;
	color: #fff;
	margin-bottom: 0;
}

.instructor-profile-menu {
	background: rgba(10, 20, 47, 0.33);
	border-radius: 10px;
	padding: 15px 20px;
	text-align: left;
	max-width: 480px;
	margin-left: auto;
}

.instructor-profile-menu ul {
	justify-content: space-between;
}

.instructor-profile-menu-img {
	margin-right: 10px;
}

.instructor-profile-menu-content h4 {
	font-size: 1rem;
	font-weight: 700;
	color: #fff;
	margin-bottom: 2px;
}

.instructor-profile-menu-content p {

	font-weight: 300;
	color: #fff;
	margin-bottom: 0;
}

.instructor-profile-text {
	text-align: left;
	padding-top: 30px;
}

.instructor-profile-text p {

	letter-spacing: 0.05em;
	color: #FFFFFF;
	margin-bottom: 0;
}

.instructor-card .card-header {
	background: transparent;
	border-bottom: 1px solid rgb(199 199 199 / 25%);
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
}

.instructor-card .card-header h4 {
	font-weight: 300;
	font-size: 1.5rem;
	color: #000;
	margin-bottom: 0;
}

.instructor-card .card-header h4 b{
	font-weight: 300;
	
}
.instructor-card .card-header h4 span{

	font-size: 1rem;
	font-weight: 300;
	border-radius: 15px;
	padding:5px 8px
	
}
.free_tips_box .pull-right span{

	font-size: 1rem;
	font-weight: 300;
	border-radius: 15px;
	padding:5px 8px
	
}
@media (max-width: 768px) {
	.filter-blk{padding: 8px 0;width: 100%; display: block !important;}
	.filter-blk .pull-right{width: 100%;}
	.instructor-card .card-header {
		background: transparent;
		border-bottom: 1px solid rgb(199 199 199 / 25%);
		padding: 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: block;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		justify-content: space-between;
		-webkit-justify-content: space-between;
		-ms-flex-pack: space-between;
	}
	.instructor-card .card-header:after{content:' '; clear: both; display: block;}
	.instructor-card .card-header h4 {
		display: block;
		font-size: 1.325rem;
	}
	.instructor-card .card-header h4 b{
		font-weight: 300;
		display: block;
		width: 100%;
		margin-bottom: 5px;
		
	}
	.instructor-card .card-header h4 span{
	
		font-size: 1rem;
		font-weight: 300;
		border-radius: 15px;
		padding:5px 0;
		display:block;
		float: left;
		width: 50%;
        margin: 5px 0;
		text-align: center;
		
	}
}
.instructor-card .card-header h4 .bg-primary{ color: #fff !important;}
.instructor-card .card-header h4 .bg-warning{ color: #000;}
.free_tips_box .pull-right .bg-primary{ color: #fff !important;}
.free_tips_box .pull-right .bg-warning{ color: #000;}
.free_tips_box .pull-right{ margin-top: 13px;}
.card-header .btn {

	min-width: 170px;
	padding: 13px 15px;
}
@media (max-width: 767.98px) {
	.card-header .btn {

		min-width: 170px;
		display: block;
		width: 100%;
		padding: 13px 15px;
	}
}
.instructor-card .card-body {
	padding: 20px;
}

.instructor-grid {
	background: #FFFFFF;
	border: 1px solid rgb(199 199 199 / 25%);
	border-radius: 5px;
	padding: 15px;
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.instructor-grid .product {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	width: 100%;
}

.instructor-grid .product-img {
	-ms-flex: 0 0 240px;
	flex: 0 0 240px;
	margin-right: 0;
	width: 240px;
	border-radius: 10px;
}

.instructor-grid .instructor-product-content {
	margin-left: 15px;
}

.instructor-grid .instructor-product-content h3 {
	font-size: 1.25rem;
	font-weight: 500;
	margin-bottom: 0;
	
	max-width: 460px;
	line-height: 30px;
}

.instructor-grid .instructor-product-content h3 a {
	color: #000;
}

.instructor-grid .instructor-product-content h3 a:hover {
	color: #0077c8;
}

.instructor-grid .course-view {
	margin-left: 30px;
}

.instructor-grid .course-info p {
	font-size: 1rem;
	font-weight: 500;
}

/*-----------------
    47. Add Course
-----------------------*/

.add-course-header {
	padding-bottom: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
}

.add-course-header h2 {
	font-weight: 600;
	font-size: 32px;
	color: #000000;
	margin-bottom: 0;
}

.add-course-btns ul li {
	margin-right: 17px;
}

.add-course-btns ul li:last-child {
	margin-right: 0;
}

.add-course-btns .btn {
	font-weight: 600;

	padding: 13px 15px;
	min-width: 170px;
	display: inline-flex;
}

.multistep-form #first {
	display: block;
}

.multistep-form fieldset {
	display: none;
	width: 100%;
}

.widget-setcount {
	padding: 30px 30px 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid rgb(199 199 199 / 25%);
}

.widget-setcount ul {
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}

.widget-setcount ul li {
	margin-right: 30px;
	position: relative;
}

.widget-setcount ul li:last-child {
	margin-right: 0;
}

.widget-setcount ul li p {
	font-weight: 500;
	color: #22100D;
	display: inline-flex;
	align-items: center;
	margin-bottom: 0;
	padding-top: 20px;
	border-top: 4px solid #C1C9D2;
	min-width: 173px;
}

.widget-setcount ul span {
	border: 1px solid #8792A2;
	width: 15px;
	height: 15px;
	border-radius: 50px;
	margin-right: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #B1B5B8;
	background: #fff;
}

.progress-activated span:before {
	content: "\f00c";
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	font-size: 12px;
	background: #159F46;
	color: #fff;
	width: 16px;
	height: 16px;
	border-radius: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
}

.progress-active p {
	border-top: 5px solid #159F46 !important;
}

.progress-activated p {
	border-top: 5px solid #159F46 !important;
}

.progress-active span {
	color: #159F46 !important;
	border-color: #159F46 !important;
	position: relative;
	border: 5px solid #159f46 !important;
}

.add-course-inner-header {
	padding: 0 30px 30px;
}

.add-course-inner-header h4 {
	font-weight: 500;
	font-size: 1.5rem;
	color: #0077c8;
	margin-bottom: 0;
}

.add-course-form {
	padding: 0 30px 30px;
}



.add-course-info .add-course-label {
	font-weight: 500;
	color: #685F78;
	margin-bottom: 10px;
}
.checkout-order-review hr{height: 0.5px; margin-top: 0; margin-bottom: 10px;}
.add-course-info .form-control {
	background: #FFFFFF;
	border: 1px solid #e9ecef;
	border-radius: 5px;
	min-height: 55px;
	padding-left: 20px;
}
.ship-radio{ margin-bottom: 0;}
.add-course-info .form-control:focus {
	border: 1px solid #e9ecef;
}

.add-course-info .select2-container--default .select2-selection--single {
	border: 1px solid #e9ecef;
}

.add-course-info .select2-container .select2-selection--single {
	height: 50px;
}

.add-course-info .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #263238;
	line-height: 50px;

}

.add-course-info .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 8px;
}

.add-course-info textarea.form-control {
	min-height: 150px;
}

.widget-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	padding: 30px 30px;
	border-top: 1px solid rgb(199 199 199 / 25%);
}

.widget-btn .btn {

	font-weight: 600;
	min-width: 170px;
	padding: 13px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}

.widget-btn .btn-info-light {
	color: #fff;
	background: #0077c8;
	border: 1px solid #0077c8;
	border-radius: 5px;
}

.widget-btn .btn-info-light:hover {
	color: #fedb00;
	background: #fff;
	border: 1px solid #fedb00;
}

.relative-form {
	position: relative;
	background: #FFFFFF;
	border: 1px solid #e9ecef;
	border-radius: 5px;
	color: #6e82a3;
	min-height: 40px;
	padding: 6px 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.relative-form span {}

.relative-file-upload {
	color: #fff;
	background: #0077c8;
	border: 1px solid #0077c8;
	border-radius: 5px;
	padding: 8px 18px;

	margin-bottom: 0;
	cursor: pointer;
	position: absolute;
	right: 0;
	min-width: 238px;
	text-align: center;
}

.relative-file-upload input[type="file"] {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	outline: none;
	background: #fff;
	cursor: inherit;
	display: block;
}

.add-image-box {
	min-height: 250px;
	background: #edede8;
	border-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	width: 100%;
}

.add-image-box a {
	font-size: 200px;
	color: #a1a2a0;
}

.add-video-box {
	background: rgba(255, 222, 218, 0.71);
}

.add-video-box a {
	font-size: 40px;
	color: #0077c8;
}

.add-course-section {
	padding: 0 40px 40px;
}

.add-course-section .btn {
	font-weight: 600;

	color: #1D9CFD;
	background: #FFFFFF;
	border: 1px solid #1D9CFD;
	border-radius: 5px;
	min-width: 105px;
	padding: 7px 10px;
}

.add-course-section .btn:hover {
	color: #FFFFFF;
	background: #1D9CFD;
	border: 1px solid #1D9CFD;
}

.curriculum-grid {
	padding: 20px;
	margin-bottom: 30px;
	background: rgba(227, 227, 227, 0.41);
	border-radius: 10px;
}

.curriculum-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	padding-bottom: 20px;
}

.curriculum-head p {
	font-size: 1rem;
	margin-bottom: 0;
	color: #000000;
}

.curriculum-head .btn {
	font-weight: 600;

	color: #1D9CFD;
	background: #FFFFFF;
	border: 1px solid #1D9CFD;
	border-radius: 5px;
	min-width: 105px;
	padding: 7px 10px;
}

.curriculum-head .btn:hover {
	color: #FFFFFF;
	background: #1D9CFD;
	border: 1px solid #1D9CFD;
}

.faq-grid {
	background: #FFFFFF;
	border: 1px solid #F0F0F0;
	padding: 20px;
	margin-bottom: 16px;
}

.faq-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	position: relative;
}

.faq-header .faq-collapse {
	color: #000000;
	font-weight: 600;
	width: 100%;
	text-align: left;
	position: relative;
	display: inline-flex;
	align-items: center;
}

.faq-header .faq-collapse i {
	font-size: 1.25rem;
	margin-right: 10px;
	color: #757575;
}

.faq-header .faq-collapse.collapsed:after {
	content: "\f078";
	font-family: 'Font Awesome 6 Free';
	font-weight: 600;
	font-size: 1rem;
	color: #000;
	position: absolute;
	right: 0;
	top: 0;
}

.faq-header .faq-collapse:after {
	content: "\f077";
	font-family: 'Font Awesome 6 Free';
	font-weight: 600;
	font-size: 1rem;
	color: #000;
	position: absolute;
	right: 0;
	top: 0;
}

.faq-right {
	position: absolute;
	right: 30px;
}

.faq-right a {
	font-size: 1.2rem;
	color: #000000;
	margin-right: 8px;
}

.faq-right a:hover {
	color: #0077c8;
}

.faq-body {
	padding-top: 20px;
	padding-left: 25px;
}

.add-article-btns .btn {
	font-weight: 600;

	color: #685F78;
	margin-right: 12px;
	background: #FFFFFF;
	border: 1px solid #685F78;
	border-radius: 5px;
	min-width: 130px;
	padding: 7px 8px;
}

.add-article-btns .btn:hover {
	color: #FFFFFF;
	background: #685F78;
	border: 1px solid #685F78;
}

.form-group-tagsinput .bootstrap-tagsinput {
	display: block;
	border-radius: 5px;
	color: #000;
	background: #FFFFFF;
	border: 1px solid #e9ecef;
	box-shadow: unset;
	min-height: 60px;
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
}

.form-group-tagsinput .bootstrap-tagsinput .tag {
	margin-right: 5px;
	margin-bottom: 5px;
	color: #263238;
	border: 1px solid #e9ecef;
	background: rgba(227, 227, 227, 0.41) !important;

	font-weight: 300;
	padding: 12px 12px;
}

.form-group-tagsinput .bootstrap-tagsinput input {
	line-height: 42px;

}

.add-course-msg {
	text-align: center;
	padding-bottom: 30px;
}

.add-course-msg i {
	color: #159F46;
	font-size: 40px;
}

.add-course-msg h4 {
	font-weight: 300;
	font-size: 1.5rem;
	color: #000000;
	margin-top: 20px;
	margin-bottom: 10px;
}

.add-course-msg p {
	font-size: 1rem;
	color: #000000;
	margin-bottom: 0;
}

/*-----------------
    Instructor Dashboard
-----------------------*/

.settings-menu .instructor-title {
	padding-top: 20px;
	display: none;
}

.instructor-card {
	border-radius: 10px;
	margin-bottom: 25px;
	display: block;
}

.instructor-inner h6 {
	font-weight: 600;

	color: #685F78;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.instructor-inner h4 {
	font-weight: 600;
	font-size: 32px;
	margin-bottom: 16px;
}

.instructor-inner .instructor-text-success {
	color: #159F46;
}

.instructor-inner .instructor-text-info {
	color: #1D9CFD;
}

.instructor-inner .instructor-text-warning {
	color: #FFB54A;
}

.instructor-inner p {

	letter-spacing: 0.05em;
	color: #303030;
	margin-bottom: 0;
}

/*-----------------
	48. Invoices
-----------------------*/

.invoice-list-blk .card {
	border-radius: 10px;
}

.invoice-item .invoice-logo {
	margin-bottom: 30px;
}

.invoice-item .invoice-logo img {
	width: auto;
	max-height: 52px;
}

.invoice-item .invoice-text h2 {
	color: #161c2d;
	font-size: 36px;
	font-weight: 600;
}

.invoice-item .invoice-details {
	text-align: right;
	font-weight: 500
}

.invoice-item .invoice-details strong {
	color: #161c2d
}

.invoice-item .invoice-details-two {
	text-align: left
}

.invoice-item .invoice-text {
	padding-top: 42px;
	padding-bottom: 36px
}

.invoice-item .invoice-text h2 {
	font-weight: 400
}

.invoice-info {
	margin-bottom: 30px;
}

.invoice-info p {
	margin-bottom: 0;
}

.invoice-info.invoice-info2 {
	text-align: right;
}

.invoice-item .customer-text {
	font-size: 1.2rem;
	color: #161c2d;
	font-weight: 600;
	margin-bottom: 8px;
	display: block
}

.invoice-table tr th,
.invoice-table tr td,
.invoice-table-two tr th,
.invoice-table-two tr td {
	color: #161c2d;
	font-weight: 600;
	padding: 10px 20px;
	line-height: inherit
}

.invoice-table tr td,
.invoice-table-two tr td {
	font-weight: 500;
}

.invoice-table-two {
	margin-bottom: 0
}

.invoice-table-two tr th,
.invoice-table-two tr td {
	border-top: 0;
}

.invoice-table-two tr td {
	text-align: right
}

.invoice-info h5 {
	font-size: 1rem;
	font-weight: 500;
}

.other-info {
	margin-top: 10px;
}

/*-----------------
	49. Responsive
-----------------------*/
@media (max-width: 1480px) {
	.main-nav>li {
		margin-right: 0;
	}

	.main-nav>li:last-child {
		margin-right: 0;
	}

	.main-nav li {
		display: block;
		position: relative;
	}

	.main-nav>li>a {
		line-height: 77px;
		padding: 0 20px !important;
	}

	.main-nav li a {
		font-size: 14px;
	}

	.main-nav>li>a>i {
		font-size: 12px;
		margin-left: 3px;
	}

	.main-nav li>ul {
		background-color: #0077c8 !important;
		border-radius: 5px;
		box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
		display: block;

		left: 0;
		margin: 0;
		min-width: 300px;
		opacity: 0;
		padding: 0;
		position: absolute;
		-webkit-transition: all .2s ease;
		transition: all .2s ease;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
		top: 100%;
		visibility: hidden;
		z-index: 1000;
	}

	.main-nav li .submenu::before {
		border: 7px solid #fff;
		border-color: transparent transparent #fff #fff;
		box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.1);
		content: "";
		left: 45px;
		position: absolute;
		top: 2px;
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}

	.main-nav li.has-submenu:hover>.submenu {
		visibility: visible;
		opacity: 1;
		margin-top: 0;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	.main-nav .has-submenu.active>a {
		color: #0077c8;
	}

	.main-nav .has-submenu.active .submenu li.active>a {
		color: #0077c8;
	}

	.header-one .main-nav .has-submenu.active .submenu li.active>a,
	.header-four .main-nav .has-submenu.active .submenu li.active>a {
		color: #6255A4;
	}

	.header-two .main-nav .has-submenu.active .submenu li.active>a {
		color: #0077c8;
	}

	.header-five .main-nav .has-submenu.active .submenu li.active>a {
		color: #296ED6;
	}

	.main-nav>li .submenu li:first-child a {
		border-top: 0;
	}

	.main-nav>li .submenu.first-submenu li a {
		border-top: 1px solid #f0f0f0
	}

	.main-nav>li.has-submenu:hover>.submenu>li.has-submenu:hover>.submenu {
		visibility: visible;
		opacity: 1;
		margin-top: -1px;
		margin-right: 0;
	}

	.main-nav>li .submenu>li .submenu {
		left: 100%;
		top: 0;
		margin-top: 10px;
	}

	.main-nav li .submenu a:hover {
		color: #0077c8;
		letter-spacing: 0.5px;
		padding-left: 20px;
	}

	.main-nav>.has-submenu>.submenu>.has-submenu>.submenu::before {
		top: 20px;
		margin-left: -35px;
		box-shadow: 1px 1px 0 0 rgba(0, 0, 0, .15);
		border-color: transparent #fff #fff transparent;
	}

	.profile-custom-list>li {
		width: 33.33%;
	}

	.custom-about p {
		width: 73%;
	}
}

@media (min-width: 1480px) {
	.main-nav>li {
		margin-right: 15px;
	}

	.main-nav>li:last-child {
		margin-right: 0;
	}

	.main-nav li {
		display: block;
		position: relative;
	}

	.main-nav>li>a {
		line-height: 97px;
		padding: 0 20px !important;
	}

	.main-nav>li>a>i {
		font-size: 12px;
		margin-left: 3px;
	}

	.main-nav li>ul {
		background-color: #fff !important;
		border-radius: 5px;
		box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
		display: block;
		font-size: 1.2rem;
		left: 0;
		margin: 0;
		min-width: 300px;
		opacity: 0;
		padding: 0;
		position: absolute;
		-webkit-transition: all .2s ease;
		transition: all .2s ease;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
		top: 100%;
		visibility: hidden;
		z-index: 1000;
	}

	.main-nav li .submenu::before {
		border: 7px solid #fff;
		border-color: transparent transparent #fff #fff;
		box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.1);
		content: "";
		left: 45px;
		position: absolute;
		top: 2px;
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}

	.main-nav li.has-submenu:hover>.submenu {
		visibility: visible;
		opacity: 1;
		margin-top: 0;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	.main-nav .has-submenu.active>a {
		color: #0077c8;
	}

	.main-nav .has-submenu.active .submenu li.active>a {
		color: #0077c8;
	}

	.header-one .main-nav .has-submenu.active .submenu li.active>a,
	.header-four .main-nav .has-submenu.active .submenu li.active>a {
		color: #6255A4;
	}

	.header-two .main-nav .has-submenu.active .submenu li.active>a {
		color: #0077c8;
	}

	.header-five .main-nav .has-submenu.active .submenu li.active>a {
		color: #296ED6;
	}

	.main-nav>li .submenu li:first-child a {
		border-top: 0;
	}

	.main-nav>li .submenu.first-submenu li a {
		border-top: 1px solid #f0f0f0
	}

	.main-nav>li.has-submenu:hover>.submenu>li.has-submenu:hover>.submenu {
		visibility: visible;
		opacity: 1;
		margin-top: -1px;
		margin-right: 0;
	}

	.main-nav>li .submenu>li .submenu {
		left: 100%;
		top: 0;
		margin-top: 10px;
	}

	.main-nav li .submenu a:hover {
		background: #0077c8;
		color: #fff;
		letter-spacing: 0.5px;
		padding-left: 20px;
	}

	.main-nav>.has-submenu>.submenu>.has-submenu>.submenu::before {
		top: 20px;
		margin-left: -35px;
		box-shadow: 1px 1px 0 0 rgba(0, 0, 0, .15);
		border-color: transparent #fff #fff transparent;
	}

	.profile-custom-list>li {
		width: 33.33%;
	}

	.custom-about p {
		width: 73%;
	}
}


@media (max-width: 1399px) {

	.register-step .login-banner img,
	.login-banner img {
		max-width: 280px;
	}

	.table-price td {
		font-size: 1rem;
	}

	h1 {
		font-size: 32px;
	}

	.help-title p,
	.category-title h5 {
		font-size: 1rem;
	}

	.category-tab ul li a {
		font-size: 1.25rem;
	}

	.error-box h3 {
		font-size: 1.8em;
	}

	.error-box-img {
		max-width: 400px;
		margin: auto;
	}

	.time-counts li {
		font-size: 1rem;
		min-width: 85px;
	}

	.time-counts li span {
		font-size: 25px;
	}

	.error-logo {
		margin-bottom: 25px;
	}

	.error-box h4 {
		font-size: 1.5rem;
	}

	.error-box h6 {
		font-size: 1rem;
		margin: 20px 0px;
	}

	.time-counts {
		margin-bottom: 20px;
	}

	.come-soon-box h5 {
		font-size: 1rem;
		margin: 25px 0px 25px;
	}

	.subscribe-soon .form-control {
		height: 42px;
	}

	.masonry-box .post-left li {
		font-size: 12px;
	}

	.masonry-box .blog-title {
		font-size: 1.25rem;
	}



	.account-settings .settings-menu h3 {
		font-size: 1rem;
	}

	.account-settings .settings-menu ul li a {}

	.bill-name-group p {
		font-size: 12px;
	}

	.error-box .big-text {
		font-size: 26px;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}

	.countdown-el {
		min-width: 100px;
		padding: 15px;
		color: #fff;
	}

	.countdown-el span {
		font-size: 1.2rem;
	}
}
@media (max-width: 1280px) {
	.main-nav>li>a {
		line-height: 57px;
		padding: 0 20px !important;
	}

}
@media (max-width: 1199.98px) {

	.header-nav {
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 0;
		padding-bottom: 0;
		height: 60px;
	}

	.header-navbar-rht li.contact-item {
		display: none;
	}

	.map-right {
		height: 450px;
		position: static;
		min-height: inherit;
		margin-bottom: 30px;
		padding-right: 15px;
	}

	.header-one .main-nav>li {
		margin-right: 27px;
	}

	.home-slide-text h1 {
		font-size: 38px;
		margin-bottom: 20px;
	}

	.home-slide-text p {
		font-size: 1.2rem;
	}

	.home-slide .search-box .search-btn {
		top: 7px;
		right: 7px;
		padding: 10px 15px;
	}

	.home-slide .search-box .search-btn {
		height: 46px;
	}

	.homeone-section-header h2 {
		font-size: 28px;
	}

	.homeone-section-header .sub-title,
	.category-tab ul li a {
		font-size: 1rem;
	}

	.home-slide .search-box form {
		display: block;
	}

	.section-header h2 {
		font-size: 28px;
	}

	.section-header .sub-title {}

	.header-navbar-rht li a.header-login,
	.add-header-bg .header-navbar-rht li a.header-sign {
		min-width: 110px;
		padding: 6px 15px;

	}

	.enroll-group .total-course {
		margin-bottom: 5px;
	}

	.header-navbar-rht li a.header-sign {
		min-width: 110px;
		padding: 0 15px;

	}

	.main-nav>li>a {
		line-height:60px ;
	}

	.logo {
		width: 130px;
	}

	.google-bg {
		padding: 25px;
	}

	.sign-google ul li a {
		padding: 0px 10px;
	}


	.login-banner img {
		max-width: 330px;
	}

	.mentor-course h2 {
		font-size: 28px;
		margin: 20px 0px 20px;
	}

	.title-sec h5,
	.title-sec p {
		font-size: 1rem;
	}

	.title-sec h2,
	.main-title {
		font-size: 34px;
	}

	.inner-banner h2,
	.video-details h2 {
		font-size: 26px;
	}

	.btn-wish {
		padding: 10px 0;
		font-size: 12px;
	}

	.inner-banner h5,
	.instructor-detail h5 {
		font-size: 1.2rem;
	}

	.complete-sec h2 {
		font-size: 26px;
	}

	.btn-cart,
	.btn-enroll {
		font-size: 13px;
		padding: 11px 11px;
	}

	.play-icon {
		width: 60px;
		height: 60px;
	}

	.play-icon i {
		font-size: 1.5rem;
		padding-left: 5px;
	}

	.support-img img {
		width: 160px;
	}

	.support-card h3 {
		font-size: 22px;
	}

	.faq-title a,
	.instructor-content p,
	.rating {}

	.instructor-info>div {
		margin-right: 10px;
	}

	.error-box h4 {
		font-size: 1.25rem;
	}

	.error-box h6 {

		margin: 20px 0px;
	}

	.time-counts li span {
		font-size: 1.25rem;
	}

	.time-counts li {

		min-width: 80px;
		padding: 15px;
	}

	.time-counts ul li:not(:last-child) {
		margin-right: 10px;
	}

	.come-soon-box h5 {

		margin: 25px 0px;
	}

	.social-icon-soon ul li i {
		font-size: 1.25rem;
	}

	.error-box-img img {
		width: 270px;
	}

	.error-logo img {
		width: 120px;
	}

	.error-box {
		padding: 20px;
	}

	.progress-stip {
		display: flex;
		height: 15px;
		font-weight: 300;
	}

	.payment-btn .btn-primary {
		min-width: 100%;
	}

	.plan-header h4 {
		font-size: 1.25rem;
		padding: 12px 15px;
	}

	.plan-change .btn-primary {
		font-size: 1.25rem;
		padding: 10px 15px;
	}

	.world-img img {
		margin-bottom: 15px;
	}

	.link-accounts.personal-form {
		margin-top: 0;
	}

	.error-box .big-text {
		font-size: 1.25rem;
		margin-bottom: 6px;
		padding-bottom: 10px;
	}

	.countdown-el {
		min-width: 90px;
	}

	.countdown-el span {
		font-size: 1rem;
	}
}

@media (max-width: 1080px) {

	.main-nav {
		padding: 0;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-left: 0;
		margin-bottom: 0;
		list-style: none;
	}

	.main-nav ul {
		background-color: #f38681;
		display: none;
		list-style: none;
		margin: 0;
		padding-left: 0;
	}

	.main-nav>li {
		border-bottom: 1px solid #ccc;
		margin-left: 0;
	}

	.main-nav li+li {
		margin-left: 0;
	}

	.main-nav>li>a {
		line-height: 1.5;
		padding: 15px 20px !important;
		color: #fff;
		font-size: 1.2rem;
		font-weight: 300;
	}

	.main-nav>li>a:hover {
		background: #fedb00 !important;
		color:#000;
	}

	.main-nav>li.active>a,
	.main-nav .has-submenu.active .submenu li.active>a,
	.main-nav .has-submenu.active>a {
		color: #fff !important;
	}

	.main-nav>li>a>i {
		float: right;
		margin-top: 5px;
	}

	.main-nav>li .submenu li a {
		border-top: 0;
		color: #fff;
		padding: 10px 0 10px 0;
		padding-left: 10px
	}

	.main-nav>li .submenu li a:hover {

		color: #fff;
		background: #fedb00 !important
	}

	.main-nav>li .submenu>li.has-submenu>a::after {
		content: "\f078";
	}

	.main-nav .has-submenu.active>a {
		color: #1879cd;
	}

	.main-nav .has-submenu.active .submenu li.active>a {
		color: #1879cd;
	}

	.login-left {
		display: none;
	}

	.main-menu-wrapper {
		order: 3;
		width: 260px;
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		overflow-x: hidden;
		overflow-y: auto;
		z-index: 1060;
		transform: translateX(-260px);
		transition: all 0.4s;
		background-color: #0077c8 !important;
	}

	.menu-header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.navbar-header {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
	}

	#mobile_btn {
		display: inline-block;
		
		position: relative;
	}

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

	h1 {
		font-size: 28px;
	}

	h5 {
		font-size: 1.2rem;
	}

	.header-nav {
		padding: 0;
	}

	.section-search {
		min-height: 330px;
	}

	.progress {
		margin-bottom: 20px;
	}

	.footer-widget {
		margin-bottom: 30px;
	}

	.container {
		width: 96%;
	}

	.home-slide .search-box form {
		display: block;
	}

	.testimonial-four .testimonial-all {
		background: none;
		min-height: 454px;
	}

	.new-course-four .course-mail .bg-course-subscribe {
		line-height: 2;
		height: 45px;
	}

	.home-slide-four .hometwo-slide-text h1 {
		font-size: 1.5rem;
	}

	.home-slide-four {
		min-height: 420px;
	}

	.testimonial-four .testimonial-two-head p {
		font-size: 1rem;
	}

	.side-four img,
	.side-four-right img {
		display: none;
	}

	.testimonial-four .testimonial-all {
		padding: 5px;
	}

	.testimonial-bg-top img {
		top: 16px;
		left: 38%;
		width: 231px;
	}

	.testimonial-bg-right img {
		top: 50%;
		right: -90px;
		width: 180px;
	}

	.testimonial-bg-left img {
		top: 50%;
		left: 130px;
		width: 180px;
	}

	.breadcrumb-bar {
		padding: 10px 0;
	}

	.course-key {
		position: relative;
		top: 0;
	}

	.home-slide-text h1 {
		font-size: 32px;
		margin-bottom: 10px;
	}

	.home-slide {
		min-height: 700px;
	}

	.trust-user p {
		font-size: 1rem;
	}

	.rate-head h2,
	.rating h2 {
		font-size: 40px;
	}

	.course-radius {
		margin-bottom: 45px;
	}

	.course-widget {
		background: #fff;
		padding: 60px 20px 0px;
	}

	.student-course,
	.how-it-works,
	.new-course,
	.trend-course {
		padding: 60px 0px;
	}

	.master-skill {
		padding: 60px 0px 0px;
	}

	.section-header h2 {
		font-size: 1.8em;
	}

	.owl-theme .owl-dots,
	.owl-theme .owl-nav {
		margin-top: 0px;
	}

	.career-img {
		display: none;
	}

	.feature-instructors {
		padding-top: 60px;
	}

	.lead-group {
		padding: 0px 0px 40px;
	}

	.join-mentor h2 {
		font-size: 25px;
	}

	.join-mentor p {
		font-size: 1rem;
		margin: 20px 0px;
	}

	.review {
		bottom: -190px;
	}

	.testimonial-four .slick-prev,
	.testimonial-four .slick-next {
		width: 45px;
		height: 45px;
	}

	.testimonial-four .slick-prev:before,
	.testimonial-four .slick-next:before {
		font-size: 28px;
	}

	.testi-quotes img {
		width: 90px;
	}

	.become-instructors {
		padding: 240px 0px 60px;
	}

	.mentor-img img {
		position: relative;
		bottom: 0;
		right: 0;
	}

	.top-instructors p {
		margin-bottom: 0;
		font-size: 1rem;
	}

	.latest-blog {
		padding: 60px 0px 30px;
	}

	.enroll-group {
		margin: 60px 0px;
	}

	.new-course:before {
		display: none;
	}

	.trending-course {
		background: transparent;
	}

	.testi-right img {
		position: absolute;
		right: 0;
	}

	.cube-instuctor:before,
	.yellow-mentor:before {
		display: none;
	}

	.enroll-img {
		width: 92px;
		height: 92px;
	}

	.total-course {
		margin-bottom: 24px;
	}

	.header-nav {
		height: 60px;
	}

	.icon-group .total-course {
		justify-content: center;
	}

	.home-slide-text h5,
	.home-slide-text p {
		font-size: 1rem;
		margin-bottom: 15px;
	}

	.section-text p {
		font-size: 1rem;
	}

	.course-name h4,
	.product-content h3 {
		font-size: 1rem;
	}

	.course-group-img {
		align-items: center;
	}

	.course-info p,
	.average-rating,
	.category-tab ul li a {}

	.instructors-content h5 {
		font-size: 1rem;
	}

	.instructors-content p {
		font-size: 1rem;
		margin: 10px 0px 10px;
	}

	.course-list li {
		font-size: 1.2rem;
		margin-bottom: 12px;
	}

	.testi-quotes img {
		left: 150px;
	}

	.student-mentor h4 {
		font-size: 22px;
		margin-bottom: 15px;
	}

	.icon-group .enroll-img {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.login-wrapper .loginbox {
		padding: 10px;
	}



	.sign-google ul li {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 10px;
	}

	.sign-google ul li:first-child a {
		border-right: 0;
	}

	.sign-google ul {
		display: block;
	}

	.sign-google {
		margin: 25px 0px;
	}

	.mentor-course h2 {
		font-size: 22px;
		margin: 15px 0px 15px;
	}

	.login-slide.owl-theme .owl-dots,
	.login-slide.owl-theme .owl-nav {
		margin-top: 15px;
	}

	.login-banner img {
		max-width: 280px;
	}

	.login-wrapper .register-box {
		padding: 40px;
	}

	.personal-form {
		margin-top: 20px;
	}

	.title-sec h2,
	.main-title {
		font-size: 28px;
	}

	.header-page,
	.header-page .header-nav {
		height: 60px;
	}

	.header-border {
		padding: 4px 20px;
	}

	.breadcrumb-list {
		padding: 0 10px;
	}

	.page-breadcrumb ol,
	.notify-item a.btn {}

	.wishlist-info h5,
	.wish-card .card-header h5 {
		font-size: 1.2rem;
	}

	.price-amt h4,
	.notify-detail h6 {
		font-size: 1rem;
	}

	.notify-detail h6 span {
		font-size: 12px;
	}

	.notify-item a.btn {
		min-width: 130px;
	}

	.inner-banner h2 {
		font-size: 1.5rem;
	}

	.sidebar-sec {
		margin-top: 0;
	}

	.play-icon {
		width: 60px;
		height: 60px;
	}

	.play-icon i {
		font-size: 26px;
	}

	.complete-sec h2 {
		font-size: 1.5rem;
	}

	.instructor-detail h5 {
		font-size: 1rem;
	}

	.com-info {
		flex-direction: column;
	}

	.complete-sec .video-thumbnail {
		margin: 20px auto 0;
	}

	.com-course .include-sec ul li:last-child {
		margin-bottom: 15px;
	}

	.com-course .feature-sec ul li:last-child {
		padding-bottom: 15px;
	}

	.nav-justified .nav-item {
		flex-grow: 0;
		flex-basis: unset;
	}

	.category-title h5,
	.support-wrap label,
	.faq-detail p,
	.support-card p {

		margin-top: 0;
	}

	.page-banner {
		padding: 50px 0;
	}

	.page-banner h1,
	.help-title h1 {
		font-size: 1.5rem;
	}

	.terms-text h3 {
		font-size: 22px;
	}

	.support-card h3 {
		font-size: 1.25rem;
	}



	.support-sec {
		padding: 40px 0;
	}

	.page-content {
		padding: 80px 0 30px;
	}

	.sup-title {
		margin-bottom: 0px;
	}

	.instructor-content p {

		margin-bottom: 10px;
	}

	.instructor-info .rating-img p,
	.instructor-info .course-view p {
		margin-bottom: 0;
	}

	.btn-action-primary {
		font-size: 12px;
	}

	.profile-details .table th {
		font-size: 12px;
	}

	.ticket-grp {
		flex-wrap: wrap;
	}

	.ticket-grp .ticket-btn-grp {
		display: inline-flex;
		margin-top: 10px;
	}

	.filter-tickets ul li {
		margin-bottom: 10px;
	}

	.radio-with-img p.radio-deposit-item {
		display: inline-flex;
		width: 155px;
	}

	.error-box h4 {
		font-size: 1.25rem;
	}

	.error-box h6 {

		margin: 20px 0px;
	}

	.time-counts li span {
		font-size: 1.25rem;
	}

	.time-counts li {

		min-width: 80px;
		padding: 15px;
	}

	.time-counts ul li:not(:last-child) {
		margin-right: 10px;
	}

	.come-soon-box h5 {

		margin: 25px 0px;
	}

	.social-icon-soon ul li i {
		font-size: 1.25rem;
	}

	.error-box-img img {
		width: 240px;
	}

	.error-logo img {
		width: 120px;
	}

	.error-box {
		padding: 20px;
	}

	.course-content {
		padding: 60px 0px;
	}

	.show-filter {
		margin-top: 15px;
	}

	.lms-page {
		margin-bottom: 20px;
		margin-top: 20px;
	}

	.clear-filter {
		margin-bottom: 25px;
	}

	.course-design .price h3 {
		font-size: 1.2rem;
	}

	.price h3 span {
		font-size: 12px;
	}

	.course-group-img img {
		max-width: 40px;
		height: 40px;
	}

	.view-icons a {

		width: 30px;
		height: 30px;
	}

	.breadcrumb-bar {
		background: #FFF;
		padding: 15px 0;
	}

	.blog-title {
		font-size: 1.25rem;
	}

	.blog-read .btn-primary {
		font-size: 1rem;
	}

	.post-left ul li {
		margin-bottom: 5px;
	}

	.blog-modern-box .blog-title a {
		font-size: 1.2rem;
	}

	.student-group .course-group-img img {
		max-width: 80px;
		height: 80px;
		margin-right: 15px;
		border: 3px solid #FFFFFF;
	}

	.student-group .course-name h4 a {
		font-size: 1.5rem;
	}

	.student-group .course-share .btn-primary {
		padding: 8px 20px;
	}

	.my-student-list ul li a {

		padding: 0px 6px;
		padding-bottom: 10px;
	}

	.progress-stip {
		height: 15px;
	}

	.chat-cont-left .chat-users-list a.media .media-body>div:first-child .user-name {}

	.chat-cont-left .chat-users-list a.media .media-body>div:first-child .user-last-chat {
		font-size: 12px;
	}

	.cart-subtotal p,
	.cart-subtotal span {
		font-size: 1.2rem;
	}

	.check-outs .btn-primary,
	.condinue-shop .btn-primary {
		padding: 10px 15px;
		font-size: 1.2rem;
	}

	.payment-btn .btn-primary {
		padding: 12px 15px;
		font-size: 1.2rem;
		min-width: 550px;
	}

	.plan-header h4 {
		font-size: 22px;
		padding: 12px 15px;
	}

	.plan-change .btn-primary {
		font-size: 1.25rem;
		padding: 12px 15px;
	}



	.profile-bg h5 {
		font-size: 12px;
	}

	.profile-name h4 {
		font-size: 1.2rem;
	}

	.go-dashboard .btn-primary {
		padding: 9px 18px;
	}

	.account-settings .settings-menu ul li a {}

	.profile-heading h3 {
		font-size: 1.25rem;
		margin-bottom: 6px;
	}

	.profile-heading {
		padding: 20px;
	}

	.profile-heading p {}

	.profile-details .course-group-img img {
		max-width: 80px;
		height: 80px;
	}

	.profile-details .course-group {
		flex-wrap: wrap;
	}

	.profile-details .course-group .course-group-img {
		margin-bottom: 15px;
	}

	.profile-share .btn-success,
	.profile-share .btn-danger {
		padding: 4px 20px;

	}

	.checkout-form label {}

	.update-profile .btn-primary {
		font-size: 1rem;
		min-width: 180px;
	}

	.checkout-form.personal-address,
	.profile-details .course-group,
	.profile-heading {
		padding: 15px;
	}

	.save-password {
		margin-top: 30px;
	}

	.world-img img {
		margin-bottom: 15px;
	}

	.link-accounts.personal-form {
		margin-top: 0;
	}

	.filter-grp.user-referred h3,
	.link-box h3 {
		font-size: 1.25rem;
	}

	.subscription-group {
		flex-wrap: wrap;
	}

	.subscription-group .subscription-name {
		margin-bottom: 15px;
	}

	.upgrade-now {
		margin-left: 0;
	}

	.instructor-profile-content h4 a {
		font-size: 26px;
	}

	.instructor-profile-content h4 span {
		margin-left: 0;
	}

	.instructor-profile {
		margin-bottom: 20px;
	}

	.instructor-profile-menu {
		max-width: 100%;
		margin-bottom: 20px;
	}

	.instructor-profile-text {
		padding-top: 0;
	}

	.add-course-header h2 {
		font-size: 26px;
	}

	.widget-setcount ul li p {
		min-width: 135px;
	}

	.invoice-table tr td,
	.invoice-table-two tr td,
	.invoice-item .invoice-details {
		font-weight: 500;

	}
}

@media (max-width: 767.98px) {
	.navbar-header {
		width: 160px;
	}

	.logo {
		margin-right: 0;
		width: 160px;
		text-align: center;
	}
	.main-nav>li>a {
		line-height: 1.5;
		padding: 15px 20px !important;
		color: #fff;
		font-size: 1.2rem;
		font-weight: 300;
	}
	.header-nav {
		height: 60px;
	}

	.search-box .form-group .form-control {}

	.profile-custom-list>li:nth-child(2n+1) {
		clear: left;
	}

	.bg-pattern-style-register {
		height: auto;
	}

	.footer .footer-widget .footer-logo img {
		max-height: 40px;
	}

	#mobile_btn {
		top: 0;
		margin-right: 0;
		position: relative;
		right: 0;
		padding: 0;
		border: 0;
	}
	#mobile_btn i{background: #000; color:#fff;}
	.logo img,
	.menu-logo img {
		width: 160px;
	}

	h5 {
		font-size: 1rem;
	}

	h6 {}

	.testimonial-four .testimonial-all {
		background: none;
		min-height: 454px;
	}

	.testimonial-four .testimonial-two-head {
		max-width: 95%;
	}

	.testimonial-four .testimonial-two-head p {}

	.testimonial-four .slick-list {
		padding: 0px !important;
	}

	.testimonial-four .slick-list {
		max-width: 85%;
	}

	.testimonial-four .slick-prev:before,
	.testimonial-four .slick-next:before {
		font-size: 1.5rem;
	}

	.testimonial-four .slick-prev {
		left: 65px;
		width: 30px;
		height: 30px;
	}

	.testimonial-four .slick-next {
		right: 65px;
		width: 30px;
		height: 30px;
	}

	.testimonial-four .slick-prev,
	.testimonial-four .slick-next {
		top: 63%;
	}

	.testimonial-bg-top img {
		top: 18px;
		left: 38%;
		width: 160px;
	}

	.testimonial-bg-right img {
		top: 50%;
		right: -77px;
		width: 140px;
	}

	.testimonial-bg-left img {
		top: 50%;
		left: 59px;
		width: 140px;
	}

	.testimonial-two-head {
		max-width: 90%;
	}

	.testimonial-thumb img {
		width: 40px;
	}

	.testimonial-two .slider-nav {
		margin-top: 0;
	}

	.testimonial-two-head {
		padding: 15px;
	}

	.bar-icon span {
		background-color: #0077c8;
	}

	.header-navbar-rht {
		display: block;
	}

	.course-key {
		position: relative;
		top: 0;
	}

	.home-slide-text h1 {
		font-size: 28px;
		margin-bottom: 10px;
	}

	.home-slide {
		padding: 100px 0px 60px;
	}

	.home-slide-text a,
	.home-slide-text p,
	.home-slide-text h5,
	.trust-user p {}

	.banner-content .form-control {
		height: 46px;
	}

	.banner-content .sub-btn {
		width: 42px;
		height: 42px;

		margin-top: 10px;
	}

	.rate-head h2,
	.rating h2 {
		font-size: 32px;
	}

	.rate-head h2 {
		margin-right: 20px;
	}

	.course-widget {
		padding: 70px 20px 0px;
	}

	.student-course,
	.how-it-works,
	.new-course,
	.trend-course,
	.share-knowledge {
		padding: 40px 0px;
	}

	.master-skill {
		padding: 40px 0px 0px;
	}

	.feature-instructors {
		padding-top: 40px;
	}

	.lead-companies {
		padding: 40px 0px 20px;
	}

	.lead-group {
		padding: 10px 0px 40px;
	}

	.course-radius {
		margin-bottom: 50px;
	}

	.section-header {
		position: relative;
		display: block;
		margin-bottom: 5px;
	}

	.section-sub-head {
		margin-bottom: 20px;
	}

	.section-header h2 {
		font-size: 28px;
	}

	.section-text p,
	.join-mentor p,
	.section-sub-head span,
	.top-instructors p,
	.course-count p {}

	.owl-theme .owl-dots,
	.owl-theme .owl-nav {
		margin-top: 0;
	}

	.owl-theme .owl-dots .owl-dot span {
		width: 10px;
		height: 10px;
	}

	.owl-theme .owl-dots .owl-dot.active span,
	.owl-theme .owl-dots .owl-dot:hover span {
		width: 25px;
		height: 10px;
	}

	.join-mentor h2 {
		font-size: 28px;
	}

	.mentor-img img {
		position: relative;
		bottom: 0;
		right: 0;
	}

	.top-instructors p {
		margin-bottom: 0;
	}

	.student-mentor {
		margin-bottom: 20px;
	}

	.become-instructors {
		padding: 260px 0px 20px;
	}

	.latest-blog {
		padding: 40px 0px 13px;
	}

	.enroll-group {
		margin: 40px 0px;
	}

	.course-count h3 {
		font-size: 1.5rem;
		margin-bottom: 10px;
	}

	.footer-bottom .copyright-text p {
		text-align: center;
	}

	.privacy-policy {
		text-align: center;
		margin-bottom: 20px;
	}

	.footer-bottom .copyright {
		padding: 0 0 20px;
	}

	.testi-quotes img {
		width: 50px;
	}

	.trending-course {
		background: transparent;
		margin-top: 25px;
	}

	.course-feature {
		margin-top: 25px;
	}

	.testi-right img {
		right: 0;
		right: -15px;
		width: 25px;
		top: -16px;
	}

	.cube-instuctor:before,
	.yellow-mentor:before {
		display: none;
	}

	.enroll-img img {
		width: 100%;
	}

	.review {
		top: -300px;
		bottom: inherit;
	}

	.scroll-sticky {
		margin-top: 0;
	}

	.fount-about-img img {
		width: 60px;
	}

	.four-testimonial-founder h3 {
		font-size: 1.25rem;
	}

	.four-testimonial-founder span,
	.help-title p,
	.faq-title a {}

	.testimonial-four .testimonial-two-head p,
	.faq-card {
		margin-bottom: 15px;
	}

	.enroll-img {
		width: 100%;
		height: 100%;
	}

	.form-inner .form-control {
		width: 100%;
	}

	.banner-content .form-inner {
		height: auto;
	}

	.banner-content .input-group .search-icon {
		display: none;
	}

	.drop-detail {
		width: 100%;
	}

	.trust-rating .rating i {
		padding: 0px 5px;
		font-size: 12px;
	}

	.testi-quotes img {
		left: 60px;
		top: -10px;
	}

	.testimonial-four .testimonial-two-head p {
		margin: 0px 0px 43px
	}

	.icon-group .total-course {
		justify-content: center;
		width: 100%;
	}

	.enroll-group .total-course {
		margin-bottom: 5px;
	}

	.course-group-img {
		align-items: center;
	}

	.course-name h4 {

		margin-bottom: 0px;
	}

	.product-content h3 {
		font-size: 1rem;
	}

	.course-info p {}

	.all-category .btn-primary {
		min-width: 130px;
		padding: 6px 15px;
		font-weight: 500;

	}

	.all-category .btn-primary {
		color: #fff !important;
        border: 1px solid #0077c8;
        backdrop-filter: blur(151.39px);
        border-radius: 46.9159px;
        background: #0077c8;
        border-radius: 46.9159px;
        min-width: auto;
        width: 46%;
        margin: 1px;
        padding: 10px 15px;
        font-weight: 500;
   
	}
	.all-category .d-flex {
		display: block !important;
   
	}
	.all-category {
		padding: 0;
   
	}

	.btn-primary {
		color: #fff;
		border: 1px solid #fff;
		backdrop-filter: blur(151.39px);
		border-radius: 46.9159px;
		background: #0077c8;
		border-radius: 46.9159px;
		min-width: 150px;
		margin: 1px;
		padding: 10px 15px;
		font-weight: 500;
	}

	.home-slide-text h5 {
		margin-bottom: 15px;
	}

	.home-slide-text p {

		margin-bottom: 25px;
	}

	.trust-user p {
		margin: 21px 0px 10px;
	}

	.instructors-course {
		margin-top: 37px;
	}

	.instructors-content h5 {
		font-size: 1.2rem;
	}

	.instructors-content p {}

	.student-count span,
	.student-count i {}

	.course-list li {
		font-size: 1rem;
		margin-bottom: 10px;
	}

	.course-count p {}

	.enroll-group {
		padding: 20px;
	}

	.enroll-img {
		width: 60px;
		height: 100%;
	}

	.student-mentor h4 {
		font-size: 1.25rem;
	}

	.price {
		min-width: 130px;
		padding: 10px 15px;
		border-radius: 10px;
	}

	.price h3 {
		font-size: 1rem;
	}

	.login-bg {
		display: none;
	}

	.login-wrapper .loginbox {
		padding: 20px;
	}

	.login-wrapper .loginbox h1 {
		font-size: 1.5rem;
		margin-bottom: 15px;
	}

	.login-wrapper .loginbox label {}

	.google-bg {
		padding: 20px;
	}

	.sign-google ul li a img {
		margin-right: 10px;
		width: 16px;
	}

	.sign-google ul {
		display: block;
	}

	.sign-google ul li:first-child a {
		border-right: 0;
	}

	.sign-google ul li {
		margin-bottom: 10px;
	}

	.sign-google {
		margin: 20px 0px;
	}

	.login-wrapper .loginbox .img-logo {
		display: block;
		margin-bottom: 35px;
	}

	.back-home {
		margin-top: 10px;
	}

	.personal-form {
		margin-top: 20px;
	}

	.login-wrapper .register-box {
		padding: 35px;
	}

	.personal-detail span {
		width: 22px;
		height: 22px;
		font-size: 12px;
	}

	.title-sec h5,
	.title-sec p {}

	.title-sec h2 {
		font-size: 22px;
		margin-bottom: 10px;
	}

	.table-price td {}

	.wishlist-info h5,
	.wish-card .card-header h5 {
		font-size: 1rem;
	}

	.wishlist-detail {
		display: block;
		flex-direction: column;
	}

	.wishlist-img {
		margin: 0 auto 20px;
	}

	.wishlist-info .course-info {
		justify-content: center;
	}

	.wishlist-info .course-info p {
		margin-left: 7px;
	}

	.wish-card .card-body,
	.wish-card .card-header {
		padding: 20px;
	}

	.wishlist-info .course-view {
		margin-left: 10px;
	}

	.wishlist-item .remove-btn {
		margin-top: 25px;
		text-align: center;
	}

	.btn {}

	.wishlist-info {
		text-align: center;
	}

	.wishlist-img img,
	.wishlist-img {
		max-width: 230px;
	}

	.course-content {
		padding: 50px 0;
	}

	.notify-item a.btn {
		margin: 20px 0 0 60px;
	}

	.notify-sec h5 {

		margin-bottom: 20px;
	}

	.course-card ul li {
		display: block;
	}

	.course-card ul li p {
		margin-bottom: 10px;
	}

	.inner-banner h2 {
		font-size: 22px;
	}

	.complete-sec h2 {
		font-size: 1.25rem;
	}

	.web-badge,
	.cou-info {
		margin-bottom: 10px;
	}

	.instructor-badge .web-badge {
		margin-bottom: 0;
		font-size: 12px;
	}

	.instructor-wrap .rating {
		margin: 10px 0;
	}

	.instructor-detail h5 {}

	.terms-text h3,
	.help-title h1 {
		font-size: 1.25rem;
	}

	.support-img img {
		position: relative;
	}

	.support-sec {
		padding: 40px 0 20px;
	}

	.support-card {
		margin-bottom: 20px;
	}

	.instructor-list {
		display: block;
		padding: 10px;
	}

	.instructor-list .instructor-content {
		padding: 0;
	}

	.instructor-list .instructor-img img {
		border-radius: 7px;
		margin-bottom: 15px;
	}

	.instructor-list .instructor-content .rating-count {
		right: 0;
		top: 0;
	}

	.check-on .form-check-input {
		min-height: 25px;
		width: 55px;
		flex: none;
	}

	.payment-list {
		flex-wrap: wrap;
	}

	.grp-action-style {
		padding: 0;
	}

	.payment-method-blk .payment-list:not(:last-child) {
		margin-bottom: 10px;
	}

	.profile-details .table th {
		font-size: 12px;
	}

	.profile-details .comman-space {
		padding: 15px;
	}

	.ticket-grp {
		flex-wrap: wrap;
	}

	.ticket-grp .ticket-btn-grp {
		display: inline-flex;
		margin-top: 10px;
	}

	.filter-grp h3 {
		font-size: 1.25rem;
	}

	.filter-tickets ul li {
		width: 100%;
		margin-bottom: 10px;
	}

	.sell-course-head h3 {
		font-size: 1.25rem;
	}

	.instruct-search-blk .select-form .form-select {
		margin-left: 0;
	}

	.instruct-search-blk .show-filter .form-control,
	.instruct-search-blk .select-form .form-select {
		max-width: 100%;
	}

	.sell-group-img {
		width: 112px;
		height: 82px;
	}

	.sell-table-group .sell-tabel-info p {}

	.course-instruct-blk .table-nowrap tr th,
	.course-instruct-blk .table-nowrap tr td {
		white-space: nowrap;
	}

	.instruct-orders-info p {
		max-width: 100%;
	}

	.ticket-btn-grp a {
		padding: 8px 28px;
	}

	.radio-with-img p.radio-deposit-item {
		display: inline-flex;
		width: 100%;
	}

	.error-box h4 {
		font-size: 1.2rem;
	}

	.error-box h6 {

		margin: 15px 0px;
	}

	.time-counts li span {
		font-size: 1.2rem;
	}

	.time-counts li {

		min-width: 70px;
	}

	.time-counts ul li:not(:last-child) {
		margin-right: 5px;
	}

	.come-soon-box h5 {
		font-size: 12px;
		margin: 20px 0px;
	}

	.social-icon-soon ul li i {
		font-size: 1.2rem;
	}

	.error-box-img img {
		width: 200px;
	}

	.error-logo img {
		width: 100px;
	}

	.error-box {
		padding: 10px;
	}

	.lms-page {
		margin-bottom: 20px;
		margin-top: 0px;
	}

	.show-filter .search-group {
		margin: 12px 0px;
	}

	.lms-page li .page-link {
		margin-right: 10px;
		width: 30px;
		height: 30px;
		color: #000000;
		font-size: 12px;
	}

	.course-design .price h3 {}

	.price h3 span {
		font-size: 12px;
	}

	.clear-filter h4 {
		font-size: 1.25rem;
	}

	.clear-filter {
		margin-bottom: 25px;
	}

	.clear-text p {
		font-size: 12px;
	}

	.course-content {
		padding: 40px 0px;
	}

	.list-course .product {
		display: block;
	}

	.list-course .product-img {
		margin-bottom: 12px;
		width: 100%;
	}

	.view-icons a {

		width: 30px;
		height: 30px;
	}

	.show-result h4 {}

	.breadcrumb-bar {
		background: #FFF;
		padding: 15px 0;
	}

	.page-breadcrumb ol {}

	.blog-title {
		font-size: 1.2rem;
	}

	.post-left ul li {
		margin-bottom: 10px;
	}

	.blog-info a {
		font-size: 12px;
	}

	.blog-read .btn-primary {

		padding: 7px 26px;
	}

	.blog-modern-box .blog-title a {
		font-size: 1rem;
	}

	.student-group .course-group {
		display: block;
	}

	.student-group .course-share {
		display: block;
		margin-top: 15px;
	}

	.student-group .course-group-img img {
		max-width: 70px;
		height: 70px;
		margin-right: 12px;
	}

	.student-group .course-name h4 a {
		font-size: 1.25rem;
	}

	.student-group .course-name p {}

	.student-group .course-name h4 span {
		font-size: 12px;
	}

	.student-group .course-share .btn-primary {
		padding: 8px 20px;
	}

	.my-student-list ul {
		display: block;
	}

	.my-student-list ul li .active {
		border-bottom: 0;
	}

	.my-student-list ul li a {
		padding-bottom: 0;
	}

	.my-student-list ul li {
		list-style: none;
		margin-right: 0;
		margin-bottom: 15px;
	}

	.mycourse-student {
		display: -webkit-box;
		display: -ms-flexbox;
		display: block;
	}

	.show-filter .mycourse-student .form-control {
		max-width: 100%;
	}

	.progress-stip {
		height: 10px;
	}

	.start-leason .btn-primary {
		padding: 10px 15px;
	}

	.my-student-list ul li a {}

	.purchase-widget .head-course-title {
		display: -webkit-box;
		display: -ms-flexbox;
		display: block;
	}

	.chat-cont-left,
	.chat-cont-right {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.chat-cont-left .chat-users-list a.media .media-body>div:first-child .user-name {}

	.chat-cont-left .chat-users-list a.media .media-body>div:first-child .user-last-chat {
		font-size: 12px;
	}

	.cart-head h4 {
		font-size: 1.2rem;
	}

	.cart-remove .btn-primary {}

	.cart-subtotal p,
	.cart-subtotal span {
		font-size: 1rem;
	}

	.check-outs .btn-primary,
	.condinue-shop .btn-primary {
		padding: 10px 15px;
		font-size: 1rem;
	}

	.check-outs .btn-primary {
		margin-bottom: 10px;
	}

	.course-design .course-info p {
		font-size: 12px;
	}

	.payment-btn .btn-primary,
	.plan-change .btn-primary {
		min-width: 100%;
		padding: 10px 15px;
		font-size: 1rem;
	}

	.pay-method {
		margin: 30px 0px;
	}

	.checkout-form label,
	.checkout-form .form-control,
	.checkout-form .form-select {}

	.ship-check {
		font-size: 12px;
	}

	.plan-header h4 {
		font-size: 1.25rem;
	}

	.basic-plan h3 {
		font-size: 1.2rem;
	}

	.basic-plan h2 {
		font-size: 28px;
	}

	.profile-details .course-group-img,
	.profile-details .course-group {
		flex-wrap: wrap;
	}

	.profile-details .course-group-img .course-name {
		margin: 15px 0px;
	}

	.profile-share {
		margin-left: 0;
	}

	.profile-details .course-group-img img {
		max-width: 60px;
		height: 60px;
	}


	.profile-name h4 {
		font-size: 1rem;
	}

	.profile-name p {
		font-size: 12px;
	}

	.profile-group {
		padding-top: 62px;
	}

	.go-dashboard .btn-primary {
		padding: 8px 24px;
	}

	.profile-heading h3 {
		font-size: 1.25rem;
	}

	.profile-heading p {}

	.update-profile .btn-primary {
		font-size: 1rem;
		min-width: 180px;
	}

	.personal-address p {
		margin-bottom: 20px;
	}

	.checkout-form.personal-address,
	.profile-details .course-group,
	.profile-heading {
		padding: 15px;
	}

	.un-subscribe .btn-danger {
		font-size: 12px;
	}

	.world-img img {
		margin-bottom: 15px;
	}

	.link-accounts.personal-form {
		margin-top: 0;
	}

	.widra-your-money,
	.user-referred {
		flex-wrap: wrap;
	}

	.filter-grp.user-referred h3 {
		font-size: 1.25rem;
		margin-bottom: 15px;
	}

	.link-box h3 {
		font-size: 1.25rem;
	}

	.subscription-group {
		flex-wrap: wrap;
	}

	.subscription-group .subscription-name {
		margin-bottom: 15px;
	}

	.upgrade-now .btn-primary,
	.active-change-plan .btn-primary {}

	.upgrade-now {
		margin-left: 0;
	}

	.monthly-group {
		flex-wrap: wrap;
	}

	.monthly-group .subscribtion-active {
		margin-bottom: 15px;
	}

	.active-change-plan {
		margin-left: 0;
	}

	.instructor-card .card-body {
		padding: 15px;
	}

	.instructor-profile-content h4 {
		margin-bottom: 10px;
	}

	.instructor-profile-content h4 a {
		font-size: 1.25rem;
	}

	.instructor-profile-menu {
		padding: 15px;
	}

	.instructor-profile-menu ul {
		flex-direction: column;
	}

	.instructor-profile-menu ul li {
		margin-bottom: 15px;
	}

	.instructor-profile-menu ul li:last-child {
		margin-bottom: 0;
	}

	.instructor-profile-menu-content p {}

	.instructor-profile-text p {}

	.instructor-grid {
		display: block;
	}

	.instructor-grid .product-img {
		width: 100%;
		margin-bottom: 15px;
	}

	.instructor-grid .instructor-product-content {
		margin-left: 0;
	}

	.instructor-grid .instructor-product-content h3 {
		font-size: 1rem;
		max-width: 100%;
		line-height: normal;
	}

	.instructor-grid .course-info {
		margin: 15px 0px;
	}

	.instructor-grid .course-info p {

		margin-left: 6px;
	}

	.instructor-grid .course-view {
		margin-left: 8px;
	}

	.add-course-header {
		padding-bottom: 20px;
		flex-direction: column;
	}

	.add-course-header h2 {
		font-size: 1.2rem;
	}

	.add-course-btns ul {
		flex-direction: column;
	}

	.add-course-btns ul li {
		margin-top: 10px;
		margin-right: 0;
	}

	.add-course-btns .btn {
		padding: 8px 15px;
		min-width: 160px;
	}

	.widget-setcount {
		padding: 15px;
		margin-bottom: 5px;
	}

	.widget-setcount ul {
		display: block;
	}

	.widget-setcount ul li {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.widget-setcount ul li:last-child {
		margin-bottom: 0;
	}

	.widget-setcount ul li p {
		border: 0 !important;
		padding-top: 0;
	}

	.add-course-inner-header {
		padding: 15px;
		padding-bottom: 0;
	}

	.add-course-inner-header h4 {
		font-size: 1rem;
	}

	.add-course-form {
		padding: 15px;
	}

	.widget-btn {
		padding: 15px;
	}

	.widget-btn .btn {
		padding: 8px 15px;
		min-width: 120px;
	}

	.relative-file-upload {
		min-width: 120px;
	}

	.add-image-box {
		min-height: 150px;
	}

	.add-image-box a {
		font-size: 40px;
	}

	.add-course-section {
		padding: 15px;
		padding-bottom: 0;
	}

	.curriculum-grid {
		padding: 15px;
		margin-bottom: 20px;
	}

	.curriculum-head p {}

	.faq-grid {
		padding: 15px;
	}

	.faq-right {
		display: none;
	}

	.faq-body {
		padding-top: 10px;
		padding-left: 0;
	}

	.add-article-btns .btn {
		min-width: 100%;
		padding: 8px 10px;
		margin-top: 10px;
	}

	.add-course-msg {
		padding: 15px;
	}

	.add-course-msg i {
		font-size: 1.8em;
	}

	.add-course-msg h4 {
		font-size: 1rem;
		margin-bottom: 6px;
	}

	.add-course-msg p {}

	.instructor-card {
		margin-bottom: 20px;
	}

	.instructor-inner h6 {
		margin-bottom: 10px;
	}

	.instructor-inner h4 {
		font-size: 1.5rem;
		margin-bottom: 10px;
	}

	.submit-ticket .btn-primary,
	.submit-ticket .btn-dark {
		padding: 10px 12px;
		min-width: 161px;
		margin-bottom: 10px;
	}

	.error-box .big-text {
		font-size: 1.2rem;
		margin-bottom: 6px;
	}

	.countdown-el {
		min-width: 80px;
	}

	.countdown-el span {}

	.choose-search-blk .form-group {
		width: 100%;
	}

	.invoice-item .invoice-details {
		text-align: left;
		font-weight: 500;

	}

	.invoice-info.invoice-info2 {
		text-align: left;
	}

	.invoice-table tr td,
	.invoice-table-two tr td {
		font-weight: 500;

	}

	.post-left ul {
		display: block;
	}

	.post-left ul li {
		border: 0;
		padding: 0 0px;
	}

	.blog-widget .card-header {
		margin-bottom: 20px;
	}

	.student-list {
		padding: 15px;
	}
}

.show_xs,
.show_md {
	display: none;
}

@media (max-width: 991px) {
	.show_md {
		display: block;
	}

	.member_menu_set {
		box-shadow: 0 0 5px #ccc;
		border-radius: 8px;
		background: #fff;
		padding: 8px;
		margin-bottom: 8px;
		margin-top: 15px;
	}

	.theiaStickySidebar .member_menu_set {
		box-shadow: 0 0 5px #fff;
		border-radius: 8px;
		background: #fff;
		padding: 8px;
		margin-bottom: 8px;
		margin-top: 15px;
	}

	.member_menu_set:after {
		content: ' ';
		clear: both;
		display: block;
	}

	.member_menu_img {
		float: left;
		width: calc(100% - 100px);
	}

	.member_menu_img img {
		width: 40px;
		height: 40px;
		border-radius: 40px;
		float: left;
		margin-right: 5px;
	}

	.member_menu_img h4 {
		line-height: 40px;
		font-size: 1.2rem;
		float: left;
		margin-bottom: 0;
	}

	.member_menu_open {
		width: 30px;
		height: 30px;
		margin-top: 0;
		float: right;
	}

	.theiaStickySidebar {
		display: none;
		position: fixed !important;
		top: 0;
		left: 0;
		height: 100vh;
		background: rgba(0, 0, 0, .15);
		z-index: 999999;
		overflow-y: auto;
		padding: 5px;
	}

	.member_menu_opened .theiaStickySidebar {
		display: block;

	}

	.theiaStickySidebar .theiaStickySidebar {
		position: absolute !important;
		background: #fff;
		transform: translateX(-260px) !important;
		transition: all 0.4s;

	}

	.member_menu_opened .theiaStickySidebar .theiaStickySidebar {
		transform: translateX(0) !important;
	}
}

@media (max-width: 768px) {
	.show_xs {
		display: block;
	}

	.member_menu_set {
		box-shadow: 0 0 5px #ccc;
		border-radius: 8px;
		background: #fff;
		padding: 8px;
		margin-bottom: 8px;
		margin-top: 15px;
	}

	.member_menu_set:after {
		content: ' ';
		clear: both;
		display: block;
	}

	.member_menu_img {
		float: left;
		width: calc(100% - 50px);
	}

	.member_menu_img img {
		width: 40px;
		height: 40px;
		border-radius: 40px;
		float: left;
		margin-right: 5px;
	}

	.member_menu_img h4 {
		line-height: 40px;
		font-size: 1.2rem;
		float: left;
		margin-bottom: 0;
	}

	.member_menu_open {
		width: 30px;
		height: 30px;
		margin-top: 5px;
		margin-right: 15px;
		float: right;
	}

	.theiaStickySidebar {
		display: none;
		position: fixed;
		top: 60px;
		left: 0;
		height: calc(100vh - 70px);
		background: #fff;
		z-index: 999999;
		overflow-y: auto;
		padding: 5px;
	}
}

@media (min-width: 576px) {
	.modal-styles .modal-dialog {
		max-width: 860px;
	}
}

@media (max-width: 575.98px) {
	.video-thumbnail img {
		min-height: 150px;
		object-fit: cover;
	}

	.video-details .btn-enroll {
		margin-top: 10px;
	}

	.page-breadcrumb ol li {
		display: none;
	}

	.page-breadcrumb ol li.active {
		display: block;
		padding-left: 0;
	}

	.category-tab ul li {
		width: 100%;
		margin-right: 0;
	}
}


.class_list {
	border-top: 3px solid #333;
	padding: 10px 0;
	text-align: left;
}

.card-body .class_list {
	border-top: 0px solid #333;
	padding: 10px 0;
	text-align: left;
}
.add-course-info .class_list {
	border-top: 0px solid #333;
	padding:0;
	text-align: left;
}
.class_list dt {
	display: block;
	position: relative;
	border-left: 2px solid transparent;
}

.class_list dt:hover {
	border-left: 2px solid #333;
	background-color: #e1e1e1;
}

.class_list dt i {
	position: absolute;
	right: 10px;
	width: 30px;
	height: 30px;
	display: block;
	top: 15%;
	color: #000;
	font-size: 1.2rem;
}

.class_list dt a {
	display: block;
	padding-right: 45px;
	padding-left: 15px;
}

.class_list .class_title {
	font-size: 1.25rem;
	color: #333;
}

.class_list dt p {
	color: #333;
}

.class_list dd {
	display: block;
	position: relative;
	
}
.class_list dd.free_item::after {
		display: block;
		content:'free';
		background: #10cf6e;
    padding: 0 5px;
    font-size: 1em;
    position: absolute;
    top: 35%;
	right: 20px;
	text-align: center;
    border-radius: 20px;
	width: 50px;
    color: #fff;
    line-height: 20px;
	}
	.class_list dd.free_item_token::after {
		display: block;
		content:'free';
		background: #10cf6e;
    padding: 0 5px;
    font-size: 1em;
    position: absolute;
    top: 55%;
	right: 20px;
	width: 50px;
	text-align: center;
    border-radius: 20px;
    color: #fff;
    line-height: 20px;
		
	}

.class_list dd i {
	position: absolute;
    right: 0px;
    width: 20px;
    height: 30px;
    display: block;
    top:30%;
    color: #fff;
    text-align: center;
}
.class_list dd:hover i,.class_list dd a.active i {

    color: #000;

}
.class_list dd span{    
	background: #fedb00;
    padding: 0 5px;
    font-size: 1em;
    position: absolute;
	display:block;
    top: 35%;
	right: 20px;
    border-radius: 20px;
    color: #333;
	width: 50px;
	text-align: center;
    line-height: 20px;}
	.class_list dd.free_item_token span{    

		top: 14px;}
.class_list dd a {
	border-bottom: 1px solid #ccc;
	display: block;
	padding: 15px 15px;
	border-left: 2px solid #0077c8;
	font-size: 1.625rem;
	border-radius: 8px;
	color: #fff;
	background: linear-gradient(to right, #179df6, #0354da);
	height: 68px;
    overflow: hidden;
	display: flex;
    align-items: center;
    justify-content: left;
    text-align: left;
}
.card-body .class_list dd a {
	padding: 10px;
	padding-right: 80px !important;
	font-size: 1rem;
}

/* .class_list dd a:hover {
	background-color: #e1e1e1;
	border-left: 2px solid #333;
} */

.class_list dd a:hover {
	color: #000;
	border-left: 2px solid #fedb00;
	background: linear-gradient(to right, #facc24, #fff7db);
}
.class_list dd a.active {
	color: #000;border-left: 2px solid #fedb00;
	background: linear-gradient(to right, #facc24, #fff7db);
}

.class_list dd a:before {
	content: ' ';
	width: 20px;
	height: 20px;
	background: url(../../images/s1.png);
	background-size: 100% 100%;

	color: #fff;
	padding: 5px;
	margin-right: 10px;
	display: none;
}

.class_list dd a.text-primary:before {

	background: url(../../images/s2.png);
	background-size: 100% 100%;

}

.form-tips {
	font-size: 0.8rem;
	font-weight: normal;
	color: #999;
}

.shiti_num {
	width: 50px;
	font-size: 1.225rem;
}

.break-text {
	white-space: normal; /* 保留空白符序列，但是正常换行 */
	word-break: break-all; /* 允许在单词内换行 */
	}
	.max-width200{ max-width: 200px;}
.privacy_list ul {
	padding: 20px 0;
}

.privacy_list li {
	list-style: none;
}

.privacy_list li a {
	display: block;
	padding: 20px 0px;
	border-bottom: dotted #ccc 1px;
}

.u-section-terms {
	background-image: none;
}

.u-section-terms .u-sheet-1 {
	min-height: 1031px;
}

.u-section-terms .u-image-1 {
	width: 491px;
	min-height: 861px;
	background-image: url("../../images/texture.png");
	background-position: 50% 50%;
	margin: 60px 211px 0 auto;
}

.u-section-terms .u-container-layout-1 {
	padding: 30px;
}

.u-section-terms .u-shape-1 {
	height: 728px;
	width: 580px;
	margin: -794px auto 0 175px;
}

.u-section-terms .u-image-2 {
	width: 673px;
	height: 759px;
	margin: -839px auto 0 0;
}

.u-section-terms .u-group-2 {
	width: 585px;
	min-height: 452px;
	height: auto;
	margin: -568px 0 279px auto;
}

.u-section-terms .u-container-layout-2 {
	padding: 30px;
}

.u-section-terms .u-text-1 {
	font-size: 3.75rem;
	font-weight: 300;
	margin: 0;
}

.u-section-terms .u-text-2 {
	line-height: 2;
	margin: 30px 0 0;
}

.u-section-terms .u-text-3 {
	margin: 30px 0 0;
}

.u-section-terms .u-btn-1 {
	border-style: solid;
	padding: 0;
}

.u-section-terms .u-btn-2 {
	font-size: 1.25rem;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 2px;
	background-image: none;
	margin: 50px auto 0 0;
	padding: 21px 67px;
}

@media (max-width: 1199px) {
	.u-section-terms .u-image-1 {
		width: 584px;
		margin-top: 107px;
		margin-right: 118px;
	}

	.u-section-terms .u-shape-1 {
		width: 487px;
	}

	.u-section-terms .u-image-2 {
		width: 586px;
	}

	.u-section-terms .u-group-2 {
		width: 470px;
		margin-bottom: 60px;
		height: auto;
	}
}

@media (max-width: 991px) {
	.u-section-terms .u-sheet-1 {
		min-height: 1089px;
	}

	.u-section-terms .u-image-1 {
		width: 630px;
		min-height: 761px;
		margin-top: 60px;
		margin-right: 0;
	}

	.u-section-terms .u-shape-1 {
		margin-top: -857px;
	}

	.u-section-terms .u-group-2 {
		margin-top: -306px;
		margin-bottom: -85px;
	}
}

@media (max-width: 767px) {
	.u-section-terms .u-sheet-1 {
		min-height: 1079px;
	}

	.u-section-terms .u-image-1 {
		width: 470px;
		min-height: 771px;
		margin-top: 51px;
		margin-right: auto;
		margin-left: 0;
	}

	.u-section-terms .u-container-layout-1 {
		padding-left: 10px;
		padding-right: 10px;
	}

	.u-section-terms .u-shape-1 {
		height: 673px;
		margin-top: -813px;
		margin-right: initial;
		margin-left: initial;
		width: auto;
	}

	.u-section-terms .u-image-2 {
		width: 470px;
		height: 606px;
	}

	.u-section-terms .u-group-2 {
		margin-top: -153px;
		margin-bottom: -83px;
	}

	.u-section-terms .u-btn-2 {
		margin-right: 191px;
		margin-left: 20px;
	}
}

@media (max-width: 575px) {
	.u-section-terms .u-sheet-1 {
		min-height: 1106px;
	}

	.u-section-terms .u-image-1 {
		min-height: 788px;
		margin-top: 55px;
		margin-right: initial;
		margin-left: initial;
		width: auto;
	}

	.u-section-terms .u-shape-1 {
		margin-top: -830px;
		width: auto;
		margin-right: initial;
		margin-left: initial;
	}

	.u-section-terms .u-image-2 {
		width: 299px;
		height: 403px;
	}

	.u-section-terms .u-group-2 {
		width: 299px;
		min-height: 469px;
		margin: 50px auto -79px 0;
	}

	.u-section-terms .u-container-layout-2 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.u-section-terms .u-text-1 {
		font-size: 2.25rem;
	}

	.u-section-terms .u-btn-2 {
		margin-right: auto;
		margin-left: 0;
		padding: 14px 51px;
	}
}

/*--==============================================->
<!-- Consen Breadcumb Area Css -->
==================================================-*/
.breadcumb-area {
	background: linear-gradient(rgba(19, 19, 35, 0.6), rgba(0, 0, 0, 0.5)), url(../../images/braitcam.png) no-repeat center/cover;
	height: 350px;
	position: relative;
}

.breadcumb-content h1 {
	font-size: 40px;
	color: #fff;
	margin-bottom: 10px;
}

.breadcumb-content ul li {
	color: #FF3C00;
	font-weight: 500;

	text-transform: capitalize;
	display: inline-block;
}

.breadcumb-content ul li a {
	font-size: 1rem;
	font-weight: 500;

	color: #fff;
	text-transform: uppercase;
	padding-right: 30px;
	position: relative;
	z-index: 1;
}

.breadcumb-content ul li a:before {
	position: absolute;
	content: "";
	right: 5px;
	top: 9px;
	background: #fff;
	width: 16px;
	height: 2px;
	transition: .5s;
}

/*breadcumb shape*/
.britcam-shape {
	position: absolute;
	right: 0;
	bottom: 0;
	background: #FF3C00;
	width: 32%;
	height: 53px;
	padding: 15px 60px 0;
	clip-path: polygon(6% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.upp.breadcumb-content ul {
	padding: 0;
	margin: 0;
}

.upp.breadcumb-content ul li {
	color: #fff;
}



/**
======================================================
<--  Consen About Area Css -->
======================================================**/
.about-area {
	background: url(../../images/about-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	padding: 100px 0 80px;
	background-size: cover;
	position: relative;
}

.about-area .dreamit-about-thumb {
	margin: 0px 0 0 -128px;
	position: relative;
	z-index: 1;
}

.dreamit-icon-title h4 {
	font-size: 22px;
	font-weight: 500;
	color: #fff;
	padding: 2px 0 10px;
	font-style: italic;
}

.dreamit-icon-title h4 span {
	color: #FF3C00;
}

.dreamit-icon-list ul li {
	display: inline-block;
	list-style: none;
	padding: 14px 0 0px;
}

.dreamit-icon-list ul li i {
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border-radius: 10px;
	background-color: #ff3c00;
	display: inline-block;
	color: #fff;
	font-size: 11px;
	margin-right: 10px;
}

.dreamit-icon-list ul li span {
	color: #fff;
}

.feature-area.style-two .dreamit-icon-list ul li i {
	line-height: 22px;
}

/* Feature Area New Style */

.feature-area.new-style {
	background: #ff3c00;
	padding: 40px 0 26px;
}

.single-feature {
	margin-bottom: 30px;
}

.feature-area.new-style .single-feature-icon {
	margin-top: 6px;
	float: left;
	margin-right: 24px;
}

.feature-area.new-style .single-feature-content h3 {
	font-size: 22px;
	color: #fff;
	padding-left: 170px;
	position: relative;
	font-weight: 600;
}

.feature-area.new-style .single-feature-content h3:before {
	position: absolute;
	content: "";
	left: 85px;
	top: 13px;
	height: 1px;
	width: 65px;
	background: #fff;
}

.feature-area.new-style .single-feature-content h2 {
	font-size: 1.25rem;
	color: #fff;
	font-weight: 600;
}


/*about button*/
.about-button a {
	padding: 9px 14px 14px 42px;
	
	font-weight: 500;
	color: #fff;
	background: #FF3B00;
	display: inline-block;
	border-radius: 30px;
	border: 1px solid #FF3B00;
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin-top: 38px;
}

.about-button a:before {
	position: absolute;
	content: "";
	z-index: -1;
	top: 0;
	right: 0;
	height: 100%;
	width: 0;
	background: #fff;
	border-radius: 30px;
	transition: .5s;
}

.about-button a i {
	font-size: 1.25rem;
	width: 30px;
	height: 30px;
	line-height: 32px;
	border-radius: 25px;
	text-align: center;
	background: #fff;
	color: #FF3B00;
	display: inline-block;
	margin-left: 14px;
	position: relative;
	top: 3px;
	transition: .5s;
}

.about-button a:hover {
	color: #FF3B00;
}

.about-button a:hover:before {
	width: 100%;
	left: 0;
}

.about-button a:hover i {
	background: #FF3B00;
	color: #fff;
}

/*about shape*/
.about-shape-thumb1 {
	position: absolute;
	left: -61px;
	bottom: -102px;
	z-index: -1;
}

.about-shape-thumb2 {
	position: absolute;
	right: 72px;
	top: -111px;
}

/***About style two***/

.ceo-cod-area {
	background: url(../../images/ceo-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 70px 0 65px;
}

p.about-text {
	font-size: 22px;
	font-weight: 500;
	
	color: #232323 !important;
	line-height: 32px;
	font-style: italic;
	opacity: inherit;
	margin-bottom: 12px;
}

p.about-text2 {
	opacity: inherit;
	padding: 0;
}

/*dreamit ceo box*/
.dreamit-ceo-title h4 {
	font-size: 1.25rem;
	font-weight: 500;
	
	padding: 8px 0 0 32px;
	position: relative;
	z-index: 1;
}

.dreamit-ceo-title h4:before {
	position: absolute;
	content: "";
	z-index: 1;
	left: 0;
	top: 18px;
	width: 22px;
	border: 1px solid #ff3c00;
}

.dreamit-ceo-title span {

	padding: 7px 0 0;
	display: inline-block;
}

/*about button*/
.style-two.about-area .about-button a {
	margin-top: 28px;
}

/*about thumb*/
.dreamit-about-thumb1 {
	margin-left: 64px;
}

.about-shape-box {
	position: relative;
	z-index: 1;
}

.about-shape-thumb img {
	position: absolute;
	top: -280px;
	left: 26px;
}



.terms-list {
	background: url('../../images/why-choose-bg.png');
	padding: 5% 0;
}

.terms_l {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 0 5px #ccc;
	margin: 10px 0;
}

.terms_l .terms-pic img {
	width: 100%;
	display: block;
}

.terms-content {
	padding: 5px 10px;
}

.terms-content h2 {
	font-size: 1rem;
}



/***
==================================================
<-- Consen Call Do Section Css -->
==================================================***/
.call-do-action-section {
	background: linear-gradient(rgba(17, 26, 58, 0.75), rgba(17, 26, 58, 0.75)), transparent url(../../images/cda1.jpg) no-repeat center/cover;
	padding: 100px 0 115px;
}

.call-do-action-content h2 {
	font-size: 2.2em;
	font-weight: 600;
}

.call-do-action-content p {
	width: 35%;
	margin: auto;
	padding: 15px 0 0;
}



/*button*/
.btn-common a {
	color: #fff;
	font-size: 17px;
	background: #FF3C00;
	padding: 14px 31px;
	border: 1px solid #FF3C00;
	border-radius: 5px;
	transition: .5s;
	text-transform: capitalize;
}

.btn-common a:hover {
	background: #fff;
	color: #FF3C00;
}

.video-icon {
	display: inline-block;
}

.video-icon-cda a {
	width: 100px;
	height: 100px;
	line-height: 100px;
	border-radius: 100%;
	color: #FF3C00;
	background: #fff;
	display: inline-block;
	text-align: center;
	position: relative;
	-webkit-animation: hassan 1s linear infinite;
	animation: hassan 1.5s linear infinite;
	-webkit-transition: .5s;
	transition: .5s;
	font-size: 28px;
	z-index: 1;
}

@-webkit-keyframes hassan {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 5px rgba(255, 255, 255, 0.4);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 5px rgba(255, 255, 255, 0.4)
	}

	100% {
		-webkit-box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3), 0 0 0 40px rgba(255, 255, 255, 0)
	}
}

@keyframes hassan {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 5px rgba(255, 255, 255, 0.4);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 5px rgba(255, 255, 255, 0.4)
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 40px rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 40px rgba(255, 255, 255, 0)
	}
}

/***
==================================================
<-- Consen Form Box Css -->
==================================================***/
.contract-form-bg {
	padding: 15px 35px 40px;
	background: #fff;
	border-radius: 3px;
	width: 430px;
	position: relative;
	z-index: 1;
	margin-top: -140px;
	left: 100px;
}

.contract-form-bg:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 147px;
	width: 100%;
	background: #FF3C00;
	z-index: -1;
	border-radius: 3px 3px 0 0;
}

.contract-form-bg:after {
	position: absolute;
	content: "";
	top: 137px;
	left: 0;
	height: 100%;
	width: 100%;
	background: url(../../images/square-line.png);
	z-index: -1;
	background-repeat: no-repeat;
	background-size: contain;
}

/*form title*/
.contact-form-title {
	padding: 0 0 72px;
}

.contact-form-title h4 {
	font-size: 1.8em;
	line-height: 50px;
	font-weight: 600;
	color: #fff;
}

.contact-form-title p {
	color: #fff;
	font-size: 1.2rem;
	padding: 10px 0 0;
}

/*form input*/
.form_box input {
	width: 100%;
	height: 50px;
	padding-left: 25px;
	background: #f7f4f4;
	border-radius: 30px;
	color: #232323;
	border: 1px solid rgba(35, 35, 35, 0.12);
	transition: .5s;
}

.form_box textarea {
	width: 100%;
	background: #f7f4f4;
	padding-left: 25px;
	padding-top: 20px;
	height: 135px;
	border: 1px solid rgba(35, 35, 35, 0.12);
	border-radius: 30px;
	color: #232323;
	transition: .5s;
}

.form_box input::placeholder {
	color: #6d6d6d;
}

.form_box input:focus,
.form_box textarea:focus {
	border-color: #FF3C00;
	outline: 0;
	box-shadow: 0 0 6px rgb(204, 48, 0, 0.6);
}

/*form button*/
.quote_button button {
	padding: 13px 15px;
	background: #10102E;
	display: block;
	color: #fff;
	border-radius: 30px;
	width: 100%;
	
	cursor: pointer;
	text-align: center;
	transition: .5s;
}

.quote_button button i {
	display: inline-block;
	font-size: 1.2rem;
	margin-right: 5px;
	position: relative;
	top: 2px;
	color: #FF3C00;
	transition: .5s;
}

.quote_button button:hover {
	color: #fff;
	background: #FF3C00;
}

.quote_button button:hover i {
	color: #fff;
}

/***
======================================================
<-- Consen Brand Area Css -->
======================================================***/
.dreamits-top-title h3 {
	font-size: 1.2rem;
	font-weight: 500;
	text-align: center;
	position: relative;
	z-index: 1;
	padding: 0 0 44px;
}

.dreamits-top-title h3:before {
	position: absolute;
	content: "";
	left: -15px;
	top: 9px;
	height: 2px;
	width: 380px;
	background-color: rgba(35, 35, 35, 0.10196078431372549);
}

.dreamits-top-title h3:after {
	position: absolute;
	content: "";
	right: -15px;
	top: 9px;
	height: 2px;
	width: 380px;
	background-color: rgba(35, 35, 35, 0.10196078431372549);
}


/***
======================================================
<--  Consen Skill Area Css -->
======================================================***/
.skill-area {
	background: url(../../images/skill-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 100px 0 100px;
}

.skill-area.style-two {
	background: url(../../images/skill-bg2.jpg);
}

.call-do-action-area {
	background: url(../../images/call-bg2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 80px 0;
}

p.slill-text {
	padding: 12px 0 0;
	color: #fff;
	opacity: 67%;
}

/*skill right thumb*/
.slill-single-thumb {
	position: relative;
	z-index: 1;
}

.skill-thumb-content {
	position: absolute;
	bottom: 0;
	left: 50px;
	background-color: rgba(255, 60, 0, 0.74556944);
	padding: 26px 35px 28px 30px;
	border-radius: 0px 319px 0 0;
}

.skill-title h3 {
	font-size: 60px;
	color: #fff;
	display: inline-block;
}

.skill-title span {
	font-size: 60px;
	font-weight: 700;
	
	color: #fff;
}

.skill-title h5 {
	font-size: 1.2rem;
	font-weight: 500;
	color: #fff;
	margin-top: 6px;
}

/*skill thumb*/
.skill-shape img {
	position: absolute;
	left: 240px;
	bottom: 120px;
}

.skill-shape1.bounce-animate2 {
	position: absolute;
	right: -67%;
	top: -45%;
}




/***
======================================================
<--  Consen Testimonial Area Css -->
======================================================***/
.testimonial-area {
	background: url(../../images/cda1.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 95px 0 95px;
	position: relative;
	z-index: 1;
}

/*testimonial*/
.testimonial-single-box {
	padding: 18px 30px 24px;
	transition: all .4s ease 0s;
	position: relative;
	margin-top: 10px;
	text-align: left;
	z-index: 1;
	border-radius: 3px;
	background: #fff;
	margin-bottom: 30px;
}

.testimonial-single-box:before {
	position: absolute;
	content: "";
	top: 0;
	left: 12px;
	height: 100%;
	width: 100%;
	transition: .5s;
	z-index: -1;
	background: url(../../images/earth.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.testimonial-single-box:after {
	position: absolute;
	content: "";
	top: 0;
	left: 50%;
	height: 100%;
	width: 0;
	transition: .5s;
	z-index: -1;
	border-radius: 3px;
	background: url(../../images/box-bg4.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.quote-thumb {
	float: left;
	margin-right: 20px;
	position: relative;
	z-index: 1;
}

.quote-thumb:before {
	content: "";
	font-size: 1.2rem;
	position: absolute;
	bottom: 5px;
	right: -10px;
	background: url(../../images/quote1.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 31px;
	height: 31px;
}

/*quote title*/
.quote-title {
	position: relative;
	top: 10px;
}

.quote-title h4 {
	font-size: 1.25rem;
	font-weight: 600;
	transition: .5s;
	padding: 0 0 5px;
}

.quote-title p {
	color: #ff3c00;
	transition: .5s;
}

.em-testimonial-text p {
	display: inline-block;
	transition: .5s;
	padding: 20px 0 0px;
}

.em-testi-start-icon i {
	color: #FF3C00;
	transition: .5s;
	display: inline-block;
}

/*testi counter*/
.testi-counter-box {
	text-align: right;
}

.upper.testi-counter-box {
	position: relative;
	z-index: 1;
}



.testi-counter-title h3 {
	font-size: 1.8em;
	font-weight: 600;
	color: #fff;
	display: inline-block;
}

.testi-counter-title span {
	display: inline-block;
	font-size: 1.8em;
	font-weight: 600;
	
	color: #FF3C00;
}

.testi-counter-title p {
	color: #fff;
	padding: 10px 0 0;
}

/*testimonial all hover*/
.testimonial-single-box:hover:after {
	left: 0;
	width: 100%;
}

.testimonial-single-box:hover .quote-title h4,
.testimonial-single-box:hover .quote-title p,
.testimonial-single-box:hover .em-testimonial-text p,
.testimonial-single-box:hover .em-testi-start-icon i {
	color: #fff;
}

/*testi shape thumb*/
.testi-shape-thumb {
	position: absolute;
	left: -120px;
	top: 0;
	animation: moveLeftBounce 3s linear infinite;
	z-index: -1;
	opacity: .2;
}

.row.testi-rotate {
	position: relative;
}

.testi-shape-thumb1 {
	position: absolute;
	left: 165px;
	top: -85px;
}

/*owl carousel*/
.testimonial-area.style-two {
	background: #fff;
	padding: 95px 0 70px;
}

.testimonial_list .owl-dots {
	text-align: center;
	padding: 20px 0 0;
}

.testimonial-area.style-two .testimonial-single-box {
	filter: drop-shadow(0px 0 5px rgba(0, 0, 0, 0.1));
}

.testimonial-area.style-two .owl-dot {
	width: 19px;
	height: 5px;
	border-radius: 2px;
	background-color: #131323;
	display: inline-block;
	margin-right: 10px;
}

.testimonial-area.style-two .owl-dot.active {
	width: 14px;
	height: 14px;
	border-radius: 6px;
	background-color: #ff3c00;
	display: inline-block;
	position: relative;
	top: 4px;
}

/* Testimonial New Style */

.testimonial-area.new-style {
	background: url(../../images/testi-bg.jpg);
}

.testimonial-icon-thumb {
	float: left;
}

.testimonial-ratting {
	text-align: right;
	margin-right: 25px;
}

.testimonial-ratting i {
	color: #FF3C00;
	font-size: 13px;
}

.testimonial-text {
	padding: 25px 19px 10px 0;
}

.testimonial-title {
	border-top: 1px solid #E5E5E7;
	padding-top: 15px;
}

.testimonial-title h2 {
	font-size: 22px;
}

.testimonial-content span {
	display: block;
	position: relative;
	padding-left: 30px;
	margin-top: 6px;

}

.testimonial-content span:before {
	position: absolute;
	content: "";
	left: 0;
	top: 11px;
	height: 2px;
	width: 22px;
	background: #f00;
}


.cb-roboto-medium {
	
	font-weight: 500;
}

.cb-card {
	background-color: #fff;
	display: flex;
	flex-direction: column;
	border: 1px solid #e9ecef;
	border-radius: 10px;
	font-size: 1rem;
	line-height: 1.5em;
}

.cb-card:not(.cb-card-link) {
	padding: 24px;
	margin-bottom: 25px;
}

.cb-paragraph2-res,
.cb-paragraph2-res>p:not([class]) {
	font-size: 2rem;
	line-height: 1.25em;
}

.hr {
	background-color: #d3d3d3;
	height: 1px;
}

.hr {
	background-position: 0 -792px;
}

.cb-margin-bottom-24 {
	margin-bottom: 24px;
}

.cb-margin-bottom-8 {
	margin-bottom: 8px;
}

.cb-font-size-small,
.cb-font-small {
	font-size: .875rem !important;
	line-height: 1.7142857143em !important;
}

.cb-roboto-light {
	
	font-weight: 300;
}

.cb-margin-bottom-32 {
	margin-bottom: 32px;
}

.cb-blue2-bg {
	background-color: #0077c8 !important;
}

.cb-white-color {
	color: #fff !important;
}

.cb-card.cb-card-cta {
	padding-top: 48px;
	padding-bottom: 48px;
}

.cb-card .cb-card-header {
	display: flex;
	justify-content: space-between;
	margin-bottom: 24px;
}

.justify-content-center {
	justify-content: center !important;
}

.cb-font-weight-light {
	font-weight: 300 !important;
}

.cb-h3,
h3 {
	font-size: 1.8rem;
	line-height: 1.25em;
}

.cb-align-center {
	text-align: center;
}

.cb-white-color {
	color: #fff !important;
}

.cb-white-color h3 {
	color: #fff !important;
}

.cb-card .cb-card-action {
	display: flex;
	justify-content: space-between;
	flex: 1 1;
	align-items: flex-end;
	margin-top: 24px;
}

.cb-padding-left-8 {
	padding-left: 8px;
}

.cb-roboto-light {
	
	font-weight: 300;
}

.empty-score-section-card {
	background-color: #eaf7fc;
}

.cb-card a:not(.cb-btn),
.cb-card a:not(.cb-btn).cb-focus,
.cb-card a:not(.cb-btn).cb-hover,
.cb-card a:not(.cb-btn):focus,
.cb-card a:not(.cb-btn):hover {
	color: #1e1e1e;
}

.cb-h4 {
	font-size: 1.625rem;
	line-height: 1.2307692308em;
}

.score-card {
	position: relative;
}

.flex-column {
	flex-direction: column !important;
}

.cb-date-time-tags {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	text-transform: capitalize;
	margin: auto 0 0;
	font-size: 1.3125rem;
	line-height: 1.5238095238em;
}

.cb-date-time-tags p:first-of-type {
	position: relative;
	margin-right: 32px;
}

.cb-paragraph1-res,
.cb-paragraph1-res>p:not([class]) {
	font-size: 1.3125rem;
	line-height: 1.5238095238em;
}

.cb-date-time-tags p:first-of-type:last-of-type:after {
	background-color: transparent;
	margin: 0;
	width: 0;
}

.cb-date-time-tags p:first-of-type:after {
	content: " ";
	width: 1px;
	height: 24px;
	background-color: #d9d9d9;
	position: absolute;
	right: -16px;
}

.hr.visible {
	margin-right: 0;
}

.cb-margin-bottom-16 {
	margin-bottom: 16px;
}

.display-flex {
	display: flex !important;
}
.partial-scores{padding-bottom: 15px;}
.flex-nowrap {
	flex-wrap: nowrap !important;
}

.cb-paragraph1-res,
.cb-paragraph1-res>p:not([class]) {
	font-size: 1.3125rem;
	line-height: 1.5238095238em;
}

.cb-font-size-xlarge-res {
	font-size: 5.25em !important;
	line-height: 1em !important;
	padding-bottom: 5px;
}

.score .range-container {
	margin: 0;
}

.score .separator {
	align-self: center;
	background-color: #d3d3d3;
	display: inline-block;
	height: 1.8em;
	margin: 15px 7px 16px 0;
	width: 1px;
}

.score .score-range {
	font-size: 1rem;
	line-height: 1.2em;
}

.cb-paragraph4-res,
.cb-paragraph4-res>p:not([class]) {
	font-size: 2.5rem;
	line-height: 1.2em;
}



.cb-paragraph4-res,
.cb-paragraph4-res>p:not([class]) {
	font-size: 2.5rem;
	line-height: 1.2em;
}

.score-card .get-score-glyph {
	cursor: pointer;
	font-size: x-large;
	position: absolute !important;
	right: 15px;
	top: 44%;

	z-index: 1;
}

.cb-glyph-circular img {
	position: relative;
	display: block;
	height: 2em;
	width: 2em;
}

.score-card.visible:after {
	background: #eaf7fc;
	border-radius: 0 10px 10px 0;
	bottom: 0;
	content: "\a";
	position: absolute;
	right: 0;
	top: 0;
	width: 32px;
}


.review-b {
	font-size: 2.25rem;
	padding: 8px 0;
	font-weight: 600;
}
@media (max-width: 767.98px) {
	.review-b {
		font-size:1.425rem;
		padding: 8px 0;
		font-weight: 600;
	}
}
.review-cl,
.review-dl {
	color: #313411;
	width: 100%;
	float: left;
}

.review-cl {
	line-height: 40px;
	font-size: 1rem;
}

.review-dl {
	line-height: 30px;
}

.review-cr,
.review-dr {
	color: #0077c8;
	width: 100%;
	float: right;
}
.review-d .review-dr {
	color: #313411;
	width: calc(100% - 50px);
	margin-left: 50px;
}
.col-md-12 .col-md-12 .review-c .review-cr {
	color: #313411;
	width: calc(100% - 20px);
	margin-left: 20px;
}
.review-d {
	padding: 5px 0;
	cursor: pointer;
}

.col-xs-12 .review-c,
.col-xs-12 .review-d {
	margin: 0 auto;
}
.review-c:after,
.review-d:after {
	content: " ";
	clear: both;
	display: block;
}

.review-formatter {
	background-color: #fedb00;
	/* background-image: url(../img/loading-bg.png); */
	border-radius: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	box-shadow: inset 0 0 3px #333;
	margin: 5px 0;
}

.review-formatter .review-formatter-correct {
	background-color: #0077c8;
	/* background-image: url(../img/loading-bg.png); */
	border-radius: 20px;
	height: 20px;
	width: 0;
	min-width: 30px;
	text-align: center;
	float: left;
	color: #fff;
}
.review-expanWidth .review-formatter .review-formatter-correct {
	width: 0;
	animation: expandWidth 3s forwards;
}
	@keyframes expandWidth {
	from { width: 0; }
	to { width: var(--target-width); }
	}
.review-formatter .review-formatter-incorrect {
	text-align: center;
	float: right;
	color: #fff;
}

.review-c .review-formatter {
	background-color: #fedb00;
	border-radius: 20px;
	height: 30px;
	line-height: 30px;
	font-size: 1rem;
	box-shadow: inset 0 0 3px #333;
	margin: 5px 0;
}

.review-c .review-formatter .review-formatter-correct {
	background-color: #0077c8;
	border-radius: 20px;
	height: 30px;
	text-align: center;
	float: left;
	color: #fff;
	min-width: 30px;
	
}
.review-expanWidth .review-c .review-formatter .review-formatter-correct {
	width: 0;
	animation: expandWidth 3s forwards;
}

.review-c .review-formatter .review-formatter-incorrect {
	text-align: center;
	float: right;
	color: #fff;
}

.review-d-box {
	padding: 8px 0;
}

.review-d {
	display: none;
	padding: 0;
	margin-bottom: 20px;
}
.review-c {
	/* display: none; */

}
.Pdf-content .review-d {
	display: block;
	
}
.review-d-box:after {
	content: " ";
	clear: both;
	display: block
}

.review-cl-hid {
	width: calc(100% - 200px);
	overflow: hidden;
	text-overflow: ellipsis;
	float: left;
	font-size: 1.325rem;
}
@media (max-width: 767.98px) {
	
.review-cl-hid {
	width: 100%;
	
	font-size: 1.225rem;
}
}
.review-dl small,.review-cl small{font-size: 1rem;}
.review-d-box .review-cl-hid {
	font-size: 1rem;
}

.pull-right {
	float: right
}

.pull-left {
	float: left
}

.review-cl i {
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	display: inline-block;
}

.opens .review-cl i {
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
.Pdf-content .review-cl i {
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
@media (max-width: 768px) {

	.review-cl,
	.review-dl {
		color: #313411;
		width: 100%;
		float: left;
	}

	.review-cr,
	.review-dr {
		color: #0077c8;
		width: 100%;
		float: right;
	}
}


.inpro {
	padding: 5% 0;
}

.b_box {
	border-radius: 10px;
	padding: 25px;
	background-color: rgba(0, 0, 0, 0.02);
}

.box_showdn {
	border-radius: 10px;
	box-shadow: 0 0 5px #ccc;
	margin-bottom: 15px;
	background: #fff;
	height: 240px;
}

.box_icons {
	padding: 20px;
}

.box_icons svg {
	height: 100px;
	width: 100px;
}

.box_title {
	font-size: 1.5rem;
	padding: 10px 20px;
	font-weight: bold;
}

.box_title1 {
	background-color: rgba(0, 0, 0, 0.05);
	padding: 25px 10px;
	font-size: 1.25rem;
}

.box_tips {
	padding: 25px 10px;
	height: 90px;
}

.box_btn {
	padding: 10px;
	text-align: right;
}

.box_btn .btn {
	border-radius: 30px;
	border: 1px solid #333;
	padding: 8px;
	width: 80px;
}

.inpro_set {
	border-radius: 30px;
	overflow: hidden;
	background: #333;
	width: 182px;
	border: 1px solid #333;
	margin: 5px 10px;
}

.inpro_set button {
	float: left;
	background: #fff;
	border: 0;
	float: left;
	width: 90px;
	text-align: center;
}

.inpro_set button.act {
	background: #333;
	color: #fff;
}

.inpro_set button i {
	display: none;
}

.inpro_set button.act i {
	display: inline-block;
}

.inpro_t {
	padding: 8px;
}

.inpro_t:after {
	content: " ";
	clear: both;
	display: block;
}

.inpro_t h3 {
	margin: 0;
}

.help_form {
	padding: 20px;
}

.help_form input {
	height: 50px;
	border-radius: 8px;
	width: calc(100% - 178px);
	font-size: 1.25rem;
	padding: 0 8px;
}

.help_form button {
	height: 50px;
	width: 150px;
	float: right;
}

.help_form:after {
	content: " ";
	clear: both;
	display: block;
}

.help_btitle {
	font-size: 2.2em;
	text-align: left;
}

.help_btitle b {
	font-size: 1.25rem;
	padding-left: 8px;
}

.help_boxs {
	font-size: 1.25rem;
	text-align: left;
	padding: 10px;
}

.help_boxs:after {
	content: " ";
	clear: both;
	display: block;
}

.help_title {
	border: 1px solid #ccc;
	padding: 10px;
}

.help_title i {
	float: right;
	font-style: normal
}

.help_content {
	padding: 10px;
	display: none;
}

.help_show .help_content {
	display: block;
}

.help_show .help_title i {}

.help_select {
	height: 50px;
	width: 100%;
	border-radius: 8px;
	line-height: 50px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
}

.help_textarea {
	height: 150px;
	width: 100%;
	border-radius: 8px;
	border: 1px solid #ccc;
}

.review-box {
	margin: 30px auto;
	padding: 15px;
	border-radius: 10px;
	box-shadow: 0 0 10px #ccc;
	height: 80vh;
	margin: 10vh auto 0 auto;
	background: #fff;
	width: 80%;
}

.review-box:after {
	content: " ";
	clear: both;
	display: block;
}

.review-box img {
	max-width: 100%;
}

.review-box .review-title {
	padding: 10px 0;
}

.review-box .review-title h1 {
	font-size: 28px;
	font-weight: 300
}

.review-box .review-left-box img,
.review-box .review-right-box img {
	max-width: 100%;
}

.review-box .review-left-box div,
.review-box .review-right-box div,.topic_form .review-answer,.topic_form  .review-Explanation{
	max-width: 100%;
}

.review-box .review-left-box p,
.review-box .review-right-box p {
	max-width: 100%;
}

.review-box .review-left-box ul,
.review-box .review-right-box ul {
	max-width: 90%;
}

.review-box .review-left-box,
.review-box .review-right-box {
	width: calc(50% - 30px);
	line-height: 1.5em;
	float: left;
	height: calc(80vh - 280px);
	margin: 8px;
	padding-right: 10px;
	overflow: hidden;
	overflow-y: scroll
}

.review-box.full .review-left-box,
.review-box.full .review-right-box {
	width: calc(100% - 20px);
	float: left;
	height: auto;
	overflow: auto;
}

.review-box.full .review-content {
	height: calc(80vh - 260px);
	overflow: auto;
}

.review-box .review-right-box .review-topic {
	padding: 0 0 10px 0;
}

.review-box .review-right-box .review-topic b {
	padding: 0 10px;
	color: #fff;
	background: #999;
	display: inline-block
}

.review-box .review-answer-box {
	padding: 0 10px;
	list-style: none;
}

.review-box .review-answer-box li {
	padding: 10px 0;
}

.review-box .review-answer ,.topic_form .review-answer{
	padding: 8px 10px;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	margin: 10px 0
}

.review-box .review-answer.correct ,.topic_form .review-answer.correct{
	background: green;
}

.review-box .review-answer.nocorrect ,.topic_form .review-answer.nocorrect{
	background: red;
}

.review-box .review-Explanation ,.topic_form .review-Explanation{
	margin: 15px;
}

.review-box .review-Explanation h2 ,.topic_form .review-Explanation h2{ 
	margin-bottom: 15px;
}

.review-box .review-footer {
	margin-top: 15px;
	padding: 10px;
	clear: both;
}

.review-box .review-footer:after {
	content: " ";
	display: block;
	clear: both;
}

.review-box .review-footer .btn {
	padding: 5px 20px !important
}

.btn-disabled {
	padding: 5px 20px !important
}

.header-navbar-rht .nav-item img {
	width: 35px;
	height: 35px;
}

@media (min-width: 1480px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1460px;
	}
}

@media (min-width: 1680px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1480px;
	}
}

@media (min-width: 1880px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1680px;
	}
}

.review_dialog {
	background: rgba(0, 0, 0, 0.3);
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	display: none;
}

.btn-modern {
	text-transform: uppercase;
	font-size: 0.75rem;
	padding: 0.75rem 1.5rem;
	font-weight: 600;
}

.btn.btn-full-rounded {
	border-radius: 2em;
}

.btn-modern.btn-lg {
	font-size: 0.875rem;
	padding: 1rem 2.25rem;
}

.sub_section {
	/* display: flex;
	justify-content: center; */
	position: relative;
	padding: 30px 0;
	margin-top: 100px;
}
/* @media (max-width: 1680px) {
	.sub_section {
		padding-top: 15px;
	}
} */
@media (max-width: 1440px) {
	.sub_section {
		margin-top: 80px;
		
	}
}
@media (max-width:1280px) {
	.sub_section {
		margin-top: 60px;
	
	}
}
.sub_top {
	padding: 0px 0;
	margin-top: 30px;
}
@media (max-width: 768px) {
	.sub_section {
		display: flex;
		justify-content: center;
		position: relative;
		padding: 15px 0;
		margin-top: 60px;
	}
	
	.sub_top {
		padding: 0px 0;
		margin-top: 10px;
	}
}
.blue_bg {
	background-color: #B3EAFA;
	/* background-image: url(../../images/subbg.png);
	background-repeat: no-repeat; */
}

.zise_bg .heading-title {
	color: #fff;
	font-weight: lighter;
}

.sub_shape {
	overflow: hidden;
	position: absolute;
	left: 0;
	width: 100%;
	line-height: 0;
	direction: ltr;
	display: none;

}

.sub_shape_top {
	top: -1px;
}

.sub_shape svg {
	display: block;
	width: calc(100% + 1.3px);
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.blue_shape svg {
	fill: #B3EAFA;
}

.black_shape svg {
	fill: #333;
}

.zise_shape svg {
	fill: #fedb00;
}

.white_shape svg {
	fill: #fff;
}

.sub_top_box {
	padding: 25px 0;
}

.black_bg {
	background-color: #333333;
}

.white_bg {
	background-color: #fff;
}

.grey_bg {
	background-color: #F0EFF8;
}

.blue_bg .sub_top_box h1,
.blue_bg .sub_top_box h2,
.blue_bg .sub_top_box p {
	color: #0077c8;
	font-weight: 100;
}

.sub_top_btn {
	margin-top: 30px;
}

.sub_title_box {
	margin-bottom: 40px;
	margin-top: 40px;
	

}
@media (min-width: 1921px) {
	.sub_title_box {
		margin-bottom: 50px;
		margin-top: 50px;
	}
}
.sub_title_box h1 {
	color: #333;
	font-size: 2.5rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.pricing_body .sub_title_box h1,.contact-boxs .sub_title_box h1 {
	color: #fff;

	
}
@media (max-width: 767.98px) {
	.pricing_body .sub_title_box h1,.contact-boxs .sub_title_box h1 {
		color: #000;
	
		
	}
}
.contact-boxs .sub_title_box {
	margin-top: 0;
}
.sub_title_box h2 {
	color: #555;
	font-weight: 300;
	font-size: 1.5rem;
	margin-top: 10px;
	margin-bottom: 10px;
}
.sub_title_box h2 i{
	
	font-size:1.8rem;
	
}
@media (max-width: 1680px) {
	.sub_title_box {
		margin-bottom: 20px;
		margin-top: 0;
	
	}
	.sub_title_box h1 {
		
		font-size: 1.825rem;
	
	}
	.sub_title_box h2 {
		color: #555;
		font-weight: 300;
		font-size: 1.225rem;
		margin-top: 10px;
		margin-bottom: 0;
	}
}
@media (max-width: 900px) {
	.sub_title_box {
		margin-bottom: 20px;
		margin-top: 30px;
	
	}
	.sub_title_box h1 {
	
		font-size: 1.825rem;
	
	}
	.sub_title_box h2 {
		color: #555;
		font-weight: 300;
		font-size: 1.225rem;
		margin-top: 10px;
		margin-bottom: 0;
	}
}

@media (max-width: 768px) {
	.sub_title_box h1 {
		color: #333;
		font-size: 2.2rem;
		font-weight: 500;
		margin-bottom: 10px;
	}
	
	.sub_title_box h2 {
		color: #333;
		font-weight: 300;
		font-size: 1.225rem;
		margin-top: 10px;
		margin-bottom: 10px;
	}
}
.black_bg .sub_title_box h2,
.black_bg .sub_title_box p {
	color: #fff;
}
.grey_bg h2{font-size: 2.5rem; font-weight: 600;}
@media (max-width: 1680px) {.grey_bg h2{font-size: 2rem;}}
.grey_bg h1,
.grey_bg h2,
.grey_bg h2,
.grey_bg h3,
.grey_bg p {
	color: #0077c8;
}

.sub_title_box p {
	margin: 0 !important;
}

.black_bg i,
.black_bg h4 {
	color: #fff;
}

.zise_bg {
	background-color: #fedb00;
	;
	background-image: url(../../images/subbg.png);
	background-repeat: no-repeat;
	background-position: left;
}

.zi_box_radius {
	background-color: #0077c8;
	border-radius: 30px;
}

.zi_box {
	padding: 30px 15px;
}

.zi_box h2,
.zi_box h4,
.zi_box i {
	color: #fff
}

.zi_box h4 {
	font-weight: 100;
}

.porto-process .process-step {
	display: flex;
	position: relative;
	padding-bottom: 60px;
	overflow: hidden
}

.porto-process .process-step:first-child .process-step-circle:before {
	display: none
}

.porto-process .process-step:last-child {
	padding-bottom: 20px
}

.porto-process .process-step:last-child .process-step-circle:after {
	display: none
}

.porto-process .process-step-circle {
	display: flex;
	flex: 0 0 auto;
	justify-content: center;
	width: 60px;
	height: 60px;
	text-align: center;
	border: var(--porto-step-circle-bw, 2px) solid var(--porto-primary-color, #ccc);
	border-radius: 50%;
	align-items: center;
	position: relative;
	transition: 0.2s;
	margin: 5px 15px 0 0;
	font-size: 1.6em;
	letter-spacing: -1px;
	color: var(--porto-dark-color, #000)
}

.porto-process .process-step-circle:after,
.porto-process .process-step-circle:before {
	content: "";
	width: var(--porto-step-line-width, 2px);
	background-color: #ededed;
	position: absolute;
	height: 300px;
	top: 58px;
	left: calc(30px - var(--porto-step-line-width, 2px) / 2 - var(--porto-step-circle-bw, 2px))
}

.porto-process .process-step-circle:before {
	top: auto;
	bottom: 100%;
	height: 58px;
	margin-bottom: 2px
}

.process-step-content {
	max-width: 100%
}

.process-step-content .step-item-title {
	font-size: 1.2em;
	margin-bottom: 0.25rem;
	font-weight: 400
}

.porto-process.process-horizontal {
	text-align: center
}

@media (min-width: 992px) {
	.porto-process.process-horizontal {
		display: flex
	}
}

.porto-process.process-horizontal .process-step {
	align-items: center;
	flex-direction: column;
	justify-content: center;
	flex: 1;
	padding: 0 1.5rem;
	margin-bottom: 2.5rem;
	overflow: visible
}

@media (min-width: 992px) {
	.porto-process.process-horizontal .process-step:before {
		content: "";
		height: var(--porto-step-line-width, 2px);
		background-color: #ededed;
		position: absolute;
		width: 50%;
		top: calc(45px - var(--porto-step-line-width, 2px) / 2);
		left: 75%
	}

	.porto-process.process-horizontal .process-step:last-child:before {
		content: none
	}
}

.porto-process.process-horizontal .process-step-circle {
	flex: none;
	width: 90px;
	height: 90px;
	margin: 0
}

.porto-process.process-horizontal .process-step-circle i {
	font-size: 1.5em
}

.porto-process.process-horizontal .process-step-circle:after,
.porto-process.process-horizontal .process-step-circle:before {
	content: none
}

.porto-process.process-horizontal .process-step-content {
	padding-top: 20px
}

.porto-process.process-horizontal .process-step-content h4 {
	font-size: 1.3em;
	margin-bottom: 0.5rem
}

.porto-process.process-horizontal .process-step-content p {
	color: #fff;
}


.porto-sicon-box.top-icon {
	text-align: center;
}

.porto-icon {
	font-size: 32px !important;
	color: #F5F5F5;
}

.porto-icon svg {
	fill: #F5F5F5;
}

.porto-sicon-img {
	border-radius: 200px;
}

.porto-icon.advanced {
	border-radius: 200px;
}

.porto-sicon-title {
	color: #F5F5F5;
	font-size: 1.2em;
	font-weight: 300;
	text-transform: none;
	line-height: 1.2;
}


.white_bg p {
	color: #0077c8;
}

img {
	max-width: 100%;
}

.steps_title {
	padding: 20px 20px 20px 20px;
	background-color: #0077c8;
	border-radius: 0px 40px 40px 0px;
	width: 100%;
	display: none;
}

.steps_title h2 {
	color: #fff;
	margin: 0;
	font-weight: 100;
}

.steps_box {
	position: relative;
	min-height: 1px;
	display: flex;
	width: 38%;
	padding: 0 50px;
}

.steps_content h3,
.steps_content p {
	color: #000;
}
.steps_content h3{font-size: 2.25rem; font-weight: bold;}
.steps_boxl {
	display: flex;
	align-content: center;
	align-items: center;
	width: 100%;
	flex-wrap: wrap;
	align-content: center;
	box-sizing: border-box;
}

.steps_imgaes {
	width: 100%;
	flex-wrap: wrap;
	align-content: flex-start;
	padding: 15px;
	position: relative;
	
}
.steps_imgaes video{
	border-radius: 10px;
}

.steps_box_r:nth-child(2n)  .steps_logo{position: absolute;
    left: -50px;
    bottom: 0;
    width: 200px;
	opacity: 0.15;
	transform: scaleX(-1);
}
.steps_box_r .steps_logo{position: absolute;
    left: auto;
	right: -50px;
    bottom: 0;
    width: 200px;
	opacity: 0.15;
	transform: scaleX(1);
}
.stesp_boxs {
	display: flex;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: calc(100vh - 160px);
}

.steps_box_r {
	width: 60%;
	position: relative;
	min-height: 1px;
	display: flex;

}
.steps_boxl{opacity: 0;}
.steps_box_r .steps_boxl{opacity: 1;}
.index_section:first-child .steps_box>.steps_boxl {
	animation: elasticEnter 1s ease-out forwards;
}
.index_section:first-child .steps_box_r {
	animation: elasticEnter_r 1s ease-out forwards;
}
.animation .steps_box>.steps_boxl {
	animation: elasticEnter 1s ease-out forwards;
}

.animation .steps_box_r {
	animation: elasticEnter_r 1s ease-out forwards;
}

.steps_container {
	flex-wrap: wrap;
}

@media (max-width: 767px) {
	.video_box {
		margin-top: 20px;
	}

	.steps_title h2 {
		font-size: 2rem;
	}

	.steps_content h3 {
		font-size: 1.5rem
	}

	.steps_box,
	.steps_box_r {
		width: 100%;
	}

	.stesp_boxs {
		flex-wrap: wrap;
	}

	.order1 {
		order: 1;
	}

	.order2 {
		order: 2;
	}
}
.pricint-box{width: 100%; 
	min-height: calc(100vh - 160px);
	/* background-image: url(../../images/title_bg.png);
	background-position: center top;
	background-repeat: no-repeat; */
}
.pricing_body {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));
	padding: 30px;
	border-radius: 20px;
	box-shadow: 0 0 10px #333;
	background: linear-gradient(to right, #179df6, #0354da);
	position: relative;

}
.pricing_body:before {content: ''; clear: both; display: block;background-image: url(../../images/pricing.png);
	background-position: right bottom;position: absolute;width: 100%; height: 100%;    background-repeat: no-repeat;
    opacity: 0.6;}
.pricing_body:after {content: ''; clear: both; display: block;}
.pricing_body>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
	padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-top: var(--bs-gutter-y);
}
.pricing_body .pricing_div{width: 25%;}
@media (max-width: 1780px) {
	
	.pricing_body {
		padding:15px 30px;
	}
}
@media (max-width: 1680px) {
	.pricint-box{
		min-height: calc(100vh - 140px);
	}
	.pricing_body {
		padding:15px 30px;
	}
}
@media (max-width: 1380px) {
	.pricing_body .pricing_div{width: 25%;}
	.pricint-box{
		min-height: calc(100vh - 140px);
	}
}
@media (max-width: 1280px) {
	.pricint-box{
		min-height: calc(100vh - 120px);
	}
}
@media (max-width: 1080px) {
	.pricing_body .pricing_div{width: 50%;}
}
@media (max-width: 960px) {

	.pricing_body {
		--bs-gutter-x: 1.5rem;
		--bs-gutter-y: 0;
		display: flex;
		flex-wrap: wrap;
		margin-top: calc(-1* var(--bs-gutter-y));
		margin-right: calc(-.5* var(--bs-gutter-x));
		margin-left: calc(-.5* var(--bs-gutter-x));
		padding:0;
		border-radius: 20px;
		box-shadow: 0 0 10px #fff;
		background: transparent;
		position: relative;
	
	}
	.pricing_body:before {display: none;}
}
@media (max-width: 768px) {
	.pricing_body .pricing_div{width:50%;}
	.pricing_body {
		--bs-gutter-x: 1.5rem;
		--bs-gutter-y: 0;
		display: flex;
		flex-wrap: wrap;
		margin-top: calc(-1* var(--bs-gutter-y));
		margin-right: calc(-.5* var(--bs-gutter-x));
		margin-left: calc(-.5* var(--bs-gutter-x));
		padding:0;
		border-radius: 20px;
		box-shadow: 0 0 10px #fff;
		background: transparent;
		position: relative;
	
	}
	.pricing_body:before {display: none;}
}
@media (max-width: 500px) {
	.pricing_body .pricing_div{width:100%;}
}
.pricing_tab ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.pricing_tab .tabs {
	display: flex;
}

.pricing_tab .tabs li {
	width: 50%;
	height: 70px;
	font-size: 24px;
	line-height: 1.1em;
	padding: 1em 1em;
	text-decoration: none;
	list-style-type: none;
	border: 1px solid #fedb00;
	margin-left: 0;
	text-align: center;
	background-color: #F7F7F7;
	color: #0077c8;
	cursor: pointer;
}

.pricing_tab .tabs li i {
	padding-right: 10px;
}

.pricing_tab .tabs-box {
	width: 100%;
	border: 1px solid #fedb00;

	display: none
}

.pricing_tab li.active {
	background-color: #fedb00;
	color: #fff;
}

.pricing_tab .boxOne {
	display: block;
}

.pricing_box {
	padding: 1em;
}

.pricing_top_text {
	padding: 1em 8em;
	display: none;
}

.pricing_box * {
	color: #0077c8;
}

.pricing_list {
	border: 0 #ccc solid;
	background-color: transparent;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin: 0 auto 20px auto;
	--e-column-margin-right: 5px;
	--e-column-margin-left: 5px;
	padding: 10px 0px 20px 0px;
	border-radius: 10px;
	transform: scale(1);
	transition: transform 0.5s ease-in-out;
	max-width: 420px;
	position: relative;
}
@media (max-width: 1680px) {
	.pricing_list {

		margin: 0 auto 10px auto;
		--e-column-margin-right: 5px;
		--e-column-margin-left: 5px;
		padding: 10px 0px 10px 0px;

	}
}
@media (max-width: 1440px) {
	.pricing_list {

		margin: 0 auto ;
	}	
	.pricing_hr {
		
		margin: 8px 0;
	}
}
.pricing_list:hover {

	transform: scale(1.25);
	background: linear-gradient(to bottom, #facc24, #fff7db);
	box-shadow: 0 0 8px #333;
	z-index: 3;
	border: 1px solid #fff;
	margin-top: -50px;

	
}
@media (max-width: 1680px) {
	.pricing_list:hover {

		
		margin-top: -30px;
	
	}	
}
/* .pricing_list:hover .btn-warning{
	background-color: #0077c8;
	border: 1px solid #000;
	color:#fff;
}
.pricing_list:hover .btn-warning:hover{
	background:linear-gradient(to bottom, #fedb00, #ff8818);
	border:1px solid #000;
	color:#000 !important;
} */
@media (max-width: 960px) {
	.pricing_list {
		margin: 0 auto 10px auto;
		margin-bottom: 20px;
		--e-column-margin-right: 5px;
		--e-column-margin-left: 5px;
		padding: 10px 0px 10px 0px;
		border-radius: 20px;
		box-shadow: 0 0 10px #333;
		background: linear-gradient(to right, #179df6, #0354da);
	}
	.pricing_list:before {content: ''; clear: both; display: block;background-image: url(../../images/pricing.png);
		background-position: right bottom;position: absolute;width: 100%; height: 100%;    background-repeat: no-repeat;
		opacity: 0.6;    background-size: auto 100%;    z-index: -1;}
		.pricing_list:hover {

			transform: scale(1.05);
	
			box-shadow: 0 0 8px #333;

		
			
		}
}
.pricing_list:hover p,.pricing_list:hover div,.pricing_list:hover li,.pricing_list:hover h1,.pricing_list:hover h2{

	color:#333 !important

}
.pricing_hr {
	background-color: rgba(255,255,255,0.6);
	height: 1px;
	margin: 15px 0;
}
.wave {  
	width: 100%;  
	height: 100px;  
	background: radial-gradient(circle at 100px 50px, #81e8f6, #76deef 40%, #055194 80%);  
	background-size: 200px 100px;  
	animation: wave-animation 3s linear infinite;  
  }  
	
  @keyframes wave-animation {  
	0% {  
	  background-position: 0 0;  
	}  
	100% {  
	  background-position: 200px 0;  
	}  
  }

.pricing_head {
	padding: 0 1rem;
}

.pricing_head img {
	width: 90px;
	height: 90px;
	margin-bottom: 10px;
	display: none;
}
.pricing_head h2 {
	color: #000;
	font-size: 1rem;
	font-weight: 800;
	margin-bottom: 0;
	background: #fedb00;
	border-radius: 20px;
	padding: 8px;
	display: none;
}
.pricing_head .pricing_price {
color: #fff;
	font-size: 1.825rem;
	font-weight:600;

	margin: 0;
	color: linear-gradient(to bottom, #fedb00, #ff8818);
	padding: 15px 0;
	padding-top: 0;
}
.pricing_list:hover .pricing_head .pricing_price {

		padding-top: 15px;
		
	}
.pricing_head .pricing_price small{

	font-size: 0.925rem;
	font-weight: 400;
	opacity: 0.8;

}
.pricing_head .pricing_price .pricing_price_old{text-decoration:line-through; opacity: 0.8; font-size: 1.225rem; color:#ff0808; font-weight: 500;}
.pricing_list:hover .pricing_head h2{
	background:transparent;
}
.pricing_head p {
	color: rgba(255,255,255,0.9);
	font-size: 1.225rem;
	font-weight: 400;
	line-height: 22px;
	padding: 0;
	overflow: hidden;
	margin:  0;
	font-weight: bolder;
	height:45px;
}

@media (max-width: 1680px) {
	.pricing_head h2 {
	
		
		margin-bottom: 5px;
	}
	.pricing_head .pricing_price {

		margin: 0;
	}
	

}
@media (max-width: 1380px) {
	.pricing_head img {
		width: 50px;
		height: 50px;
		margin-bottom: 10px;
	}
	
	.pricing_head h2 {

		font-size:0.825rem;
		margin-bottom: 5px;
	}
	.pricing_head .pricing_price {

padding:8px 0;

		font-size: 1.425rem;
		margin: 0;
	}
	
	.pricing_head p {

		font-size: 1rem;


	}
}
@media (max-width: 768px) {
	.pricing_head p {
	font-size: 1rem;
	height: auto;

}}
.pricing_content {
	padding: 0 1.2em;
	margin-bottom: 20px;
}
@media (max-width: 1440px) {
	.pricing_content {
		margin-bottom: 10px;
		padding: 0 1.2em;
	}
}
@media (max-width: 1080px) {
	.pricing_content {
		padding: 0 1.2em;
	}
}
@media (max-width: 800px) {
	.pricing_content {
		padding: 0 1.2em;

	}
}
@media (max-width: 768px) {
	.pricing_content {
		padding: 0 1.2em;
		height: auto;
	}
}
.pricing_content ul{
	padding: 0;
}
.pricing_content ul li {
	list-style: none !important;
	margin-bottom: 8px;
	line-height: 1.5rem;
	font-weight: 400;
    font-size: 1.125rem;
	position: relative;
	padding-left: 20px;
color: #fff;
letter-spacing: 0.5px;
}
.pricing_content ul li i{
	position: absolute;
	left: 0;
	top:0;
	display: block;
	font-size: 1rem;
	color: #fff;
	
}
.pricing_list:hover .pricing_content ul li i{
	color: #000;
}
@media (min-width: 1921px) {
	.pricing_content ul li {
		margin-bottom: 15px;
	}
}
@media (max-width: 1680px) {
	.pricing_content ul li {
		margin-bottom: 5px;
		line-height: 1.2rem;
		font-size: 1rem;
	}
}

@media (max-width: 1440px) {
	.pricing_content ul li {
		margin-bottom: 5px;
		line-height: 1rem;
		font-size: 0.8rem;
	}
	.pricing_content ul li i{
		font-size: 0.8rem;
	}
}

@media (max-width: 768px) {
	.pricing_content ul li {
		margin-bottom: 5px;
		line-height: 1.5rem;
		font-size: 1rem;
	}
	.pricing_content ul li i{
		font-size: 1rem;
	}
}
.btn-primary-z {
	border-radius: 40px;
	color: #fff;
	background-color: #fedb00;
	border-color: #fedb00;
	padding: 12px 30px 12px 30px;
	transition: all .2s;
}

.btn-primary-o {
	border-radius: 40px;
	color: #fedb00;
	background-color: #FFFFFF;
	border-color: #fedb00;
	padding: 12px 30px 12px 30px;
	transition: all .2s;
}

.btn-primary-o:hover,
.btn-primary-z:hover {
	transform: scale(1.1);
	transition: all .2s;
	box-shadow: 0 0 5px #fedb00;
}

.shop_table dl.variation {
	color: var(--porto-body-color)
}

.shop_table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-bottom: 1em
}

.shop_table a {
	color: inherit
}

.shop_table a:not(.button):hover {
	color: var(--porto-primary-color)
}

.shop_table dd,
.shop_table dt {
	display: inline-block;
	margin: 0 5px 0 0;
	font-weight: 400
}

.shop_table dd p {
	font-size: inherit
}

.shop_table th {
	text-align: left;
	padding: 10px
}

.shop_table td {
	text-align: left;
	padding: 10px
}

.shop_table thead span {
	color: #222529;
	text-transform: uppercase
}

.shop_table thead tr,
.shop_table tr:not(:last-child) {
	border-bottom: 1px solid #ccc
}

.shop_table td.product-name {
	font-weight: 500;
	word-break: break-word;
	color: #222529;
	font-size: 14px;
}

.shop_table td.product-name label{
	font-weight: normal;

}

.shop_table tfoot tr td,
.shop_table tfoot tr th {
	padding: 10px 10px 10px
}

.shop_table tbody th,
.shop_table tfoot th {
	border-left: none
}

.shop_table td.actions {
	padding: 20px 0
}

@media (max-width: 575px) {
	.shop_table td.actions .coupon>* {
		margin-bottom: 1rem
	}
}

@media (max-width: 767px) {

	.shop_table.responsive,
	.shop_table.shop_table_responsive {
		border: 1px solid #fff;
		border-top: 4px solid var(--porto-primary-color);
		box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.05)
	}

	.shop_table.responsive thead,
	.shop_table.shop_table_responsive thead {
		display: none
	}

	.shop_table.responsive tr,
	.shop_table.shop_table_responsive tr {
		display: block;
		padding: 20px 0;
		position: relative;
		border-top: 1px solid #fff
	}

	.shop_table.responsive tr:first-child,
	.shop_table.shop_table_responsive tr:first-child {
		border-top: none
	}

	.shop_table.responsive tfoot th,
	.shop_table.shop_table_responsive tfoot th {
		border: none
	}

	.shop_table.responsive tfoot tr:first-child,
	.shop_table.shop_table_responsive tfoot tr:first-child {
		border-top: 1px solid #ccc
	}

	.shop_table.responsive td,
	.shop_table.responsive th,
	.shop_table.shop_table_responsive td,
	.shop_table.shop_table_responsive th {
		background: transparent;
		text-align: center;
		display: block;
		padding: 5px 10px;
		border: none
	}

	.shop_table.responsive td.product-remove,
	.shop_table.responsive th.product-remove,
	.shop_table.shop_table_responsive td.product-remove,
	.shop_table.shop_table_responsive th.product-remove {
		position: absolute;
		right: 0;
		top: 12px
	}

	.shop_table.responsive td.product-thumbnail,
	.shop_table.responsive th.product-thumbnail,
	.shop_table.shop_table_responsive td.product-thumbnail,
	.shop_table.shop_table_responsive th.product-thumbnail {
		padding-top: 10px
	}
}

.pricing-table .plan,
.tabs-navigation,
.toggle>label,
body.boxed .page-wrapper,
ul.comments .comment-block {
	border-radius: 5px
}

.add-links .add_to_cart_button.loading.viewcart-style-1:after,
.add-links .quickview.loading:after,
.commentlist li .comment-text,
.product-image img,
.product-nav .product-popup .product-image,
.product-summary-wrap .yith-wcwl-add-to-wishlist a:before,
.product-summary-wrap .yith-wcwl-add-to-wishlist span:before,
.shop_table,
.widget_recent_reviews .product_list_widget li img,
ul.product_list_widget li .product-image {
	border-radius: 5px
}

.shop_table thead tr:first-child td:first-child,
.shop_table thead tr:first-child th:first-child {
	border-radius: 5px 0 0 0
}

.shop_table thead tr:first-child td:last-child,
.shop_table thead tr:first-child th:last-child {
	border-radius: 0 5px 0 0
}

.shop_table thead tr:first-child td:only-child,
.shop_table thead tr:first-child th:only-child {
	border-radius: 5px 5px 0 0
}

.shop_table tfoot tr:last-child td:first-child,
.shop_table tfoot tr:last-child th:first-child {
	border-radius: 0 0 0 5px
}

.shop_table tfoot tr:last-child td:last-child,
.shop_table tfoot tr:last-child th:last-child {
	border-radius: 0 0 5px 0
}

.shop_table tfoot tr:last-child td:only-child,
.shop_table tfoot tr:last-child th:only-child {
	border-radius: 0 0 5px 5px
}

@media (max-width: 575px) {
	.commentlist li .comment_container {
		border-radius: 5px
	}
}

.br-normal {
	border-radius: 5px !important
}

.nav-tabs li .nav-link,
.resp-tabs-list li,
.tabs-navigation .nav-tabs>li:first-child .nav-link {
	border-radius: 5px 5px 0 0
}

.tabs-navigation .nav-tabs>li:last-child .nav-link,
.tabs.tabs-bottom .nav-tabs li .nav-link {
	border-radius: 0 0 5px 5px
}

.tabs-left .tab-content {
	border-radius: 0 5px 5px 5px
}

.tabs-left .nav-tabs>li:first-child .nav-link {
	border-radius: 5px 0 0 0
}

.tabs-left .nav-tabs>li:last-child .nav-link {
	border-radius: 0 0 0 5px
}

.tabs-right .tab-content {
	border-radius: 5px 0 5px 5px
}

.tabs-right .nav-tabs>li:first-child .nav-link {
	border-radius: 0 5px 0 0
}

.tabs-right .nav-tabs>li:last-child .nav-link {
	border-radius: 0 0 5px 0
}

.nav-tabs.nav-justified li:first-child .nav-link,
.nav-tabs.nav-justified li:first-child .nav-link:hover,
.resp-tabs-list li:first-child {
	border-radius: 5px 0 0 0
}

.nav-tabs.nav-justified li:last-child .nav-link,
.nav-tabs.nav-justified li:last-child .nav-link:hover {
	border-radius: 0 5px 0 0
}

.resp-tabs-list li:last-child,
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child .nav-link {
	border-radius: 0 0 0 5px
}

.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child .nav-link {
	border-radius: 0 0 5px 0
}

@media (max-width: 575px) {

	.tabs .nav.nav-tabs.nav-justified li:first-child .nav-link,
	.tabs .nav.nav-tabs.nav-justified li:first-child .nav-link:hover {
		border-radius: 5px 5px 0 0
	}

	.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child .nav-link,
	.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child .nav-link:hover {
		border-radius: 0 0 5px 5px
	}
}

#header .main-menu,
#mini-cart .cart-popup,
.btn-3d,
.gmap-rounded,
.gmap-rounded .porto_google_map,
.sidebar-menu .narrow ul.sub-menu,
.stats-block.counter-with-border,
.testimonial.testimonial-style-4,
.tparrows,
blockquote.with-borders,

body .btn-group-lg>.btn,
body .btn-lg,
body .cart-actions .button,
body .checkout-button,
body .return-to-shop .button,
body input.btn.btn-lg[type=submit],
body input.button.btn-lg[type=submit],
body input.submit.btn-lg {
	border-radius: 6px
}

#header .porto-view-switcher .narrow .popup>.inner>ul.sub-menu,
#header .top-links .narrow .popup>.inner>ul.sub-menu {
	border-radius: 0 0 6px 6px
}

.mobile-sidebar .sidebar-toggle {
	border-radius: 0 6px 6px 0
}

.sidebar-menu .narrow .popup>.inner>ul.sub-menu,
.sidebar-menu .wide .popup,
.sidebar-menu .wide .popup>.inner {
	border-radius: 0 6px 6px 6px
}

.right-sidebar .sidebar-menu .narrow .popup>.inner>ul.sub-menu,
.right-sidebar .sidebar-menu .wide .popup,
.right-sidebar .sidebar-menu .wide .popup>.inner {
	border-radius: 6px 0 6px 6px
}

.widget_layered_nav .widget-title,
.widget_layered_nav_filters .widget-title,
.widget_price_filter .widget-title,
.widget_product_categories .widget-title,
.widget_rating_filter .widget-title {
	border-radius: 6px 6px 0 0
}

.category-image,
.widget_layered_nav.closed .widget-title,
.widget_layered_nav_filters.closed .widget-title,
.widget_price_filter.closed .widget-title,
.widget_product_categories.closed .widget-title,
.widget_rating_filter.closed .widget-title {
	border-radius: 6px
}

.shop_table.responsive.cart-total tbody tr:first-child th,
.shop_table.shop_table_responsive.cart-total tbody tr:first-child th {
	border-radius: 6px 0 0 0
}

.shop_table.responsive.cart-total tbody tr:last-child th,
.shop_table.shop_table_responsive.cart-total tbody tr:last-child th {
	border-radius: 0 0 0 6px
}

#content .master-slider,
#content .master-slider .ms-slide .ms-slide-bgcont,
#content .master-slider .ms-slide .ms-slide-bgvideocont,
#content .rev_slider_wrapper,
#content .rev_slider_wrapper li.tp-revslider-slidesli,
#content-inner-bottom .master-slider,
#content-inner-bottom .master-slider .ms-slide .ms-slide-bgcont,
#content-inner-bottom .master-slider .ms-slide .ms-slide-bgvideocont,
#content-inner-bottom .rev_slider_wrapper,
#content-inner-bottom .rev_slider_wrapper li.tp-revslider-slidesli,
#content-inner-top .master-slider,
#content-inner-top .master-slider .ms-slide .ms-slide-bgcont,
#content-inner-top .master-slider .ms-slide .ms-slide-bgvideocont,
#content-inner-top .rev_slider_wrapper,
#content-inner-top .rev_slider_wrapper li.tp-revslider-slidesli,
.img-opacity-effect a img,
.porto-links-block,
.widget_sidebar_menu.closed .widget-title {
	border-radius: 7px
}

.sidebar-menu .menu-custom-block a:last-child:hover,
.sidebar-menu>li.menu-item:last-child:hover {
	border-radius: 0 0 7px 7px
}

.porto-links-block .links-title {
	border-radius: 7px 7px 0 0
}

.sidebar-menu>li.menu-item:last-child.menu-item-has-children:hover {
	border-radius: 0 0 0 7px
}

.right-sidebar .sidebar-menu>li.menu-item:last-child.menu-item-has-children:hover {
	border-radius: 0 0 7px 0
}

.br-thick {
	border-radius: 7px !important
}

.product-image,
.widget_layered_nav,
.widget_layered_nav .yith-wcan-select-wrapper,
.widget_layered_nav_filters,
.widget_price_filter,
.widget_product_categories,
.widget_rating_filter {
	border-radius: 7px
}

.featured-box,
.featured-box .box-content,
.testimonial blockquote {
	border-radius: 8px
}

#bbpress-forums #bbp-single-user-details #bbp-user-avatar img.avatar,
#buddypress div#item-header img.avatar {
	border-radius: 16px
}

.shop_table.cart-table .product-thumbnail>div,
.wishlist_table td.product-thumbnail>div {
	width: 80px
}

@media (max-width: 767px) {

	.shop_table.cart-table .product-thumbnail>div,
	.wishlist_table td.product-thumbnail>div {
		margin: 0 auto
	}
}

.shop_table .product-thumbnail img {
	max-width: 80px;
	height: auto;
}

.price {
	line-height: 1;
	font-weight: 600;
	font-size: 2.5714em
}

.price,
td.order-total,
td.product-subtotal,
td.product-total,
tr.cart-subtotal {
	color: #333
}

.price .price,
td.order-total .price,
td.product-price .price,
td.product-subtotal .price,
td.product-total .price,
tr.cart-subtotal .price {
	font-size: 1em
}

.price .currency,
.price .decimal,
td.order-total .currency,
td.order-total .decimal,
td.product-price .currency,
td.product-price .decimal,
td.product-subtotal .currency,
td.product-subtotal .decimal,
td.product-total .currency,
td.product-total .decimal,
tr.cart-subtotal .currency,
tr.cart-subtotal .decimal {
	font-size: 0.75em;
	font-weight: 400
}

.price .currency .decimal,
td.order-total .currency .decimal,
td.product-price .currency .decimal,
td.product-subtotal .currency .decimal,
td.product-total .currency .decimal,
tr.cart-subtotal .currency .decimal {
	font-size: 1em
}

.price ins,
td.order-total ins,
td.product-price ins,
td.product-subtotal ins,
td.product-total ins,
tr.cart-subtotal ins {
	display: inline-block;
	text-decoration: none;
	vertical-align: baseline
}

.price .from,
.price del,
td.order-total .from,
td.order-total del,
td.product-price .from,
td.product-price del,
td.product-subtotal .from,
td.product-subtotal del,
td.product-total .from,
td.product-total del,
tr.cart-subtotal .from,
tr.cart-subtotal del {
	display: inline-block;
	color: #a7a7a7;
	font-size: 0.8em;
	margin-right: 0.2143em;
	vertical-align: baseline
}

div.quantity {
	display: inline-flex;
	position: relative;
	text-align: left;
	vertical-align: middle
}

div.quantity.hidden {
	display: none !important
}

div.quantity .qty {
	-moz-appearance: textfield;
	text-align: center;
	width: 2.5em;
	height: 36px;
	padding-left: 0;
	padding-right: 0;
	background: none;
	border-color: #ccc
}

div.quantity .minus,
div.quantity .plus {
	position: relative;
	width: 2em;
	height: 36px;
	line-height: 1;
	border: 1px solid #ccc;
	padding: 0;
	outline: none;
	text-indent: -9999px;
	background: none;
	color: #333
}

div.quantity .minus:hover,
div.quantity .plus:hover {
	color: #000
}

div.quantity .minus:before,
div.quantity .plus:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 9px;
	border-top: 1px solid;
	margin-top: -0.5px;
	margin-left: -4.5px
}

div.quantity .plus {
	left: -1px
}

div.quantity .plus:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	height: 9px;
	border-left: 1px solid;
	margin-top: -4.5px;
	margin-left: -0.5px
}

div.quantity .minus {
	left: 1px
}

.quantity .qty {
	text-align: center;
}

.product-image {
	display: block;
	position: relative;
	border: none;
	width: 100%;
	padding: 0
}

.order-again .button,
.wc-action-btn.button,
.wc-action-btn.button:disabled,
.wishlist_table .add-links .quickview,
.wishlist_table .add-links .yith-compare {
	background: #f4f4f4;
	color: #222529;
	border: none;
}

.shop_table.cart-table .actions button {
	padding: 12px 24px;
}

.order-again .button:hover,
.wc-action-btn.button:hover {
	background: #f1f1f1;
}

input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="time"],
input[type="week"],
textarea,
.form-control,
select,
.porto-wpforms-inline .wpforms-field-large {
	background-color: #fff;
	color: #777;
	border-color: rgba(0, 0, 0, 0.08);
}

.input-text {
	padding: 11px 12px;
}

.shop_table.cart-table a.remove,
.widget_shopping_cart .product-image .remove-product,
.wishlist-popup .remove_from_wishlist,
.wishlist_table.traditional .remove_from_wishlist:not(.button) {
	padding: 0;
	position: absolute;
	top: 6px;
	right: 2px;
	text-align: center;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 11px;
	background-color: #fff;
	color: #222529;
	border-radius: 50%;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.4);
	z-index: 3;
}

.shop_table.cart-table a.remove.remove-product,
.woocommerce #content table.shop_table.wishlist_table.cart a.remove {
	top: -10px;
	right: -10px;
	color: #212529;
}

.shop_table.cart-table a.remove.remove-product:hover,
.woocommerce #content table.shop_table.wishlist_table.cart a.remove:hover {
	top: -10px;
	right: -10px;
	color: #3098a0;
}

.shop_table.cart-table a.remove:before,
.widget_shopping_cart .product-image .remove-product:before,
.wishlist-popup .remove_from_wishlist:before,
.wishlist_table.traditional .remove_from_wishlist:not(.button):before {
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.student-widget h3 {
	margin-bottom: 13px;

	font-weight: 500;
	letter-spacing: -0.01em;
	line-height: 32px;
}

.text-md {
	font-size: 1.5rem !important;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.checkout-order-review .featured-boxes {
	padding: 22px 32px;
}



.student-widget .amount {
	font-size: 1rem;
	font-weight: 600;
}





.student-widget .order-total .woocommerce-Price-currencySymbol {
	font-size: 1rem;
	font-weight: 600;
}

.student-widget h4 {
	letter-spacing: -0.01em;
	font-size: 1rem;
	font-weight: 600;
}

.px-2 {
	padding-right: 0.5rem !important;
	padding-left: 0.5rem !important;
}

.checkout-order-review tr td:last-child,
.order_details tr td:last-child {
	text-align: right;
}

.payment_methods li {
	padding-bottom: 10px;
	line-height: 24px;
	list-style: none;	
	width: 50%;
	float: left;
}
.payment_methods:after{
content: ' '; clear: both; display: block;
}

.payment_method_stripe .porto-radio {
	margin-bottom: 30px;
}

.payment_methods {
	margin: 15px 0 0 10px;
	padding: 0;
	list-style: none;
}

.wc-stripe-elements-field,
.wc-stripe-iban-element-field {
	border: 1px solid #ddd;
	margin: 5px 0;
	padding: 5px;
	background-color: #fff;
	outline: 0;
}

ul.products {
	margin-left: calc(var(--porto-el-spacing, var(--porto-grid-gutter-width)) / -2);
	margin-right: calc(var(--porto-el-spacing, var(--porto-grid-gutter-width)) / -2);
	list-style: none;
	padding: 0;
}

ul.products:not(.owl-carousel) {
	display: flex;
	flex-wrap: wrap
}

ul.products li.product-col {
	padding: 0 calc(var(--porto-el-spacing, var(--porto-grid-gutter-width)) / 2);
	margin-bottom: var(--porto-el-spacing, var(--porto-grid-gutter-width));
	position: relative;
	flex: 0 0 auto;
	width: 100%;
	max-width: 100%
}

ul.products .product-content {
	padding-bottom: 1px
}

ul.products .product-image {
	margin-bottom: 1rem;
	min-height: 90px
}

ul.products .product-image .img-effect img {
	position: relative;
	opacity: 1
}

ul.products .product-image .img-effect .hover-image {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	opacity: 0
}

ul.products .product-image:hover .img-effect img {
	opacity: 0
}

ul.products .product-image:hover .img-effect .hover-image {
	opacity: 1
}

ul.products h3 {
	font-size: 0.9375rem;
	font-weight: 300;
	line-height: 1.35;
	margin-bottom: 0.45rem
}

ul.products .product-loop-title:hover h3 {
	color: inherit
}

ul.products .rating-wrap {
	margin: 0 0 0.625rem;
	position: relative;
	display: table
}

ul.products .rating-wrap .rating-content {
	display: table-cell
}

ul.products .description {
	margin-top: 1.5em
}

ul.products .prices {
	display: block;
	font-size: 1.125rem;
	margin-bottom: 1rem
}

ul.products .add-links {
	display: inline-block;
	position: relative;
	margin-bottom: 1.0714em
}

ul.products .add-links .tooltip-inner {
	white-space: nowrap
}

ul.products .add-links .added_to_cart {
	display: none
}

ul.products .add-links .yith-wcwl-add-to-wishlist a.button:before {
	display: block !important
}

ul.products .add-links .yith-wcwl-add-to-wishlist>div {
	left: 0;
	transition: 0.25s
}

ul.products .add-links .quickview {
	right: 0
}

ul.products .add-links .quickview,
ul.products .add-links .yith-wcwl-add-to-wishlist>div {
	position: absolute;
	top: 0;
	opacity: 0;
	visibility: hidden;
	z-index: 3
}

ul.products .add-links div.quantity {
	margin-bottom: 5px
}

ul.products .links-on-image {
	height: 0
}

ul.products .links-on-image .add-links-wrap {
	display: none;
	height: 0
}

ul.products .links-on-image .add-links {
	position: static
}

ul.products .variations .label,
ul.products .variations .reset_variations {
	display: none !important
}

ul.products .variations td {
	padding: 0 0 5px
}

ul.products .variations tr {
	border-bottom: none
}

ul.products .variations .filter-item-list {
	display: flex;
	margin-top: -4px;
	margin-bottom: 5px
}

ul.products .variations {
	width: 100%
}

ul.products.sfn-cart-addons li.product {
	width: 29.4117647059%;
	float: left;
	margin-right: 5.8823529412%
}

@media (max-width: 768px) {
	ul.products.sfn-cart-addons li.product {
		width: 100%;
		float: none;
		margin-right: 0
	}
}

ul.products.sfn-cart-addons li.product {
	width: 250px;
	margin-right: 60px;
}

.products.gap-narrow li.product-col h3 {
	font-size: 0.8125rem
}

.products.gap-narrow li.product-col .prices {
	font-size: 0.9375rem
}

@media (min-width: 767px) {
	.products.gap-narrow {
		margin-left: calc(var(--porto-column-spacing) * -0.5);
		margin-right: calc(var(--porto-column-spacing) * -0.5)
	}

	.products.gap-narrow li.product-col {
		padding: 0 calc(var(--porto-column-spacing) / 2)
	}

	.products.gap-narrow li.product-col h3 {
		font-size: 0.8125rem
	}

	.products.gap-narrow li.product-col .price {
		font-size: 0.9375rem
	}
}

li.product:hover {
	background: #fff;
	color: #333;
}

li.product:hover .add-links .quickview,
li.product:hover .add-links .yith-compare,
li.product:hover .add-links .yith-wcwl-add-to-wishlist>div {
	opacity: 1;
	visibility: visible
}

li.product:hover .add-links .quickview {
	opacity: 0.85
}

li.product:hover .links-on-image .add-links-wrap {
	display: block
}

li.product:hover .product-image {
	box-shadow: 0 25px 35px -5px rgba(0, 0, 0, 0.1)
}

li.product:hover .product-image .viewcart.added {
	display: block;
	opacity: 1
}

li.product .add-links .quickview:hover {
	opacity: 1
}

li.product-default:hover .add-links .yith-wcwl-add-to-wishlist>div {
	left: -40px
}

li.product-default:hover .add-links .quickview {
	right: -40px
}

li.product-default:hover .add-links.no-effect .add_to_cart_button,
li.product-default:hover .add-links.no-effect .add_to_cart_read_more {
	text-indent: 0;
	width: auto;
	padding: 0 0.7143em
}

li.product-default:hover .add-links.no-effect .add_to_cart_button:before,
li.product-default:hover .add-links.no-effect .add_to_cart_read_more:before {
	position: static;
	font-size: 1em;
	margin-right: 0.5714em
}

.add-links .add_to_cart_button,
.add-links .add_to_cart_read_more,
.add-links .yith-compare {
	padding: 0.625rem;
	font-size: 0.75rem;
	font-weight: 600;
	text-transform: uppercase;
	z-index: 1;
	white-space: nowrap;
	border: 1px solid #ccc;
	display: inline-block;
	cursor: pointer;
}

.add-links .add_to_cart_button:hover,
.add-links .add_to_cart_read_more:hover,
.add-links .yith-compare:hover {
	border-color: #3098a0;
	background: #3098a0;
}

.add-links .add_to_cart_button:before,
.add-links .add_to_cart_read_more:before,
.add-links .yith-compare:before {
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 5px;
	position: relative;
	float: left
}

.add-links .yith-compare:before {
	content: "";
	font-family: "porto"
}

.add-links .yith-compare.added:before {
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	line-height: 36px
}

.cart-popup .button.checkout,
.wishlist_table .add_to_cart.button,
html .btn-v-dark {
	background: #222529;
	color: #fff;
	border: none;
}

.news_top {
	background: url(../../images/11062b_d4618f15554946d6aaa923c252aa282d~mv2.webp);
}

.news_list {
	background: #fff;
	padding: 10px;
	box-shadow: 0 0 8px #ccc;
	margin: 20px;
}

.news_list img {
	width: 100%;
}

.news_list h1 {
	font-size: 2rem;
	margin: 0;
}

.news_list .news_list_content {
	height: 150px;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 1.4rem;
}

.news_list a {
	color: #0077c8;
}

.news_detail {
	max-width: 800px;
	margin: 20px auto;
}

.news_detail h1 {
	color: rgb(85, 85, 85);
}

.news_detail_page a {
	color: #0077c8;
}


.numCount {
	text-align: center;
}

.numCount li {
	list-style: none;
	width: 20%;
	margin: 1.5%;
	padding: 15px;
	text-align: center;
	display: inline-block;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0 0 5px #ccc;
}

.numCount .indc {
	font-size: 24px;
}

.numCount .numU {
	font-size: 36px;
}

.unitC {
	font-size: 0.9rem;
	color: #999;
}

.index_section {
	 min-height: calc(100vh - 100px); 
	width: 100%;
	position: relative;
}
.text-left{text-align: left;}
.slider_new {
	margin-top: 100px;
}
@media (max-width: 1440px) {
	.index_section {
		min-height: calc(100vh - 80px); 
	   width: 100%;
	   position: relative;
   }
   .slider_new {
	   margin-top: 80px;
   }
}
@media (max-width: 1280px) {
	.index_section {
		min-height: calc(100vh - 60px); 
	   width: 100%;
	   position: relative;
   }
   .slider_new {
	   margin-top: 60px;
   }
}
@media (max-width: 1080px) {
	.index_section {
		min-height: calc(100vh - 60px); 
	
   }
	.slider_new {
		margin-top: 60px;
	}
}
@media (max-width: 768px) {
	.index_section {
		min-height: calc(100vh - 60px); 

   }

}
@media (max-width: 600px) {
	.index_section.students_new ,.index_section.numCount_new {
		min-height: auto; 
		margin-top: 30px;
	
   }

}

.active>h1,
.active>p,
.active>.btn {
	animation: appearAndGrow 1s ease-out forwards;
}

.padding_50 {
	padding: 50px 0;
}
.padding_100 {
	padding: 100px 0;
}
@media (max-width: 1080px) {
	.padding_100 {
		padding:25px 0;
	}
}
@media (max-width: 768px) {
	.padding_100 {
		padding:40px 0;
	}
}

.valign-middle {
	display: flex;
	flex-direction: column;
	/* 指定主轴为垂直方向 */
	justify-content: center;
	/* 在主轴上垂直居中 */
}

.height-p-50 {
	height: calc(100vh - 100px);
	/* height: 60vh; */
}
@media (max-width: 1440px) {
	.height-p-50 {
		height: calc(100vh - 80px);
	}
}
@media (max-width: 768px) {
.height-p-50 {
	height: auto;
	/* height: 60vh; */
}
}
@media (max-width: 768px) {
	.height-p-50 {
		height:auto;
		/* height: 60vh; */
	}
}


@keyframes appearAndGrow {
	0% {
		transform: translateX(-100%) scale(0.5);
		/* 初始状态，元素在视口左侧外部，且缩小 */
		opacity: 0;
		
		/* 初始时不可见 */
	}

	10% {
		transform: translateX(0) scale(0.5);
		/* 元素移动到视口左侧边缘，但仍然缩小 */
		opacity: 1;
		
		/* 开始变得可见 */
	}

	100% {
		transform: translateX(0) scale(1);
		/* 元素在视口内，且放大到正常大小 */
		opacity: 1;
		/* 保持可见 */
	}
}
@media (min-width:768px) {
.right-animation,.left-animation {
	opacity: 0;
}

.animation .left-animation {
	animation: elasticEnter 1s ease-out forwards;
}

.animation .right-animation {
	animation: elasticEnter_r 1s ease-out forwards;
}
@keyframes elasticEnter {
	0% {
		transform: translateX(-100%) scaleX(1);
		opacity: 0;
	}




	100% {
		transform: translateX(0) scaleX(1);
		opacity: 1;
		/* 最终位置 */
	}
}

@keyframes elasticEnter_r {
	0% {
		transform: translateX(100%) scaleX(1);
	 opacity: 0.5;
	}

	

	100% {
		transform: translateX(0) scaleX(1);
		opacity: 1;
		/* 最终位置 */
	}
}

@keyframes slideDown {
	0% {
		transform: translateY(-100%) scale(0.5);
		/* 初始状态，元素在视口左侧外部，且缩小 */
		opacity: 0;
		/* 初始时不可见 */
	}

	10% {
		transform: translateY(0) scale(0.5);
		/* 元素移动到视口左侧边缘，但仍然缩小 */
		opacity: 1;
		/* 开始变得可见 */
	}

	100% {
		transform: translateY(0) scale(1);
		/* 元素在视口内，且放大到正常大小 */
		opacity: 1;
		/* 保持可见 */
	}
}
}
@keyframes slideUp {
	0% {
		transform: translateY(100%) scale(0.5);
		/* 初始状态，元素在视口左侧外部，且缩小 */
		opacity: 0;
		/* 初始时不可见 */
	}

	10% {
		transform: translateY(0) scale(0.5);
		/* 元素移动到视口左侧边缘，但仍然缩小 */
		opacity: 1;
		/* 开始变得可见 */
	}

	100% {
		transform: translateY(0) scale(1);
		/* 元素在视口内，且放大到正常大小 */
		opacity: 1;
		/* 保持可见 */
	}
}

.service_new .container,
.about_new .container,
.review_new .container {
	max-width: 1080px !important;
}

.service_new {
	background-color: #0077c8;
	z-index: 1;
}

.service_bg1 {
	height: 322px;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;

	background-color: #fedb00;
	position: absolute;
	z-index: -1;
}

.service_imglist {
	margin-top: 0;
	transform: scale(1);
    transition: transform 0.5s ease-in-out;
}
.service_imglist:hover {

	transform: scale(1.1);
  
}

.service_new.animation {
	animation: slideUp 1s ease-out forwards;
}

 .row div:nth-child(2n) .service_imglist {
	margin-top: 80px;
}
/*
.service_new.animation .row div:nth-child(2n) .service_imglist {
	animation: slideDown 2s ease-out forwards;
} */

.service_textlist {
	border-radius: 20px !important;
	padding: 30px 20px 24px;
	background: #fff;
	margin: 30px 0;
}
/* .service_new.animation .service_textlist{
	animation: slideUp 1s ease-out forwards;
}
.service_new.animation .row div:nth-child(2n) .service_textlist {
	animation: slideDown 2s ease-out forwards;
} */
.icon-box {
	height: 88px;
	width: 88px;
	background-image: none;
	box-shadow: 7px -7px 0px 0 rgba(245, 214, 84, 0.4);
	margin: 20px auto;
	background-color: #fedb00;
	border-radius: 50%;
}

.icon-box svg {
	color: #fff !important;
	fill: #ffffff;
}

.service_tl_content {
	padding: 10px;
}

.service_textlist h5 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	margin: 20px 2px 10px;
}
.service_textlist {
	
	transform: scale(1);
    transition: transform 0.5s ease-in-out;
}
.service_textlist:hover {
	
	transform: scale(1.1);

}
.service_textlist p {
	color: #555c66 !important;
}

body {
	--theme-sheet-width-lgx: 1680px;
	--theme-sheet-width-xxl: 1140px;
	--theme-sheet-width-lg: 940px;
	--theme-sheet-width-md: 720px;
	--theme-sheet-width-sm: 540px;
	--theme-sheet-width-xs: 340px;
}

/* @media (min-width: 1400px) {
			.container {
			  width: var(--theme-sheet-width-xxl) !important;
			}
		  }@media (min-width: 1880px) {
			.container {
			  width: var(--theme-sheet-width-lgx) !important;
			}
		  }
		  @media (min-width: 1200px) {
			.container {
			  width: var(--theme-sheet-width-xl) !important;
			}
		  }
		  @media (min-width: 1200px) and (max-width: 1399px) {
			.container {
			  width: var(--theme-sheet-width-xl) !important;
			}
		  }
		  @media (min-width: 992px) and (max-width: 1199px) {
			.container {
			  width: var(--theme-sheet-width-lg) !important;
			}
		  }
		  @media (min-width: 768px) and (max-width: 991px) {
			.container {
			  width: var(--theme-sheet-width-md) !important;
			}
		  }
		  @media (min-width: 576px) and (max-width: 767px) {
			.container {
			  width: var(--theme-sheet-width-sm) !important;
			}
		  }
		  @media (max-width: 575px) {
			.container {
			  width: var(--theme-sheet-width-xs) !important;
			}
		  } */
@keyframes grows {
	0% {

		opacity: 0;
		/* 可选，如果需要在开始时隐藏元素 */
	}

	100% {

		opacity: 1;
		/* 可选，如果开始时设置了opacity为0 */
	}
}

.animation {
	animation-name: grow;
	/* 应用上面定义的动画 */
	animation-duration: 2s;
	/* 动画持续时间 */
	animation-timing-function: ease-out;
	/* 动画的速度曲线 */
}

.works_new .u-text-1 {
	margin: 60px auto 0;
}

.u-text-1 {
	line-height: 1.1;
	font-size: 3.5rem;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: 600;
	list-icon-spacing: 0.3;
	list-icon-size: 0.8;
}
@media (max-width: 1680px) {
	.u-text-1 {
	
		font-size: 3rem;

	}
}
@media (max-width: 1440px) {
	.u-text-1 {
	
		font-size: 3rem;

	}
}
@media (max-width: 1080px) {
	.u-text-1 {
	
		font-size: 2.8rem;

	}
}
@media (max-width: 768px) {
	.u-text-1 {
	
		font-size: 2.5rem;

	}
}
@media (max-width: 400px) {
	.u-text-1 {
	
		font-size: 2.1rem;

	}
}
.works_new .u-image-1 {

	object-position: 50% 8.8%;
	margin: 51px auto 0 0;
	border-radius: 20px;
}

.works_new .u-icon-1 .u-svg-link {
	fill: #fedb00;
}

.works_new .u-icon-1 {
	height: 64px;
	width: 64px;
	margin: 0 auto 0 0;
	display: inline-block;
}

.works_new ul {
	list-style: none;
}

.works_new ul li {
	padding: 40px 20px;
}

.works_new .u-text-2 {
	font-style: italic;
	margin: -64px 0 0 98px;
	line-height: 2rem;
}

.about_new .bg1 {
	display: block;
	width: 50%;
	z-index: -1;
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
	background-color: #0077c8;
}

.about_new .bg2 {
	display: block;
	width: 50%;
	z-index: -1;
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #e5e5e5;
}

.about_new .about_image1 {
	width: 90%;
}

.about_new .about_image1 img {
	border-radius: 20px;
	margin-top: 100px;
}

.about_new .about_content_abloute {
	min-height: 45vh;
	background-color: #fedb00;
	position: relative;
	padding: 50px;
	width: 50%;
	margin-top: -125px;
	margin-bottom: 50px;
	margin-left: 80px;
}

.about_new .about_image2 {
	width: 30%;
	margin-left: 55%;
	margin-top: -6%;
	position: absolute;
	right: 0;
	bottom: -50px;
}

.about_new.animation .about_image1 {
	animation: slideUp 1s ease-out forwards;
}

.about_new.animation .about_content_abloute {
	animation: slidedown 2s ease-out forwards;
}

.about_new.animation .about_image2 {
	animation: slideUp 2s ease-out forwards;
}

.about_new .about_content_abloute .u-text-1 {
	line-height: 1.2;
	font-size: 2.25rem;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: 700;
	list-icon-spacing: 0.3;
	list-icon-size: 0.8;
}

.about_new .about_content_abloute .u-text-2 {
	font-weight: 300;
	line-height: 1.6;
	font-size: 1rem;
	margin-top: 20px;
	margin-bottom: 20px;
}

.about_revile {
	position: relative;
	height: calc(100vh - 100px);
}

.u-radius-50 {
	border-radius: 50px;
}

.study_new {
	margin-top: 0;
	height: 420px !important;
	min-height: 30vh !important;
	padding: 80px;
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
	background-position: 50% 50%;
	color: #fff !important;
}

.study_new .u-text-1 {
	font-size: 3.5rem;
	color: #fff;
}
.study_new .u-text-2 {
	font-size: 1.625rem;
	color: #fff;
	margin-bottom: 25px;
}

.study_new_bg {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;

	overflow: hidden;
	top: 0;
	left: 0;
	text-align: center;
	overflow: hidden;
}

.study_new_bg img {
	transform: scale(1.1);
	transition: transform 0.5s ease-in-out;
	width: 100%;
}

.study_new:hover .study_new_bg img {
	transform: scale(1.2);
}

.review_new.animation .row div:first-child {
	animation: appearAndGrow 0.5s ease-out forwards;
}

.review_new.animation .row div:nth-child(1) {
	animation: appearAndGrow 1.5s ease-out forwards;
}

.review_new.animation .row div:nth-child(2) {
	animation: appearAndGrow 2s ease-out forwards;
}

.review_box {
	background-color: #f2f2f2;
	padding: 35px;
	border-radius: 20px;
	line-height: 1.8rem;
	margin-top: 50px;
}

.review_new .u-text-1 {
	margin-top: 80px;
}

.review_new .u-text-2 {
	line-height: 2;
	font-size: 1.25rem;
	margin: 20px 0;
	color: #999999 !important;
}

.review_bg {
	height: 45vh;
	background-color: #fedb00;
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: -1;
	left: 0;
}
 .contact-section{/*padding: 100px;*/} 
 .contact-boxs {
	display: flex;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	min-height: calc(100vh - 160px);
	/* align-content: center;
    align-items: center; */
	flex-wrap: wrap;
    /* align-content: center; */
    box-sizing: border-box;
}

.contact-box {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
   
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));
	padding:15px 30px;
	border-radius: 20px;
	box-shadow: 0 0 10px #333;
	background: linear-gradient(to right, #179df6, #0354da);
	position: relative;

}
.contact-box:before {content: ''; clear: both; display: block;background-image: url(../../images/pricing.png);
	background-position: right bottom;position: absolute;width: 100%; height: 100%;    background-repeat: no-repeat;
    opacity: 0.6;}
	.contact-box form {position: relative; z-index: 2;}
.contact-box:after {content: ''; clear: both; display: block;}
.contact-section .form-group{color: #fff;font-size: 1.225rem;}
.contact-section input{height: 50px;}
.contact-section .btn{font-size: 1.225rem; width: 100%;height: 65px;}
.contact-section textarea{height: calc(100vh - 220px - 550px); min-height: 120px; max-height: 320px;line-height: 40px;}

@media (max-width: 1500px) {

.contact-box form {position: relative; z-index: 2;}
	.contact-box:after {content: ''; clear: both; display: block;}
	.contact-section .form-group{color: #fff;font-size: 1.125rem;}
	.contact-section input{height:50px;}
	.contact-section .btn{font-size: 1.125rem; width: 100%;height: 45px;}
	.contact-section textarea{height: calc(100vh - 220px - 460px); }
	.contact-box:before {
		content: '';
		clear: both;
		display: block;
		background-image: url(../../images/pricing.png);
		background-size: auto 100%;
		background-position: right bottom;
		position: absolute;
		width: 80%;
		height: 80%;
		background-repeat: no-repeat;
		opacity: 0.6;
		right: 0;
		bottom: 0;
	}
}
.contact-section input,.contact-section textarea{ border-radius: 8px; border:1px solid #fff; box-shadow: 0 0 5px #fff inset; padding-left: 20px; background: rgba(255, 255, 255,0.8); color: #303030;}
.contact-section textarea{padding-top: 15px;padding-bottom: 15px; line-height: 30px;}
.contact-section input::-placeholder,.contact-section textarea::-placeholder {  
	color:rgba(0, 0, 0, 0.5);
	opacity: 1; 
  }  

  .contact-section input::-moz-placeholder ,.contact-section textarea::-moz-placeholder{  
	color:rgba(0, 0, 0, 0.5);
	opacity: 1;  
  }  
  .contact-section input::-webkit-input-placeholder,  .contact-section textarea::-webkit-input-placeholder {  
	color:rgba(0, 0, 0, 0.5);
	opacity: 1;  
  }  
  .imgvalidate{height: 60px;
    width: 150px;
    padding: 3px;
    border: 1px solid #fff;
    border-radius: 10px;}
  .owl-dots{position: absolute; bottom: 0; left: 0; width: 100%; text-align: center;}
  .numCount_new{min-height: auto;height:auto; background-image: url(../../images/tolal.png);  background-size: cover; /* 覆盖整个div */  
	background-position: center; /* 图片居中 */  
	background-repeat: no-repeat; /* 不重复 */  
	padding-bottom: 30px;
	 }
  .numCX{font-size:7rem; font-weight: 700;padding: 30px; padding-top: 10px; display: block;line-height: 8rem;}
  .nunCount-img{background-image: url(../../images/tolal-img.png); background-size: auto 180px; background-position: center; background-repeat: no-repeat;height: 190px;}
  .nunCount-img:after{content:' ';height: 190px; display: block;}
  @media (max-width: 1680px) {
	.numCX{font-size: 6rem; font-weight: 600;padding: 20px; display: block;line-height: 8rem;}
	.nunCount-img{background-image: url(../../images/tolal-img.png); background-size: auto 120px; background-position: center; background-repeat: no-repeat;height: 80px;}
  .nunCount-img:after{content:' ';height: 80px; display: block;}
  }
  @media (max-width: 1440px) {
	.numCount_new{min-height: auto;height:auto;}
	.imgvalidate{height: 60px;width: 100px;}
  }
  @media (max-width: 1080px) {
	.numCount_new{min-height: auto;height:auto;}

  }
  @media (max-width: 768px) {
	.numCount_new{min-height: auto;height:auto;}
	.nunCount-img{background-image: url(../../images/tolal-img-small.png); background-size: auto 120px; background-position: center; background-repeat: no-repeat;height: 80px;}
	.nunCount-img:after{content:' ';height: 80px; display: block;}
	.numCX{font-size: 3rem; font-weight: 600;padding: 10px; display: block;line-height: 4rem;}
  }
  @media (max-width: 400px) {
	.numCount_new{min-height: auto;height:auto;}
	.nunCount-img{background-image: url(../../images/tolal-img-small.png); background-size: auto 120px; background-position: center; background-repeat: no-repeat;height: 80px;}
	.nunCount-img:after{content:' ';height: 80px; display: block;}
	.numCX{font-size: 3rem; font-weight: 500;padding: 10px; display: block;line-height: 4rem;}
  }

  .margin-top-o{margin-top: 0;}

  .mail-box{box-shadow: 0 0 8px #333; background: #fff;border-radius: 20px;  max-width: 800px; margin: 5% auto; margin-top: 0;}
  .mail-head{background: linear-gradient(to right, #0077c8, #3a3985);border-radius: 20px 20px 0 0;padding: 20px; position: relative; }
  .mail-head *{color: #fff;}
  .mail-head h1 b{font-weight: 300;}
  .mail-head:before {
    content: '';
    clear: both;
    display: block;
    background-image: url(../../images/pricing.png);
    background-position: right bottom;
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
	background-size: auto 100%;
    opacity: 0.5;
	bottom: 0;
	right: 0;
}
.mail-img{background: linear-gradient(to bottom, #fedb00, #fedb00);padding: 20px ; border-radius: 0 100px 100px 100px;width: 150px;height: 150px; margin: 20px auto;}
.mail-content .form-control{border-radius: 0;border-color:transparent; border-bottom: 3px solid #000; padding-left: 50px;}
.mail-content input:focus{border-color:transparent !important; border-bottom: 3px solid #fedb00 !important;}
.mail-content{padding:30px 50px}
.mail-input{position: relative;}
.mail-input i{position: absolute; left: 0; top:0; width: 45px;height: 45px;line-height: 45px; font-size: 2.4rem; color: #777;}
.mail-content .btn{padding: 12px 15px; font-size: 1rem; min-width: 180px;}
.margin-r-10{margin-right: 10px !important;}

.cat-list{
	display: block;
	padding: 15px 15px;
	font-size: 1.225rem;
	border-radius: 8px;
	color: #fff;
	background: linear-gradient(to right, #179df6, #0354da);}
	.cat-list:hover {
		color: #000;
		background: linear-gradient(to right, #facc24, #fff7db);
}
.cat-list:hover input{
border: 1px solid #000;
}
.cat-list:after{content:' '; clear: both; display: block;}

.content-word p{line-height: 2rem;}
.product-quantity input{width: 40px;}
.product-Coupon{text-align: left !important;}
.product-Coupon input{height: 35px; width: calc(100% - 120px);}
.product-Coupon .btn-small{height: 35px;    font-size: 0.8rem;
    height: 35px;
    float: right;
    width: 110px; min-width: auto;}
.diy-boxs{border-radius: 8px; padding: 8px; }

.diy-boxs{border-left: 2px solid #0077c8;
    font-size: 1.625rem;
    border-radius: 8px;
    color: #fff;
	position: relative;
    background: linear-gradient(to right, #179df6, #0354da); padding: 8px; padding-bottom: 25px; border-radius: 8px;color: #fff;}
	.form-group .diy-boxs label.error {
		position: absolute;
    bottom: 0;
    margin-bottom: 5px;
    left: 0;
    color: #fff;
	text-align: center;
	}
	.form-group .diy-boxs .error {background-image: none;}
	@media (max-width: 767.98px) {.diy-boxs{margin-bottom: 5px; }}
.diy-boxs:after{content:' '; clear: both; display: block;} 
.diy-boxs>div{font-size: 1rem;}
.diy-name{height: 50px;
    padding: 0 10px;
    border-radius: 30px;padding-left:20px ;}



canvas{
	display:block;
	vertical-align:bottom;
  }
  
  
  /* ---- stats.js ---- */
  
  .count-particles{
	background: #000022;
	position: absolute;
	top: 48px;
	left: 0;
	width: 80px;
	color: #13E8E9;
	font-size: .8em;
	text-align: left;
	text-indent: 4px;
	line-height: 14px;
	padding-bottom: 2px;
	/* font-family: Helvetica, Arial, sans-serif; */
	font-weight: bold;
  }
  
  .js-count-particles{
	font-size: 1.1em;
  }
  
  #stats,
  .count-particles{
	-webkit-user-select: none;
	margin-top: 5px;
	margin-left: 5px;
  }
  
  #stats{
	border-radius: 3px 3px 0 0;
	overflow: hidden;
  }
  
  .count-particles{
	border-radius: 0 0 3px 3px;
  }
  
  
  /* ---- particles.js container ---- */
  
  #particles-js{
	width: 100%;
	height: 100%;
	background-color: transparent;
	background-image: url('');
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
  }
  #imgdiv img{padding: 5px;border:1px solid #ccc;}
#imgdiv img{width: 80px; height: 80px; max-width: 80px;}
#imgdiv .btn-primary{clear: both; display: block;border-radius: 0; margin-bottom: 0; padding: 5px;}
.leave-total{background: #f1f1f1; padding: 5px 10px; width: calc(100% - 25px);margin-bottom: 8px;}
.card-tab{margin-bottom: -2px; position: relative;z-index: 1;}
.card-tab:after{content:' '; clear: both; display: block;}
.card-tab ul{margin: 0px; padding: 0 .25rem; list-style: none;}
.card-tab li{display: block; float: left;}
.card-tab a{ background: #fff; display: block; font-size: 1.225rem; color: #000; border-radius: 10px 10px  0 0 ; padding:15px  20px; border: 1px solid #e9ecef; border-bottom: 0;}
.card-tab a:hover{background: #fedb00; color: #000;}
.card-tab a.active{ background: #0077c8; color: #fff; border: 1px solid rgba(0, 0, 0, .125); border-bottom: 0;}
.form-group ,.form-check{position: relative;}
.form-group .error{ border: 1px solid #CC454E; box-shadow: 0 0 5px #CC454E inset; background-image: url(../alert/themes/default/img/error.png); background-repeat: no-repeat; background-size: 18px 18px; background-position: 2px center;}
.form-group .diy-name.error{ border: 1px solid #CC454E;background-image: url(../alert/themes/default/img/error.png); background-repeat: no-repeat; background-size: 16px 16px; background-position: 2px center;}
.form-check .error{ border: 1px solid #CC454E;}
.form-group .error{background-position: 2px 15px;}
.form-group label.error,.form-check label.error{color: #CC454E;box-shadow: 0 0 0 #fff;  border: 1px solid transparent; background:transparent; font-size: 0.825rem; }

.animation-box{position: relative; width: 100%;transform: scale(0.7);}
@media (max-width: 1680px) {
	.animation-box{position: relative; width: 100%;transform: scale(0.7);}
}
@media (max-width: 1180px) {
	.animation-box{position: relative; width: 100%;transform: scale(0.5);}
}
#level{
	width:100%;
	height:1px;
	position:absolute;
	top:50%;
}
#content{
	text-align:center;

}
#gears{
	width:478px;
	height:655px;
	position:relative;
	display:inline-block;
	vertical-align:middle;
}
#gears-static{
	background:url(../../images/FgFnjks.png) no-repeat -363px -903px;
	width:329px;
	height:602px;
	position:absolute;
	bottom:5px;
	right:0px;
	opacity:0.6;
}
#title{
	vertical-align:middle;
	color:#9EB7B5;
	width:43%;
	display:inline-block;
}
#title h1{
	/* font-family: 'PTSansNarrowBold', sans-serif; */
	font-size:3.6em;
	text-shadow:rgba(0, 0, 0, 0.36) 7px 7px 10px;
}
#title p{
	/* font-family: sans-serif; */
	font-size:1.2em;
	line-height:148%;
	text-shadow:rgba(0, 0, 0, 0.36) 1px 1px 0px;
}

.shadow{
	-webkit-box-shadow: 4px 7px 25px 10px rgba(43, 36, 0, 0.36);
	-moz-box-shadow: 4px 7px 25px 10px rgba(43, 36, 0, 0.36);
	box-shadow: 4px 7px 25px 10px rgba(43, 36, 0, 0.36);
}

/*gear-system-1*/
#gear15{
	background: url(../../images/FgFnjks.png) no-repeat 0 -993px;
	width: 321px;
	height: 321px;
	position:absolute;
	left:45px;
	top:179px;

	-webkit-animation: rotate-back 24000ms linear infinite;
	-moz-animation: rotate-back 24000ms linear infinite;
	-ms-animation: rotate-back 24000ms linear infinite;
	animation: rotate-back 24000ms linear infinite;
}
#shadow15{
	width:306px;
	height:306px;
	-webkit-border-radius:153px;
	-moz-border-radius:153px;
	border-radius:153px;
	position:absolute;
	left:52px;
	top:186px;
}
#gear14{
	background: url(../../images/FgFnjks.png) no-repeat 0 -856px;
	width: 87px;
	height: 87px;
	position:absolute;
	left:162px;
	top:296px;
}
#shadow14{
	width:70px;
	height:70px;
	-webkit-border-radius:35px;
	-moz-border-radius:35px;
	border-radius:35px;
	position:absolute;
	left:171px;
	top:304px;
}
#gear13{
	background: url(../../images/FgFnjks.png) no-repeat 0 -744px;
	width: 62px;
	height: 62px;
	position:absolute;
	left:174px;
	top:309px;

	-webkit-animation: rotate 8000ms linear infinite;
	-moz-animation: rotate 8000ms linear infinite;
	-ms-animation: rotate 8000ms linear infinite;
	animation: rotate 8000ms linear infinite;
}
#shadow13{
	width:36px;
	height:36px;
	-webkit-border-radius:18px;
	-moz-border-radius:18px;
	border-radius:18px;
	position:absolute;
	left:187px;
	top:322px;
}

/*gear-system-2*/
#gear10{
	background: url(../../images/FgFnjks.png) no-repeat 0 -184px;
	width: 122px;
	height: 122px;
	position:absolute;
	left:175px;
	top:0;

	-webkit-animation: rotate-back 8000ms linear infinite;
	-moz-animation: rotate-back 8000ms linear infinite;
	-ms-animation: rotate-back 8000ms linear infinite;
	animation: rotate-back 8000ms linear infinite;
}
#shadow10{
	width:86px;
	height:86px;
	-webkit-border-radius:43px;
	-moz-border-radius:43px;
	border-radius:43px;
	position:absolute;
	left:193px;
	top:18px;
}
#gear3{
	background: url(../../images/FgFnjks.png) no-repeat 0 -1493px;
	width: 85px;
	height: 84px;
	position:absolute;
	left:194px;
	top:19px;

	-webkit-animation: rotate 10000ms linear infinite;
	-moz-animation: rotate 10000ms linear infinite;
	-ms-animation: rotate 10000ms linear infinite;
	animation: rotate 10000ms linear infinite;
}
#shadow3{
	width:60px;
	height:60px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px;
	position:absolute;
	left:206px;
	top:31px;
}

/*gear-system-3*/
#gear9{
	background: url(../../images/FgFnjks.png) no-repeat -371px -280px;
	width: 234px;
	height: 234px;
	position:absolute;
	left:197px;
	top:96px;

	-webkit-animation: rotate 12000ms linear infinite;
	-moz-animation: rotate 12000ms linear infinite;
	-ms-animation: rotate 12000ms linear infinite;
	animation: rotate 12000ms linear infinite;
}
#shadow9{
	width:200px;
	height:200px;
	-webkit-border-radius:100px;
	-moz-border-radius:100px;
	border-radius:100px;
	position:absolute;
	left:214px;
	top:113px;
}
#gear7{
	background: url(../../images/FgFnjks.png) no-repeat -371px 0;
	width: 108px;
	height: 108px;
	position:absolute;
	left:260px;
	top:159px;

	-webkit-animation: rotate-back 10000ms linear infinite;
	-moz-animation: rotate-back 10000ms linear infinite;
	-ms-animation: rotate-back 10000ms linear infinite;
	animation: rotate-back 10000ms linear infinite;
}
#shadow7{
	width:76px;
	height:76px;
	-webkit-border-radius:38px;
	-moz-border-radius: 38px;
	border-radius: 38px;
	position:absolute;
	left:276px;
	top:175px;
}

/*gear-system-4*/
#gear6{
	background: url(../../images/FgFnjks.png) no-repeat 0 -1931px;
	width: 134px;
	height: 134px;
	position:absolute;
	left:305px;
	bottom:212px;

	-webkit-animation: rotate-back 10000ms linear infinite;
	-moz-animation: rotate-back 10000ms linear infinite;
	-ms-animation: rotate-back 10000ms linear infinite;
	animation: rotate-back 10000ms linear infinite;
}
#shadow6{
	width:98px;
	height:98px;
	-webkit-border-radius:49px;
	-moz-border-radius: 49px;
	border-radius: 49px;
	position:absolute;
	left:323px;
	bottom:230px;
}
#gear4{
	background: url(../../images/FgFnjks.png) no-repeat 0 -1627px;
	width: 69px;
	height: 69px;
	position:absolute;
	left:337px;
	bottom:245px;

	-webkit-animation: rotate-back 10000ms linear infinite;
	-moz-animation: rotate-back 10000ms linear infinite;
	-ms-animation: rotate-back 10000ms linear infinite;
	animation: rotate-back 10000ms linear infinite;
}

/*gear-system-5*/
#gear12{
	background: url(../../images/FgFnjks.png) no-repeat 0 -530px;
	width: 164px;
	height: 164px;
	position:absolute;
	left:208px;
	bottom:85px;

	-webkit-animation: rotate 8000ms linear infinite;
	-moz-animation: rotate 8000ms linear infinite;
	-ms-animation: rotate 8000ms linear infinite;
	animation: rotate 8000ms linear infinite;
}
#shadow12{
	width:124px;
	height:124px;
	-webkit-border-radius:62px;
	-moz-border-radius:62px;
	border-radius:62px;
	position:absolute;
	left:225px;
	bottom:107px;
}
#gear11{
	background: url(../../images/FgFnjks.png) no-repeat 0 -356px;
	width: 125px;
	height: 124px;
	position:absolute;
	left:228px;
	bottom:105px;

	-webkit-animation: rotate-back 10000ms linear infinite;
	-moz-animation: rotate-back 10000ms linear infinite;
	-ms-animation: rotate-back 10000ms linear infinite;
	animation: rotate-back 10000ms linear infinite;
}
#shadow11{
	width:88px;
	height:88px;
	-webkit-border-radius:44px;
	-moz-border-radius:44px;
	border-radius:44px;
	position:absolute;
	left:247px;
	bottom:123px;
}
#gear8{
	background: url(../../images/FgFnjks.png) no-repeat -371px -158px;
	width: 72px;
	height: 72px;
	position:absolute;
	left:254px;
	bottom:131px;

	-webkit-animation: rotate 6000ms linear infinite;
	-moz-animation: rotate 6000ms linear infinite;
	-ms-animation: rotate 6000ms linear infinite;
	animation: rotate 6000ms linear infinite;
}
#shadow8{
	width:42px;
	height:42px;
	-webkit-border-radius:21px;
	-moz-border-radius: 21px;
	border-radius: 21px;
	position:absolute;
	left:269px;
	bottom:146px;
}

/*gear1*/
#gear1{
	background: url(../../images/FgFnjks.png) no-repeat 0 0;
	width: 135px;
	height: 134px;
	position:absolute;
	left:83px;
	bottom:111px;

	-webkit-animation: rotate-back 10000ms linear infinite;
	-moz-animation: rotate-back 10000ms linear infinite;
	-ms-animation: rotate-back 10000ms linear infinite;
	animation: rotate-back 10000ms linear infinite;
}
#shadow1{
	width:96px;
	height:96px;
	-webkit-border-radius:48px;
	-moz-border-radius:48px;
	border-radius:48px;
	position:absolute;
	left:103px;
	bottom:130px;
}

/*gear-system-6*/
#gear5{
	background: url(../../images/FgFnjks.png) no-repeat 0 -1746px;
	width: 134px;
	height: 135px;
	position:absolute;
	left:22px;
	top:108px;

	-webkit-animation: rotate 10000ms linear infinite alternate;
	-moz-animation: rotate 10000ms linear infinite alternate;
	-ms-animation: rotate 10000ms linear infinite alternate;
	animation: rotate 10000ms linear infinite alternate;
}
#shadow5{
	width:96px;
	height:96px;
	-webkit-border-radius:48px;
	-moz-border-radius:48px;
	border-radius:48px;
	position:absolute;
	left:41px;
	top:127px;
}
#gear2{
	background: url(../../images/FgFnjks.png) no-repeat 0 -1364px;
	width: 80px;
	height: 79px;
	position:absolute;
	left:49px;
	top:136px;

	-webkit-animation: rotate-back 10000ms linear infinite alternate;
	-moz-animation: rotate-back 10000ms linear infinite alternate;
	-ms-animation: rotate-back 10000ms linear infinite alternate;
	animation: rotate-back 10000ms linear infinite alternate;
}

/*weight*/
#weight{
	background: url(../../images/sign_logo.png) no-repeat ;
	background-size: 100% 100%;
	width: 92px;
	height: 92px;
	position:absolute;
	left:-25px;
	bottom:0;
border-radius: 100px;
	-webkit-animation: up 10000ms linear infinite alternate;
	-moz-animation: up 10000ms linear infinite alternate;
	-ms-animation: up 10000ms linear infinite alternate;
	animation: up 10000ms linear infinite alternate;
}
#shadowweight{
	width:10px;
	height:80px;
	position:absolute;
	left:12px;
	bottom:0px;

	-webkit-animation: up 10000ms linear infinite alternate;
	-moz-animation: up 10000ms linear infinite alternate;
	-ms-animation: up 10000ms linear infinite alternate;
	animation: up 10000ms linear infinite alternate;
}

/*chain*/
#chain-circle{
	background: url(../../images/FgFnjks.png) no-repeat -371px -706px;
	width:146px;
	height:147px;
	position:absolute;
	left:17px;
	top:102px;

	-webkit-animation: rotate 10000ms linear infinite alternate;
	-moz-animation: rotate 10000ms linear infinite alternate;
	-ms-animation: rotate 10000ms linear infinite alternate;
	animation: rotate 10000ms linear infinite alternate;
}
#chain{
	width:1px;
	height:380px;
	border-left:2px dotted #C8D94A;
	position:absolute;
	left:17px;
	top:175px;
	opacity:0.7;

	-webkit-animation: collapse 10000ms linear infinite alternate;
	-moz-animation: collapse 10000ms linear infinite alternate;
	-ms-animation: collapse 10000ms linear infinite alternate;
	animation: collapse 10000ms linear infinite alternate;
}

/*ANIMATIONS*/
/*rotate*/
@keyframes "rotate" {
 from {
    -webkit-transform: rotate(0deg);
   	-moz-transform: rotate(0deg);
   	-o-transform: rotate(0deg);
   	-ms-transform: rotate(0deg);
   	transform: rotate(0deg);
 }
 to {
    -webkit-transform: rotate(360deg);
   	-moz-transform: rotate(360deg);
   	-o-transform: rotate(360deg);
   	-ms-transform: rotate(360deg);
   	transform: rotate(360deg);
 }
}

@-moz-keyframes rotate {
 from {
   -moz-transform: rotate(0deg);
   transform: rotate(0deg);
 }
 to {
   -moz-transform: rotate(360deg);
   transform: rotate(360deg);
 }
}

@-webkit-keyframes "rotate" {
 from {
   -webkit-transform: rotate(0deg);
   transform: rotate(0deg);
 }
 to {
   -webkit-transform: rotate(360deg);
   transform: rotate(360deg);
 }
}

@-ms-keyframes "rotate" {
 from {
   -ms-transform: rotate(0deg);
   transform: rotate(0deg);
 }
 to {
   -ms-transform: rotate(360deg);
   transform: rotate(360deg);
 }
}

@-o-keyframes "rotate" {
 from {
   -o-transform: rotate(0deg);
   transform: rotate(0deg);
 }
 to {
   -o-transform: rotate(360deg);
   transform: rotate(360deg);
 }
}
/*rotate-back*/
@keyframes "rotate-back" {
 from {
    -webkit-transform: rotate(0deg);
   	-moz-transform: rotate(0deg);
   	-o-transform: rotate(0deg);
   	-ms-transform: rotate(0deg);
   	transform: rotate(0deg);
 }
 to {
    -webkit-transform: rotate(-360deg);
   	-moz-transform: rotate(-360deg);
   	-o-transform: rotate(-360deg);
   	-ms-transform: rotate(-360deg);
   	transform: rotate(-360deg);
 }
}

@-moz-keyframes rotate-back {
 from {
   -moz-transform: rotate(0deg);
   transform: rotate(0deg);
 }
 to {
   -moz-transform: rotate(-360deg);
   transform: rotate(-360deg);
 }
}

@-webkit-keyframes "rotate-back" {
 from {
   -webkit-transform: rotate(0deg);
   transform: rotate(0deg);
 }
 to {
   -webkit-transform: rotate(-360deg);
   transform: rotate(-360deg);
 }
}

@-ms-keyframes "rotate-back" {
 from {
   -ms-transform: rotate(0deg);
   transform: rotate(0deg);
 }
 to {
   -ms-transform: rotate(-360deg);
   transform: rotate(-360deg);
 }
}

@-o-keyframes "rotate-back" {
 from {
   -o-transform: rotate(0deg);
   transform: rotate(0deg);
 }
 to {
   -o-transform: rotate(-360deg);
   transform: rotate(-360deg);
 }
}
/*weight up*/
@keyframes "up" {
 from {
    bottom: 0px;
 }
 to {
    bottom: 340px;
 }
}

@-moz-keyframes up {
 from {
   bottom: 0px;
 }
 to {
   bottom: 340px;
 }
}

@-webkit-keyframes "up" {
 from {
   bottom: 0px;
 }
 to {
   bottom: 340px;
 }
}

@-ms-keyframes "up" {
 from {
   bottom: 0px;
 }
 to {
   bottom: 340px;
 }
}

@-o-keyframes "up" {
 from {
   bottom: 0px;
 }
 to {
   bottom: 340px;
 }
}
/*chain up and down*/
@keyframes "collapse" {
 from {
    height: 387px;
 }
 to {
    height: 48px;
 }
}

@-moz-keyframes collapse {
 from {
   height: 387px;
 }
 to {
   height: 48px;
 }
}

@-webkit-keyframes "collapse" {
 from {
   height: 387px;
 }
 to {
   height: 48px;
 }
}

@-ms-keyframes "collapse" {
 from {
   height: 387px;
 }
 to {
   height: 48px;
 }
}

@-o-keyframes "collapse" {
 from {
   height: 387px;
 }
 to {
   height: 48px;
 }
}

b, strong {
    font-weight: 800;
}
.review-tipsx{padding: 10px 0; line-height: 15px;font-size: 18px;     font-weight: 400;}
.review-tipsx span{border-radius: 3px;width: 25px; height: 15px; margin-right: 5px; margin-left: 10px; display: inline-block;}
.news-letter{position: relative;}
.tm-button{    background: transparent;
    color: #fff;
    position: absolute;
    right: 5px;
    bottom: 5px;
    border: 0;
    font-size: 1.825rem;}
	.woocommerce-terms-and-conditions-wrapper.fixed{position: fixed; top: 0; left: 0; width: 100%; height: 100%;    background: rgba(0, 0, 0, 0.2);z-index: 99999;}

	.fixed .woocommerce-privacy-policy-text{padding: 15px; margin: 5% auto; max-width:600px; width: 100%; background: #fff; border-radius: 8px;}
		.woocommerce-head{font-size: 1.325rem; font-weight: 600;margin-bottom: 10px;border-bottom: 1px solid #ccc; display: none;padding-bottom: 15px;}
		.woocommerce-stitle{display: none;}
		.fixed .woocommerce-head,.fixed .woocommerce-stitle{display: block;}
		.woocommerce-terms-and-conditions{width: 100%; height: 320px; overflow-y: auto; display: none; border: 1px solid #ccc; padding: 8px;}
		.fixed .woocommerce-terms-and-conditions{ display: block;}
		.woocommerce-terms-and-conditions-wrapper .btn{display: none;}
		.woocommerce-terms-and-conditions-wrapper.fixed .btn{display: inline-block;}
		.table-border{border-left: 1px #ccc solid;border-top: 1px #ccc solid;}
		.table-border th ,.table-border td{border-right: 1px #ccc solid;border-bottom: 1px #ccc solid;}
		.chart_cons{position: relative;background-color: #fff; }
		.chart_con{position: absolute; left: 0; top: 0;z-index: 1; background-color: #fff; width: 100%;}
		.echarts-select {
		
			font-size: 12px;
		
			font-weight: normal;
		}
		.echarts-btn{width: 80px; display: inline-block; text-align: left; cursor: pointer;}
		.echarts-btn span{float: left;filter: grayscale(100%);}
		.echarts-btn:hover span{float: left;filter: grayscale(0%);}
		.echarts-btn.echarts-btn-active span{filter: grayscale(0%);}
		#smartAlertBox{transform: scale(1.5);}
    @media (max-width: 767.98px) {
         #smartAlertBox{transform: scale(1);}
    }
	.order-big-tips{font-weight: 500; font-size: 1.125rem;}
	.woocommerce-terms-and-conditions-checkbox-text{    display: block;
		width: calc(100% - 30px);
		float: right; margin-bottom: 8px;}
	.free_tips_box{padding:8px;font-size: 1.225rem; line-height: 1.8rem; border-left:6px solid #0077c8; background: rgba(0, 0, 0, .025); color: rgba(0, 0, 0, .75);}
	.free_tips_box p{margin-bottom: 0;}
	.qb-ntab{margin: 15px 0;border-bottom: 1px solid #ccc;}
	.qb-ntab:after{content:' '; clear: both; display: block;}
	.qb-ntab ul{padding: 0; list-style: none;}
	.qb-ntab li{display:block; float: left;min-width: 20%;}
	.qb-ntab li a{border-radius: 8px 8px 0 0 ; padding:12px ; font-size: 1rem;    font-weight: 400;border: 1px solid #ccc; border-bottom: 0; background-color: #f2f2f2; display: block; text-align: center;}
	.qb-ntab li a:hover{background-color: #fff;}
	.qb-ntab li a.active{background-color: #fff;}
	.category-box{background: #f1f1f1; padding-bottom: 15px; margin-bottom: 0; padding-top: 12px;}
	.category-box .cat-count{background: #fff; clear: both; padding: 8px;}
	.category-box .cat-count dl,.category-box .cat-count dd{margin: 0; }
	.category-box .category-title{background-color: #fff; clear: both; float: left;padding: 8px 25px; border-radius: 5px 5px 0 0 ;}

	.Qusetion-list ul{list-style: none;padding: 0; margin: 0;}
	.Qusetion-list ul:after{content:' '; clear: both; display: block;}
	.Qusetion-list li{width: calc(32% - 2px); margin-right: 2%; float: left;border-right: 1px solid #ccc;}
	.Qusetion-list ul li:nth-child(3){border-right: 0px solid #ccc; margin-right: 0;}
	.Qusetion-list li a{width: 100%; height: 35px; border-radius: 5px; font-weight: 400; box-shadow: 0 0 3px #333;color: #fff; line-height: 35px; text-align: center;    background: linear-gradient(to bottom, #179df6, #0354da);display: block;}
	.Qusetion-list li a:hover{ background: linear-gradient(to bottom, #0354da, #179df6);}
	.Qusetion-list li .nwes-category-list.token a{ background: linear-gradient(to bottom, #facc24, #fff7db); color: #000;}
	.Qusetion-list li .nwes-category-list.token a:hover{ background: linear-gradient(to bottom, #fff7db, #facc24);}
	.Qusetion-list li .nwes-category-title{float: left;width: 80px; font-weight: 400;line-height: 35px;padding: 5px; text-align: center;}
	.Qusetion-list li .nwes-category-list{width: calc((100% - 80px) / 5); float: left;padding: 5px;}
	.Qusetion-list li:after{content:' '; clear: both; display: block;}
	.PMingLiU{font-family:'Times New Roman'; font-weight: 800;}
	.course-name{overflow-wrap: break-word; overflow-wrap: anywhere;}
	@media (max-width: 767.98px) {
		.Qusetion-list li{width:100%; margin-right: 0%; float: left;border-right: 0 solid #ccc;}
		.qb-ntab li{display:block; float: left; width: 100%;}
	.qb-ntab li a{border-radius: 8px ;text-align:center; border-bottom: 1px solid #ccc; background-color: #f2f2f2; display: block;}
	}
	.hidden {
		display: none !important;
	  }
	  
	  .hidden-2 {
		opacity: 0;
		pointer-events: none;
		-webkit-transform: scale(0.92);
				transform: scale(0.92);
		-webkit-transform-origin: left center;
				transform-origin: left center;
	  }
	  
	  #date-picker-section {
		padding-top: 80px;
		padding-bottom: 80px;
		min-height: 80vh;
	  }
	  
	  #date-picker-container {
		margin: 0 auto;
		padding: 40px;
		background: white;
		max-width: 500px;
		box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.2), 30px 30px 50px 0 rgba(0, 0, 0, 0.06);
	  }
	  
	  #date-picker-title {

		margin-bottom: 25px;
	  }
	  
	  #date-picker-dates {
		background: #F5F5F5;
		padding: 10px;
		margin-bottom: 30px;
		-webkit-user-select: none;
		   -moz-user-select: none;
			-ms-user-select: none;
				user-select: none;
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
	  }
	  
	  .date-picker-date {
		position: relative;
		display: inline-block;
		background: white;
		padding: 10px 15px;
		padding-right: 50px;
		margin: 10px;
		cursor: pointer;
		box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15), 3px 3px 5px 0 rgba(0, 0, 0, 0.06);
		transition: none;
	  }
	  .date-picker-date:hover, .date-picker-date.active {
		box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2), 3px 3px 5px 0 rgba(0, 0, 0, 0.15);
	  }
	  .date-picker-date.active {
		font-weight: bold;
	  }
	  .date-picker-date:after {
		position: absolute;
		display: block;
		height: 24px;
		width: 24px;
		top: 10px;
		right: 10px;
		content: "";
		background: url("https://image.freepik.com/free-icon/calendar-icon-in-black_318-9776.jpg");
		background-repeat: no-repeat;
		background-size: 24px;
	  }
	  
	  #date-picker-display-container {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	  }
	  
	  .date-picker-display-pair {
		margin: 10px;
	  }
	  
	  .date-picker-display {
	
		font-size: 40px;
	  }
	  
	  .date-picker-display-label {
		text-align: center;
		font-size: 0.8rem;
		position: relative;
		top: -8px;
		text-transform: uppercase;
	  }
	  
	  #date-picker-modal {
		width: 310px;
		box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.3), 30px 30px 40px 0 rgba(0, 0, 0, 0.2);
		padding: 15px;
		position: absolute;
		overflow: hidden;
		-webkit-user-select: none;
		   -moz-user-select: none;
			-ms-user-select: none;
				user-select: none;
		transition: -webkit-transform 0.1s;
		transition: transform 0.1s;
		transition: transform 0.1s, -webkit-transform 0.1s;
		background: white;
	  }
	  #date-picker-modal:before {
		position: absolute;
		display: block;
		top: 0;
		left: -5px;
		right: -5px;
		height: 96px;
		background: #1ae094;
		content: '';
	  }
	  
	  #date-picker-top-bar {
		position: relative;
		color: #666;
		background: white;
		width: 195px;
		margin: 0 auto;
		margin-bottom: 3px;
		padding: 5px 0;
		display: flex;
		flex-direction: row;
		justify-content: center;
	  }
	  
	  .date-picker-change-month {
		font-size: 23px;
		line-height: 23px;
		padding: 0 10px;
		padding-bottom: 4px;
		cursor: pointer;
		position: absolute;
		top: 4px;
	  }
	  .date-picker-change-month:hover {
		background: #F5F5F5;
	  }
	  
	  #date-picker-previous-month {
		left: 5px;
	  }
	  
	  #date-picker-next-month {
		right: 5px;
	  }
	  
	  #date-picker-month {
		margin: 0 20px;
	  }
	  
	  #date-picker-exit {
		position: absolute;
		top: 15px;
		right: 17px;
		padding: 0 10px;
		font-size: 23px;
		cursor: pointer;
		color: white;
	  }
	  #date-picker-exit:hover {
		background: rgba(255, 255, 255, 0.3);
	  }
	  
	  #date-picker {
		width: 280px;
		table-layout: fixed;
		position: relative;
	  }
	  #date-picker th, #date-picker td {
		text-align: center;
	  }
	  #date-picker th {
		cursor: default;
		border-radius: 0;
		height: 50px;
		border-color: #1ae094;
	  }
	  #date-picker td {
		cursor: pointer;
		color: #666;
		border-radius: 50%;
		height: 38px;
	  }
	  #date-picker td:hover {
		background: #eee;
	  }
	  #date-picker td.active {
		background: #1ae094;
		color: white;
	  }
	  #date-picker td.previous-month, #date-picker td.next-month {
		color: #bbb;
	  }
	  
	  #date-picker-weekdays {
		color: white;
	  }
	  .order-success-box{border-radius: 10px; box-shadow: 0 0 5px #ccc;padding: 15px; background-color: #fff; max-width: 600px; margin: auto;}
	  .order-success-box p a{ color: #0354da; text-decoration: underline;}
	  .order-success-box p{font-size: 1.225rem; line-height: 1.5rem;}
	  .order-success-box .btn{font-size: 1.225rem; }
	  .order-success-box h3{margin-bottom: 20px;}
	  .btn-pricing-go{    min-width: 170px; padding: 13px 15px; color: #fff !important; margin-top: 20px; font-size: 1.225rem; float: right;}
	  .pull-right .btn-pricing-go{     margin-top: 0; }
		.news-0212-tips{    margin: 0 0 0 25px;
			display: flex !important;
			line-height: 2rem;
			flex-direction: row;
			align-content: flex-end;
			align-items: flex-end;
			flex-wrap: wrap;
			margin-bottom: 7px;
		margin-top: -76px;
	float: right;}
		.news-0212-tips p{    margin: 0; }
		@media (max-width: 767.98px) {
			.btn-pricing-go{ float:none;}
			.news-0212-tips{    
			margin: 0;float: none;}
		}
		.manage-charts{width: 100%; min-height: calc(100vh - 200px);}
		@media (max-width: 1700px) {
			.manage-charts{min-height: calc(100vh - 100px)}
		}
	.review-minheight{min-height: 460px;}
	.min-height80{min-height: 80px;}
.section-header.sticky {
	

z-index: 998;
border-radius: 8px;
background: #fff;
box-shadow: 0 0 8px #ccc;
padding-bottom: 8px;
opacity: 0; /* 初始透明度为0 */
animation: slideDown 1s forwards ease-out; /* 应用动画 */
}

@keyframes slideDown {
0% {
	position: fixed;
	top: 0px;
	opacity: 0; /* 起始透明度 */
}
100% {
	position: fixed;
	top: 105px; /* 目标位置，根据需要调整 */
	opacity: 1; /* 目标透明度 */
}
}

