



/*-----------------
	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');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700;800;900&display=swap');

html {
    height: 100%;
}
body {
	background-color: #fff;
	color: #22100D;
    font-family: 'Inter', sans-serif;
	font-size: 16px;
    height: 100%;
	overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
	color: #22100D;
	font-weight: 500;
}
a {
    color: #22100D;
    text-decoration: none;
}
a:hover {
	color: #F66962;
}
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;
}
input[type=text],
input[type=password] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.btn.focus, .btn:focus {
	box-shadow: inherit;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
.form-group {
    margin-bottom: 1rem;
}
.form-control {
    border-color: #dce0eb;
    color: #26292c;
	font-size: 15px;
    min-height: 42px;
	padding: 6px 15px;
}
.table .form-control {
	font-size: 14px;
	min-height: 38px;
}
.form-control::-webkit-input-placeholder {
	color: #6e82a3;
	font-size: 14px;
}
.form-control::-moz-placeholder {
	color: #6e82a3;
	font-size: 14px;
}
.form-control:-ms-input-placeholder {
	color: #6e82a3;
	font-size: 14px;
}
.form-control::-ms-input-placeholder {
	color: #6e82a3;
	font-size: 14px;
}
.form-control::placeholder {
	color: #6e82a3;
	font-size: 14px;
}

/*-----------------
	Aos Animation
-----------------------*/

@-webkit-keyframes up-down {
	0% {
	  transform: translateY(10px);
	}
  
	100% {
	  transform: translateY(-10px);
	}
  }
  
  @keyframes up-down {
	0% {
	  transform: translateY(10px);
	}
  
	100% {
	  transform: translateY(-10px);
	}
  }
  
/*-----------------
	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 #ccc;
	color: #26292c;
}
.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: #ffbc34 !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: #F66962 !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: #FFD600 !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 {
	background-color: #FF875A;
	border: 1px solid #FF875A;
}
.bg-blue {
	background: #392C7D;
}
.bg-yellow {
	background: #FFB500;
}
.bg-green {
	background: #21B477;
}
.bg-light-green {
	background: #6CC04A;
}
.bg-orange {
	background: #FF602E;
}
.text-green {	
	color: #21B477;
}
.text-blue {	
	color: #392C7D;
}
.text-orange {	
	color: #FF602E;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
	background-color: #fc7f50;
	border: 1px solid #fc7f50;
}
.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: #fc7f50;
	border: 1px solid #fc7f50;
}
.btn-primary.active:not(:disabled):not(.disabled),
.btn-primary:active:not(:disabled):not(.disabled),
.show > .btn-primary.dropdown-toggle {
	background-color: #fc7f50;
	border-color: #fc7f50;
	color: #fff;
}
.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: #FF875A;
	border: 1px solid #FF875A;
}
.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: #ffbc34;
	border: 1px solid #ffbc34
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
	background-color: #e9ab2e;
	border: 1px solid #e9ab2e
}
.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: #e9ab2e;
	border: 1px solid #e9ab2e
}
.btn-warning.active:not(:disabled):not(.disabled),
.btn-warning:active:not(:disabled):not(.disabled),
.show > .btn-warning.dropdown-toggle {
	background-color: #e9ab2e;
	border-color: #e9ab2e;
	color: #fff;
}
.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: #ffbc34;
    border-color: #ffbc34;
    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: #ffbc34;
	border-color: #ffbc34;
}
.btn-outline-warning:hover {
	color: #212529;
	background-color: #ffbc34;
	border-color: #ffbc34;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
	box-shadow: none;
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
	background-color: transparent;
	color: #ffbc34;
}
.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: #ffbc34;
	border-color: #ffbc34;
}
.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;
}
.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;
	font-size: 14px;
    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: #f39c12 !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: 70px;
    padding: 0 20px;
    margin-bottom: 0;
    transition-duration: 0.4s;
    margin-top: 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;
}
.main-nav > li.active > a {
	color: #F66962;
}
.main-nav > li .submenu li a {
    display: block;
    padding: 10px 15px;
    clear: both;
    white-space: nowrap;
    font-size: 14px;
    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;
}
.main-nav > li .submenu li {
    position: relative;
}
.main-nav li a {
	display: block;
    font-size: 15px;
    font-weight: 500;
	color: #26292c;
}
.header-two .main-nav li a {
	color: #324FA2;
}
.header-two .main-nav li a {
	color: #324FA2;
}
.header-two .main-nav .has-submenu> a {
	position: relative;
}
.header-two .main-nav .has-submenu.menu-effect > a::after {
	content: "";
	height: 3px;
	width: 0px;
	background-color: #FF602E;
	position: absolute;
	bottom: 20px;
    left: 0;
	transition: all 0.5s;
	border-radius: 5px;
}
.header-two .main-nav .has-submenu.menu-effect:hover > a::after {
	width: 20px;
}
.header-two .main-nav .has-submenu.active > a::after {
	width: 20px;
}
.main-nav li.login-link {
	display: none;
}
.logo {
    display: inline-block;
    margin-right: 30px;
    width: 160px;
}
.header-navbar-rht {
    margin: 0;
	margin-left: 0;
	padding: 0;
}
.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: 20px;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	position: relative;
}
.header-navbar-rht li:last-child {
	padding-right:0px;
}
.header-navbar-rht > li > a {
	font-size: 16px;
	font-weight: 500;
	color: #26292c;
}
.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: #f6697b;
    border-color: #f6697b;
    color: #fff;
}
.header-navbar-rht li a.header-login {
    border-radius: 50px;
    text-align: center;
    font-size: 16px;
    color: #392C7D;
    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: #f6697b;
    border-color: #f6697b;
    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;
	font-size: 14px;
	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: #FF875A;
}
.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 {
	font-size: 15px;
    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;
    font-size: 14px;
	line-height: 70px;
	padding: 0 10px;
}
.header-fixed {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
	z-index: 999;
}
.header {
	background-color: #fff;
}
.users .dropdown-item i {
	color: #FF875A;
}
.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 {
	font-size: 14px;
	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;
	font-size: 14px;
	color: #1A1F36;
	margin-bottom: 15px;
}
.notifications .notification-message h6 span {
	font-weight: 500;
}
.notifications .notification-message p {
	font-weight: 500;
	font-size: 14px;
	color: #565758;
	margin-bottom: 0;
}
.notifications .notification-message .btn {
	font-weight: 500;
	font-size: 14px;
	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-size: 14px;
	font-weight: 500;
}
.topnav-dropdown-header .clear-noti {
	color: #1A1F36;
	float: right;
	font-size: 14px;
	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;	
	font-family: 'Poppins', sans-serif;
}
.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;
	font-size: 14px;
}
.wish-content h6 a:hover {
	color: #FF5364;
}
.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: #F66962;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 0;
}
.wish-content h5 span {
	color: #777777;
	font-size: 10px;
	font-weight: 400;
	margin-bottom: 0;
}
.wish-nav .remove-btn a {
	margin-top: 10px;
}
.remove-btn a {
	background: #FFFFFF;
	border: 1px solid #FF5364;
	padding: 5px 10px;
	border-radius: 0;
	font-weight: 500;
	font-size: 12px;
}
.remove-btn a:hover {
	background: #FF5364;
	color: #FFF;
}
.total-item {
	text-align: right;
}
.total-item h6 {
	font-size: 14px;
	color: #000000;
	margin-bottom: 10px;
}
.total-item h5 {
	font-size: 16px;
	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='%23ff5364'/%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;
}
.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: 18px;
}
.header-five .menu-close {
	color: #fff;
}
.bar-icon {
    display: inline-block;
    width: 31px;
}
.bar-icon span {
    background-color: #f66962;
    display: block;
    float: left;
    height: 3px;
    margin-bottom: 7px;
    width: 31px;
    border-radius: 2px;
}
.bar-icon span:nth-child(2) {
    width: 16px;
}
.bar-icon span:nth-child(3) {
    margin-bottom: 0;
}
#mobile_btn {
	display: none;
	margin-right: 30px;
}
html.menu-opened body {
    overflow: hidden;
}

/*-----------------
	5. Footer
-----------------------*/

.footer {
    background-color: #fff;
	position: relative;
}
.footer-top {
	padding-top: 60px;
	position: relative;
	z-index: 9;
	font-size: 14px;
}
.footer-top .footer-about-content {
	max-width: 315px;
}
.footer-bottom {
	position: relative;
	z-index: 9;
}
.footer-title {
    color: #0A142F;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 26px;
    text-transform: capitalize;
}
.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: #000000;
}
.footer-widget .footer-about-content p:last-child {
	margin-bottom: 0;
}
.footer-menu ul li {
    margin-bottom: 20px;
    position: relative;
}
.footer-menu ul li:last-child {
	margin-bottom: 0;
}
.footer-menu ul li a {
	color: #000;
	transition: all 0.4s ease 0s;
}
.footer-menu ul li a i {
	margin-right: 5px;
}
.footer-widget.footer-menu ul li a:hover {
	color: #F66962;
}
.footer-contact-info {
	color: #26292c;
	margin-top: 20px;
}
.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: 20px;
}
.footer-contact-info .footer-address p {
	margin-bottom: 0px;
}
.footer-contact-info p {
	color: #000;
}
.footer-contact-info p i {
	margin-right: 15px;
}
.footer-bottom .copyright {
    padding: 40px 0;
}
.footer-bottom {
	font-size: 14px;
}
.footer-bottom .copyright-text p {
	color: #000000;
	text-align: right;
}
.footer-bottom .copyright-text p a:hover {
	color: #F66962;
}
.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: #F66962;
}
.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;
}
.news-letter form {
	border-bottom: 1px solid #e9ecef;
}
.footer-menu-two .footer-title {
	color: #392C7D;
}
.footer-contact-two .footer-title {
	color: #392C7D;
}
.footer-menu-two {
	font-weight: 500;
	font-size: 15px;
	color: #4F4F4F;
}
.footer-two .footer-contact-widget p {
	font-weight: 500;
	color: #4F4F4F;
}
.footer-two .privacy-policy ul li a {
	color: #292929;
}
.footer-two .privacy-policy ul li a:hover {
	color: #FF602E;
}

/*-----------------
	6. Home
-----------------------*/

.home-slide {
	position: relative;
    background-image: url(../img/banner.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	min-height: 1000px;
}
.section-header.section-head-one .sub-title {
	color: #777777;
	font-size: 18px;
	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: 20px;
	margin-bottom: 25px;
}
.home-slide-text h1 {
	font-weight: 700;
    font-size: 48px;
    margin-bottom: 40px;
    line-height: 1.2;
    max-width: 500px;
}
.home-slide-text p {
    font-weight: 500;
    font-size: 18px;
    color: #685F78;
    margin-bottom: 48px;
}
.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-size: 14px;
    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: 20px;
    color: #685F78;
    font-weight: 500;
    margin: 30px 0px 10px;
}
.banner-content {
    margin-bottom: 25px;
}
.rate-head h2 {
	margin-right: 40px;
	color: #000000;
	font-size: 48px;
	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: 48px;
	font-weight: 700;
	margin-bottom: 0;
}
.banner-content .form-inner {
    padding: 12px;
    background-color: #fff;
    border-radius: 35px;
    width: 100%;
	border: 0;
	max-width: 740px;
}
.banner-content .input-group {
	background: #fff;
    border-radius: 130px;
	padding-left: 12px;
}
.banner-content .input-group .search-icon {
	display: flex;
	align-items: center;
	color: #F66962;
}
.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: 16px;
	margin-right: 10px;
}
.drop-detail .form-select { 
	border: 0;
	border-radius: 50px;
	background-color: #FFDEDA;
	font-size: 14px;
}
.drop-detail .form-select:focus {
	box-shadow: none;
}
.drop-detail {
    width: 174px;
	display: flex;
	margin: 0px 17px;
	border-radius: 50px !important;
	border: 0;
	height: 44px;
}
.banner-content .select2-container {
	border-radius: 50px;
    background-color: #FFDEDA;
	z-index: unset;
}
.banner-content .select2-container .select2-selection--single .select2-selection__rendered {
	font-size: 14px;
	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 #ffdeda;
}
.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 {
	font-size: 14px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #FFDEDA;
	color:  #22100D;
	font-size: 14px;
}
.banner-content .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: auto;
}
.banner-content .sub-btn {
	background: #f66962;
    border-radius: 50px !important;
    font-weight: bold;
    border: 1px solid #f66962;
    margin: 0px;
    font-size: 18px;
    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: #FFDEDA;
	margin: 0px 10px;
	font-size: 14px;
	color: #22100D;
}
.section-header {
    margin-bottom: 18px;
    position: relative;
	display: flex;
}
.section-sub-head h2 {
    font-size: 36px;
    margin-bottom: 0;
    font-weight: 700;
	color: #0B0B0B;
	letter-spacing: 0.9px;
}
.section-sub-head span {
    color: #F66962;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 18px;
    display: block;
    letter-spacing: 0.9px;
}
.section-text {
    max-width: 700px;
    color: #685F78;
    font-size: 16px;
    font-weight: 500;
}
.all-btn {
	margin-left: auto;
}
.all-category .btn-primary {
	color: #392C7D;
	border: 3px solid #B4A7F5;
	backdrop-filter: blur(151.39px);
	border-radius: 46.9159px;
	background: transparent;
	border-radius: 46.9159px;
	min-width: 150px;
	padding: 10px 15px;
	font-weight: 500;
}
.all-category .btn-primary:hover {
	background-color: #917cf6;
    border-color: #917cf6;
    color: #fff;
}
.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-inner-content {
    margin-left: 20px;
}
.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: 20px;
    font-weight: 600;
}
.course-inner-content h4 {
	margin-bottom: 8px;
	font-weight: 700;
	color: #000;
}
.course-inner-content p {
	color: #000000;
	font-size: 16px;
	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;
	font-size: 14px;
	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: 30px;
    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-size: 14px;
	font-weight: 700;
}
.feature-text {
	font-size: 18px;
	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: #FFDEDA;
	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: #F66962;
	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: #F66962;
}
.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: 18px;
	color: #000000;
	font-weight: 500;
	line-height: 1.3;
}
.product-content h3 a:hover {
	color: #F66962;
}
.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: 16px;
	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: #FF5364;
	font-size: 20px;
}
.course-share a:hover i {
	font-weight: 700;
}
.course-name h4 {
	font-size: 18px;
	margin-bottom: 5px;
	font-weight: 600;
}
.course-name p {
	margin-bottom: 0;
	font-size: 14px;
	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;
	font-size: 14px;
	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;
}
.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: 24px;
}
.price h3 span { 
	text-decoration: line-through;
	font-size: 14px;
	color: #777777;
}
.price h3 {
	font-size: 24px;
	color: #F66962;
	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;
    box-shadow: 0 5px 13px 6px rgb(212 211 254 / 23%);
    border-radius: 10px;
	margin-bottom: 24px;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}
.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-widget:hover .instructors-img img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transform: scale(1.15);
}
.instructors-content { 
	padding: 20px;
}
.instructors-content h5 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 0;
}
.instructors-content p {
	margin-bottom: 0;
	color: #685F78;
	font-size: 16px;
	margin: 16px 0px 18px;
}
.student-count i {
	display: flex;
	align-items: center;
	color: #FF5364;
	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: #392C7D;
	margin-right: 17px;
}
.student-count .orange {
	display: flex;
	align-items: center;
	color: #FF875A;
	margin-right: 17px;
}
.student-count span {
	color: #685F78;
	font-size: 14px;
}
.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: 36px;
	font-weight: 700;
	margin-bottom: 0px;
}
.join-mentor p {
	font-size: 18px;
	color: #685F78;
	margin: 30px 0px;
}
.course-list {
	padding: 0;
	margin-bottom: 35px;
}
.course-list li {
	list-style: none;
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 20px;
}
.course-list li i {
	color: #F66962;
	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: 18px;
}
.course-count h3 {
	font-weight: 700;
	font-size: 36px;
	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: #FFDEDA;
	padding: 30px;
	border-radius: 20px;
	color: #000000;
	position: relative;
}
.student-mentor h4 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 18px;
}
.top-instructors p {
	font-size: 18px;
	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: 18px;
	font-weight: 300;
}
.fount-about-img h3 {
	font-size: 24px;
	color: #201F2E;
	margin: 17px 0px 10px;
}
.testimonial-four .testimonial-two-head p {
    font-size: 20px;
    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: #f66962;
    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: #f66962;
}
.testimonial-four .slick-prev:before {
    font-family: "Font Awesome 5 Free";
    content:  "\f060";
	color: #392C7D;
	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: #392C7D;
	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: 24px;
	font-weight: 700;
	color: #201F2E;
}
.four-testimonial-founder span {
	font-size: 18px;
	color: #685F78;
}
.mentor-img img {
	position: absolute;
    bottom: 0;
    right: 0;
}

/*-----------------
	7. Home Two Main
-----------------------*/

.home-two .add-header-bg {
	box-shadow: 0px 4px 15px hsl(220deg 23% 97%);
    transition-duration: 0.4s;
    background: #fff;
    padding-top: 0;
    margin: 0;
}
.home-two .banner-content .input-group {
    background: #fff;
    padding-left: 0;
    align-items: center;
}
.home-two-slide {
    position: relative;
    background-image: url(../img/bg/home-main.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.home-two-slide .home-slide-face {
    padding: 230px 0 230px;
}
.home-two-slide .drop-detail {
    width: 170px;
    display: flex;
    margin: 0;
    border-radius: 50px !important;
    border: 0;
    height: 44px;
}
.home-two-slide .banner-content .form-inner {
    padding: 10px;
    background-color: #fff;
    border-radius: 35px;
    width: 100%;
    border: 0;
    max-width: 740px;
}
.home-two .banner-content .input-group>:not(:first-child) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 1px solid #F4F4F4;
}
.home-two .sub-btn {
    background: #FF602E;
    border-radius: 5px !important;
    width: 221px;
    padding: 15px;
}
.home-two .sub-btn:hover {
    background: #392C7D;
    border: 1px solid #392C7D;
    border-radius: 5px !important;
}
.home-two .banner-content .form-inner {
    background: #FFFFFF;
    border: 1px solid #7A9EDD;
    box-shadow: 0px 4px 34px rgb(196 196 196 / 25%);
    border-radius: 10px;
}
.home-two .home-slide-text h1 {
	color: #324FA2;
    max-width: 817px
}
.home-two .home-slide-text h5 {
    font-style: italic;
    font-weight: 600;
    color: #FF602E;
}
.home-two .trust-user-two p {
    color: #324FA2;
    font-weight: 500;
    font-size: 16px;
}
.trust-user-two .rating-two {
    color: #21B477;
	font-size: 15px;
	font-weight: 700;
}
.trust-user-two .rating-two i {
	font-size: 14px;
}
.home-two .banner-content .form-inner {
    max-width: 856px;
    width: 100%;
}
.home-two .banner-content .select2-container 
.select2-selection--single {
    border: 0;
    align-items: center;
    display: flex;
    background: #ffffff;
    height: 44px;
    border-right: 1px solid #f5f5f5;
    border-radius: 0;
}
.home-two .trust-user p {
    margin: 30px 0px 10px;
    font-weight: 500;
    font-size: 16px;
    color: #324FA2;
}
.home-two .shapes-one {
    position: absolute;
    right: -12rem;
    top: 0;
}
.home-two .shapes-two {
    position: absolute;
    right: 7rem;
    bottom: 0;
    top: 26rem;
    animation: up-down 3s ease-in-out infinite alternate-reverse both;
}
.home-two .shapes-four {
    position: absolute;
	width: 220px;
    left: -5rem;
    bottom: -1rem;
}
.home-two .shapes-middle {
    position: absolute;
    left: 50rem;
    top: 18rem;
    bottom: 0;
}
.about-section {
	padding: 60px 0 60px;
}
.home-two .trust-user .rating .filled {
    color: #21B477;
	font-size: 16px;
}
.home-two .trust-user .rating span {
    color: #21B477;
	font-size: 16px;
}
.text-navy {
	color: #324FA2 !important;
}
.login-head {
	border: 1px solid #392C7D;
    font-weight: 700 !important;
    color: #ffffff !important;
    background: #392C7D;
    border-radius: 5px;
    text-align: center;
    padding: 10px;
    min-width: 165px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-transform: initial;
    box-shadow: inset 0 0 0 0 #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.login-head:hover {
	background-color: #ffffff;
	border-color: #392C7D;
    color: #392C7D !important;
    box-shadow: inset 0 50px 0 0 #ffffff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.signin-head {
    border: 1px solid #FF602E;
    font-weight: 700 !important;
    color: #ffffff !important;
    background: #FF602E;
    border-radius: 5px;
    text-align: center;
    padding: 10px;
    min-width: 165px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-transform: initial;
    box-shadow: inset 0 0 0 0 #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.signin-head:hover {
	background-color: #ffffff;
	border-color: #FF602E;
    color: #FF602E !important;
    box-shadow: inset 0 50px 0 0 #ffffff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.discover-btn:hover {
    background-color: #ffffff;
	border-color: #392C7D;
    color: #392C7D !important;
    box-shadow: inset 0 50px 0 0 #ffffff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.about-section .tagline {
    font-style: italic;
    font-weight: 600;
    font-size: 20px;
    color: #FF602E;
}
.home-two .about-section li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0;
}
.home-two .about-section li .list-icon {
    text-transform: capitalize;
}
.home-two .about-section li .list-icon img {
    width: 20px;
    margin-right: 10px;
}
.discover-btn {
    font-size: 16px;
    display: inline-block;
    border: 1px solid #FF602E;
    font-weight: 700 !important;
    color: #ffffff !important;
    background: #FF602E;
    border-radius: 5px;
    text-align: center;
    padding: 12px 45px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-transform: initial;
    box-shadow: inset 0 0 0 0 #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.about-image.count-three h4 {
    color: #FFB500;
    margin-top: 20px;
}

.count-content-three p {
    color: #5C5C5C;
    font-weight: 500;
    font-size: 20px;
}
.count-content-three h4 {
    font-size: 28px;
    font-weight: 700;
}


}
.winning-two-three img {
    max-width: 636px;
}

}
.pattern-layer-three {
    position: absolute;
    left: -5rem;
    top: -5.2rem;
    z-index: -1;
}

.joing-icon-award .joing-icon-three {
    position: absolute;
    bottom: 50px;
    left: -40px;
}

.master-skills-sec .pattern-imgthree {
    background: #FF602E;
    border-radius: 10px;
    text-align: center;
    align-items: center;
    padding: 15px;
    display: inline-block;
    justify-content: center;
}
.master-skills-sec .pattern-icon-three {
    position: absolute;
    margin-top: -9rem;
    margin-left: -3rem;
}

.blog-img-three img {
    width: 100%;
    transform: translateZ(0);
    transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
}
.blog-img-three {
    position: relative;
    overflow: hidden;
}
.blog-img-three:hover img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transform: scale(1.15);
}
.latest-blog-img:before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.105) 0%, rgba(0, 0, 0, 0.7) 100%);
    content: "";
    position: absolute;
    border-radius: 5px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}
.latest-blog-content {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    padding: 20px 20px;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}
.blog-student-count {
    color: #ffffff;
}


/*-----------------
	8. Home Three Main
-----------------------*/

.header-nav-three {
	-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: 70px;
	padding: 0 20px;
	margin-bottom: 0;
	transition-duration: 0.4s;
}
.header-page .header-nav-three { 
	background-color: #FFF;
}
.header-three .main-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}
.header-three .main-nav > li.active > a {
	color: #7B1FFE;
    font-weight: 600;
}
.header-three .main-nav li .submenu a:hover {
    color: #7B1FFE;
    letter-spacing: 0.5px;
    padding-left: 20px;
}
.header-three .main-nav > li .submenu li a {
    display: block;
    padding: 10px 15px;
    clear: both;
    white-space: nowrap;
    font-size: 14px;
    color: #26292c;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
	width: 100%;
	border-top: 1px solid #f0f0f0;
}
.header-three .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;
}
.header-three .main-nav > li .submenu li {
    position: relative;
}
.header-three .main-nav li a {
	display: block;
    font-size: 15px;
    font-weight: 500;
	color: #585858;
}
.header-three .main-nav li a:hover {
	color: #7B1FFE;
}
.header-three .main-nav li.login-link {
	display: none;
}
/*-----------------
	8. Home Three
-----------------------*/

.home-three .header-navbar-rht > li {
    padding-right: 6px;
}
.home-three .banner-three-content .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    border: 0;
    background-image: url(../img/icon-three/building.svg);
    background-repeat: no-repeat;
    background-position: left 0 center;
    padding-left: 40px;
    align-items: stretch;
    width: 100%;
}
.home-three .bar-icon span {
    background-color: #7B1FFE;
}
.badge-green {
    background: #0DD3A3;
}
.badge-yellow {
    background: #FED700;
}
.text-green {
    color: #0DD3A3;
}
.text-yellow {
    color: #FED700;
}
.text-info {
    color: #1CBEEF;
}
.main-nav .has-submenu-three.active > a {
    color: #232158;
}







.home-three .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #7B1FFE;
    color: #ffffff;
    font-size: 14px;
}
.home-three .select2-dropdown {
    border: 1px solid #e5e5e5;
}
.home-three-slide-face {
    padding: 189px 0 189px;
}
.home-three-slide-text h1 {
    font-weight: 700;
    font-size: 36px;
	letter-spacing: 0.02em;
}
.home-three-slide-face h1 span {
    color: #7B1FFE;
}
.home-three .drop-detail-three {
    width: 164px;
    display: flex;
    margin: 0px 17px;
    border-radius: 50px !important;
    border: 0;
    height: 44px;
}
.home-three-slide-text h5 {
    background: #7B1FFE;
    border-radius: 30px;
    display: inline-flex;
    padding: 12px;
    font-weight: 500;
    font-size: 14px;
    align-items: center;
    color: #FFFFFF;
	margin-bottom: 15px;
}
.home-three-slide-text p {
    margin-bottom: 23px;
}
.home-three-slide .girl-slide-img img {
    width: 500px;
    margin-top: 104px;
}

.home-three header input {
	outline: none;
}
.home-three header input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
}
.home-three header input::-webkit-search-decoration,
.home-three header input::-webkit-search-cancel-button {
	display: none; 
}
.home-three header input[type=search] {
    padding: 10px 10px 10px 31px;
    width: 0;
    background: url(../img/icon-three/search-icon.svg) no-repeat 9px center;
    border: transparent;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    margin: auto;
	cursor: pointer;
}
.home-three header input[type=search]:focus {
    width: 130px;
    background-color: #fff;
    border-color: #717171;
    -webkit-box-shadow: 0 0 2px #dee2e6;
    -moz-box-shadow: 0 0 2px rgba(109,207,246,.5);
    box-shadow: 0 0 2px #dee2e6;
}
.banner-three-content .form-inner-three {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgb(216 216 216 / 25%);
    border-radius: 10px;
    padding: 10px;
    width: 100%;
    border: 0;
    max-width: 100%;
}
.banner-three-content .select2-container .select2-selection--single {
    border: 0;
    align-items: center;
    text-align: center;
    font-size: 14px;
    display: flex;
    background: #f7f7f7f7;
    height: 56px;
}
.banner-three-content .form-control {
    background: #ffffff;
    border: 0;
	padding: 0;
    height: 56px;
    color: #000;
    font-size: 18px;
    margin-right: 10px;
}
.banner-three-content .input-group .search-icon {
    display: flex;
    align-items: center;
    color: #F66962;
}
.form-three-select .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: red!important;
    color: #ffffff;
    font-size: 14px;
}
.banner-three-content .select2-container--default 
.select2-selection--single .select2-selection__arrow {
    top: auto;
}
.banner-three-content .select2-container--default 
.select2-results__option--highlighted[aria-selected] {
    background-color: #7B1FFE;
    color: #585858;
    font-size: 14px;
}
.banner-three-content .select2-dropdown {
    border: 1px solid #ffdeda;
}
.btn-three-primary {
	background-color: #7B1FFE;
    border: 1px solid #7B1FFE;
}
.banner-three-content .sub-btn {
    background: #7B1FFE;
    border-radius: 10px;
    border: 1px solid #7B1FFE;
    margin: 0px;
    font-size: 18px;
    line-height: 18px;
    padding: 10px 15px;
    color: #fff;
    width: 60px;
	border-right: 1px solid #F4F4F4 !important;
	border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.banner-three-content .sub-btn:hover {
    background: #1CBEEF;
    border-radius: 10px;
    border: 1px solid #1CBEEF;
    margin: 0px;
    font-size: 18px;
    line-height: 18px;
    padding: 10px 15px;
    color: #fff;
    width: 60px;
	border-right: 1px solid #F4F4F4 !important;
	border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}
.banner-three-content .input-group>:not(:nth-child(2)) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 14px;
}
.banner-three-content .form-inner-three .input-group::placeholder {
    font-weight: 400;
	font-size: 14px;
	color: #2E2E2E;
}
.banner-three-content .input-group .search-icon {
    display: flex;
    align-items: center;
    color: #DEDEDE;
}
body.home-three ::placeholder {
	color: #2E2E2E;
}  
body.home-three :-ms-input-placeholder { 
	color: #2E2E2E;
}
.login-three-head {
	border: 1px solid #1CBEEF;
    font-weight: 700 !important;
    color: #ffffff !important;
    background: #1CBEEF;
	border-radius: 10px;
    text-align: center;
    padding: 10px 45px;
    min-width: 150px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-transform: initial;
    box-shadow: inset 0 0 0 0 #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.login-three-head:hover {
    background-color: #1CBEEF;
    border-color: #1CBEEF;
    color: #1CBEEF !important;
    box-shadow: inset 0 50px 0 0 #ffffff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.signin-three-head {
    border: 1px solid #FED700;
    font-weight: 700 !important;
    color: #0D0D0D !important;
    background: #FED700;
	border-radius: 10px;
    text-align: center;
    padding: 10px 45px;
    min-width: 150px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-transform: initial;
    box-shadow: inset 0 0 0 0 #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.signin-three-head:hover {
    background-color: #1CBEEF;
    border-color: #1CBEEF;
    color: #1CBEEF !important;
    box-shadow: inset 0 50px 0 0 #ffffff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.home-three-course .online-course {
    background: #FFFFFF;
    border: 1px solid #F4F4F4;
    box-shadow: 0px 4px 14px rgb(231 231 231 / 25%);
    border-radius: 10px;
}
.course-details-three {
    border: 1px solid #F4F4F4;
	box-shadow: 0px 4px 14px rgba(231, 231, 231, 0.25);
    border-radius: 10px;
    padding: 10px;
    background: #ffffff;
    width: 100%;
    height: 133px;
    display: -ms-flexbox;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    top: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.course-details-three:hover {
    top: -10px;
    border: 1px solid #F4F4F4;
	box-shadow: 0px 44px 34px rgba(204, 204, 204, 0.25);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.course-count-three {
    margin-left: 25px;
    color: #000000;
    display: flex;
    display: -ms-flexbox;
	align-items: center;
}
.course-content-three {
    margin-left: 5px;
}
.course-details-three .course-content-three h4 {
    font-weight: 700;
    font-size: 24px;
}
.course-details-three .course-content-three p {
    color: #454242;
    margin-bottom: 0;
    font-size: 18px;
}
.course-count-three .course-img img {
    width: 92px;
}
.master-three-images {
    position: relative;
    max-width: 513px;
    margin: auto;
}
.master-three-left {
    animation: up-down 3s ease-in-out infinite alternate-reverse both;
}
.master-skill-three {
    padding: 60px 0 60px;
	position: relative;
}
.home-three-content p {
    margin-bottom: 0;
}
.home-three-content {
    margin-bottom: 40px;
}
.master-three-vector {
    position: absolute;
    right: 0;
    top: 25rem;
	bottom: 0;
    animation: up-down 3s ease-in-out infinite alternate-reverse both;
}
.master-three-right {
    position: absolute;
    bottom: 0;
    top: 10rem;
    right: 9.9rem;
}
.vector-layer-one {
    position: absolute;
    left: 0;
    top: 4rem;
    width: 505px;
    z-index: -1;
    background-repeat: no-repeat;
}
.vector-layer-two {
    position: absolute;
    right: 12rem;
    top: 5.3rem;
    width: 92px;
    height: 83px;
    background-repeat: no-repeat;
}
.skils-icon {
    background: #FFFFFF;
    border: 1px solid #F4F4F4;
    box-shadow: 0px 4px 14px rgb(231 231 231 / 25%);
    align-items: center;
    display: inline-flex;
    justify-content: center;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 16px;
    padding: 0px;
    width: 60px;
    height: 60px;
}
.skils-icon-item {
	position: relative;
    top: 0;
    margin-bottom: 40px;
    transition: top ease 0.5s;
}
.skils-icon-item:hover {
    top: -10px;
    transition: top ease 0.5s;
}
.home-three .categories-icon img {
    width: 44px !important;
    height: 44px !important;
}
.favourite-course-sec .mentoring-course .owl-stage {
    padding-top: 0;
}
.home-three-head h2 {
    font-weight: 700;
    padding-bottom: 20px;
	margin-bottom: 0px;
    position: relative;
}
.home-three-head h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 70px;
    height: 4px;
    background: linear-gradient(89.96deg, #7B1FFE 2.92%, #FED700 50.8%, #1CBEEF 99.71%);
    left: 0;
    right: 0;
    bottom: 0;
}
.home-three .see-all a {
    font-weight: 600;
    font-size: 20px;
    color: #7B1FFE;
    float: right;
}
.home-three .see-all a:hover {
	color: #1CBEEF;
}
.home-three .see-all-icon {
    margin-left: 10px;
}
.home-three-favourite:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 230px;
    background: #F4F4FF;    
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
}
.home-three .home-three-head {
    margin-bottom: 48px;
}
.home-three-favourite {
    padding-bottom: 40px;
    position: relative;
}
.home-three-favourite .categories-content h3 {
    font-weight: 600;
    font-size: 16px;
    color: #2F2F2F;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}
.home-three-favourite .mentoring-course .owl-stage {
    padding-top: 0px;
}

.home-three .owl-theme .owl-dots .owl-dot.active span, 
.home-three .owl-theme .owl-dots .owl-dot:hover .home-three span {
	width: 8px;
	height: 8px;
    background: #7B1FFE;
    box-shadow: 0px 0px 0px 3px #7b1ffe;
    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;
}
.home-three-trending .owl-theme .owl-dots .owl-dot.active span, 
.home-three-trending .owl-theme .owl-dots .owl-dot:hover .home-three-trending span {
	width: 8px;
	height: 8px;
    background: #1A1E21;
    box-shadow: 0px 0px 0px 3px #1A1E21;
    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;
}
.home-three-courses {
    padding: 60px 0 60px;
	background: #FBFBFF;
}
.tablist-three .nav-tab.active {
    font-weight: 500;
    font-size: 18px;
    color: #000000;
}
.tablist-three .nav-tab:hover {
    color: #7B1FFE;
}
.tablist-three .nav-tab {
    font-weight: 500;
    font-size: 18px;
    color: #717171;
}
.course-three-img img {
    position: relative;
    border-radius: 10px 10px 0px 0px;
    width: 100%;
    -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;
}
.course-box-three:hover .course-three-img img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transform: scale(1.15);
    overflow: hidden;
    position: relative;
}
.course-three-img {
    position: relative;
    overflow: hidden;
    padding: 0;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;    
}
.course-three-text {
    margin-top: 30px;
	margin-bottom: 20px;
}
.course-three-item:hover .course-three-text h3 {
	color: #7B1FFE;
}
.course-three-item:hover .course-three-text p {
	color: #1CBEEF;
}
.course-three-item:hover .students-three-counts p {
	color: #0DD3A3;
}
.course-three-item:hover .course-price-three h3 {
	color: #1CBEEF;
}
.heart-three {
    position: absolute;
    top: 1rem;
    display: inline-block;
    right: 1rem;
    bottom: 0;
}
.heart-three .fa-heart {
    width: 31px;
    background-color: #fff;
    height: 31px;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    font-size: 12px;
    color: #000000;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}
.course-box-three:hover .course-three-text p {
    color: #ffffff;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}
.course-three-text p {
    font-weight: 500;
    font-size: 14px;
    color: #7B1FFE;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}
.course-three-text h3 {
    font-weight: 600;
	font-size: 18px;
	color: #142E42;
	margin-bottom: 0;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}
.course-box-three:hover .course-three-text h3 {
    color: #ffffff;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}
.students-three-counts img {
    width: 20px;
}
.students-three-counts p {
    font-weight: 400;
    font-size: 14px;
    color: #717171;
    margin-left: 12px;
	margin-bottom: 0;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}
.course-box-three:hover .students-three-counts p {
    color: #0DD3A3;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}
.students-three-counts {
    margin-bottom: 20px;
}
.course-price-three h3 {
    color: #7B1FFE;
    font-weight: 600;
    font-size: 20px;
	margin-bottom: 0;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}
.course-box-three:hover .course-price-three h3 {
    color: #ffffff;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}
.course-box-three:hover .price-three-time {
    color: #ffffff;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}
.group-three-img {
    position: absolute;
    top: 0;
    right: 50%;
    transform: translate(50%,-50%);
}
.price-three-time {
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}
.tablist-three {
    margin-bottom: 40px;
}
.course-price-three span {
    text-decoration: line-through;
    font-size: 14px;
    color: #DEDEDE;
    line-height: 0;
}
.student-counts-info {
    border-bottom: 1px solid #F4F4F4;
    margin-bottom: 20px;
}
.home-three .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 0px 5px;
    background: #DEDEDE;
    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;
}
.group-three-img img {
    width: 51px;
    height: 51px;
    border: 3px solid #FFFFFF;
    border-radius: 50%;
}
.course-three-item {
    position: relative;
    overflow: hidden;
    padding: 0;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}
.course-three-content {
    position: relative;
    padding: 10px 20px 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;
}
.course-box-three {
    position: relative;
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: -3px 5px 16px rgb(0 0 0 / 7%);
    border-radius: 10px;
    margin-bottom: 24px;
    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;
}
.course-box-three:hover .course-three-content {
    background-color: #7B1FFE;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}
.home-three-transform {
    padding: 60px 0 60px;
    background-color: #7B1FFE;
    background-repeat: no-repeat;
    background-position: top right;
}
.home-three-transform .cta-content h2 {
    font-weight: 700;
    font-size: 32px;
    color: #FFFFFF;
}
.home-three-transform .cta-content p {
    font-weight: 500;
	font-size: 22px;
	color: #FFFFFF;
}

.course-box-three:hover .heart-three .fa-heart {
    background-color: #0DD3A3;
    color: #ffffff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.transform-button-three {
    text-align: end;
}
.instructors-list  {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}
.instructors-list li a img {
    width: 35px !important;
    height: 35px !important;
    border-radius: 50px;
    border: 3px solid #FFFFFF;
}
.instructors-list li {
    margin-left: -20px;
}
.more-set a {
    width: 35px;
    height: 35px;
    background: #1A1E21;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 12px;
    color: #ffffff;
    line-height: 0;
}
.favourite-box .course-info {
    border-bottom: 1px solid #F4F4F4;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.instructors-info {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
}
.accelerate-cloud-three {
    background: #071136;
    padding: 60px 0 60px;
	position: relative;
}
.award-three-content-one {

    .banner-sections-six .banner-imgs .figma-icon {
        position: absolute;
        bottom: 50px;
        left: 0;
    }
    .banner-sections-six .banner-imgs .react-icon {
        position: absolute;
        top: 200px;
        left: 0;
    }
    .students-enrolled .student-icon {
        width: 60px;
        height: 60px;
    }
    .more-information li {
        position: relative;
        margin-left: 14px;
    }
}

@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;
	}
	.growup-section .growup-right-img {
		margin-top: 20px;
		filter: drop-shadow(0px 4px 14px rgba(202, 202, 202, 0.25));
		border-radius: 10px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
	}
    .home-three-head h2 {
        font-size: 20px;
    }

	.winning-two-two img {
		margin-bottom: 30px;
        max-width: 100%;
	}
	.winning-two-three img {
		margin-bottom: 30px;
        max-width: 100%;
	}
    .joing-icon-award .joing-icon-one {
        display: none;
    }
    .joing-icon-award .joing-icon-two {
        display: none;
    }
    .joing-icon-award .joing-icon-three {
        display: none;
    }
    .rating-price-two p {
        font-size: 12px;
    }
    .home-three-courses .tab-content {
        text-align: center;
    }
    .knowledge-sec .featured-img-1 {
        height: 500px;
        background-size: cover;
        background-position: 0%;
    }
	.home-two .testimonial-two-img {
		padding: 10px;
	}
    .home-three .testimonial-item-five {
        width: 300px;
    }
    .home-three .testimonial-quote {
        padding: 10px;
    }
    .testimonial-quote .quote {
        width: 40px;
    }
    .home-three .testimonial-content p {
        font-size: 14px;
    }
    .home-three .testimonial-ratings {
        padding: 15px;
    }
    .home-three .testimonial-item-five .testimonial-users {
        padding: 15px;
    }
    .home-three .testimonial-content {
        padding: 15px;
    }
    .home-three .testimonial-item-five .testimonial-users h6 {
        font-size: 14px;
    }
    .home-three .testimonial-item-five .testimonial-users p {
        font-size: 12px;
    }

	.home-three .banner-three-content .input-group {
		position: relative;
		max-width: 100%;
	}
	.banner-three-content .form-inner-three {
		background: #FFFFFF;
		box-shadow: 0px 4px 4px rgb(216 216 216 / 25%);
		border-radius: 10px;
		padding: 10px;
		width: 100%;
		border: 0;
		max-width: 100%;
		height: auto;
	}
	.home-three .banner-three-content .input-group {
		display: block;
		flex-wrap: wrap;
		border: 0;
		background-image: none;
		background-repeat: no-repeat;
		background-position: left 0 center;
		padding-left: 0;
		align-items: stretch;
		width: 100%;
	}
	.box-form-newsletter form .input-newsletter {
		width: 55%;
		font-size: 12px;
		border: 0;
		background-image: none;
		background-repeat: no-repeat;
		background-position: 5px;
		padding: 0;
	}
    .home-three .btn-default {
        padding: 10px;
        font-size: 10px;
    }
	.event-three-title p {
		line-height: 14px;
        font-size: 12px;
        margin-bottom: 5px;
	}
	.span-name-three {
		display: none;
	}
	.blog-student-count {
		font-size: 10px;
	}
	.event-three-title h5 {
		font-size: 14px;
		margin-bottom: 5px;
	}

	.acheive-elips-three {
		display: none;
	}
	.home-three .become-content h2 {
		font-size: 22px;
		margin-bottom: 10px;
	}
	.home-three .become-content h4 {
		font-weight: 500;
		font-size: 16px;
		margin-bottom: 0;
		color: #FFFFFF;
	}

    .social-icon-three {
        display: block;
        float: none;
        text-align: center;
        margin-bottom: 0;
    }

    .joing-count-five-three {
        position: absolute;
        right: 0rem;
        top: 2rem;
        z-index: 2;
    }
   
    
}

