/*
Theme Name: Kuki Education
Theme URI: https://kuki-education.codexalters.com/
Author: knkstudio
Author URI: 
Description: Kuki Education is a modern and user-friendly WordPress theme designed for educational institutions, e-learning platforms, and online course providers. With a clean and intuitive interface, Kuki Education offers a seamless learning experience for students and effective course management for instructors.
Version: 1.1.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kuki-education
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */


 @import url('https://fonts.googleapis.com/css2?family=Khand:wght@300;400;500;600&family=Outfit:wght@400;500;600;700&display=swap');

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	font-family: 'Khand', sans-serif !important;
	font-family: 'Outfit', sans-serif !important;
	--e-global-color-primary: #1C1C1C !important;
    --e-global-color-secondary: #F39A36 !important;
    --e-global-color-text: #1C1C1C !important;
    --e-global-color-accent: #FFC37E !important;
    --e-global-color-d1efb99: #FFC37E !important;
    --e-global-color-79c83cd: #707070 !important;
    --e-global-color-1da005f: #1C1C1C !important;
	--lp-primary-color: #1C1C1C !important;
	--lp-cotainer-max-with: 1200px !important;
	--e-global-typography-primary-font-family: 'Outfit', sans-serif !important;
    --e-global-typography-primary-font-weight: 600;
    --e-global-typography-secondary-font-family: 'Outfit', sans-serif !important;
    --e-global-typography-secondary-font-weight: 400;
    --e-global-typography-text-font-family: 'Outfit', sans-serif !important;
    --e-global-typography-text-font-weight: 400;
    --e-global-typography-accent-font-family: 'Outfit', sans-serif !important;
    --e-global-typography-accent-font-weight: 500;
}
:root{
    --lp-secondary-color: #1c1c1c !important;
}
li, a, span,h1,h2,h3,h4,h5,h6{
	font-family: 'Khand', sans-serif !important;
	font-family: 'Outfit', sans-serif !important;
}
.content-area, .site-main{
	max-width: 1290px;
	margin: 0 auto;
}
h2{
    font-size: 34px;
}
h3{
    font-size: 28px;
}
h4{
    font-size: 22px;
}
h5{
    font-size: 20px;
}
h6{
    font-size: 18px;
}
.site-main{
	padding: 50px 10px;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
select,
optgroup,
textarea {
	color: #1C1C1C !important;
	font-family: 'Outfit', sans-serif !important;
	font-size: 16px !important;
	line-height: 1.5;
	font-weight:normal !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: normal;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: 'Outfit', sans-serif;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 1em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #1c1c1c;
}
a.read-more
{
    color:#F39A36;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border:none;
	color: #1c1c1c;
    background-color: var(--e-global-color-secondary);
	border-radius: 3px;
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color:#1C1C1C;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* scroll to top */
.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  box-shadow: inset 0 0 0 0.1rem rgb(128 130 134/25%) !important;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.scroll-top--active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.scroll-top::after {
	position: absolute;
	content: "";
	text-align: center;
	line-height: 50px;
	font-size: 17px;
	color:#4F5DE4;
	left: 17px;
	top: 20px;
	height: 30%;
	width: 30%;
	cursor: pointer;
	display: block;
	z-index: 1;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

.scroll-top__circle path {
  stroke: #4F5DE4;
  stroke-width: 4;
  fill: none;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

/* custom cursor css */
.cursor {
    position: fixed;
    top: 0;
    left: 0;
    height: 69px;
    width: 69px;
    pointer-events: none;
    z-index: 999;
}
 
  
.cursor-circle {
    --cursor-size: 40px;
    border: 2px solid #F39A36;
    width: var(--cursor-size);
    height: var(--cursor-size);
    border-radius: 100%;
    position: absolute;
    top: calc(-1 * var(--cursor-size) / 2);
    left: calc(-1 * var(--cursor-size) / 2);
}
/* search page */
.search-main, .box-main{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
}
.search_box {
    width: 30%;
    overflow: hidden;
    position: relative;
	padding: 20px;
    border-radius: 25px 25px 25px 25px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.160784313725490);
}
.image-wrap img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 20px;
}
.post-content-container {
    padding: 10px 0px;
}

/* 404 page */
section.error-404.not-found {
    text-align: center;
}
a.link_404 {
    padding: 15px 20px;
    background: #FFC37E !important;
    color: #fff;
    border-radius: 20px;
}
.fof{
	display: block;
	vertical-align: middle;
	text-align: center;
}

.fof h2{
	font-size: 50px;
	display: inline-block;
	padding-right: 12px;
	animation: type .5s alternate infinite;
}

@keyframes type{
	from{box-shadow: inset -3px 0px 0px #888;}
	to{box-shadow: inset -3px 0px 0px transparent;}
}

/* pagination style */
nav.navigation.pagination {
    padding: 30px 0px;
    text-align: center;
}
nav.navigation.pagination .page-numbers {
    padding: 7px 14px !important;
    color: #1C1C1C !important;
    font-weight: 400 !important;
}
nav.navigation.pagination .page-numbers.current{
    color: #1c1c1c !important;
    font-weight: 400;
    background: #FFC37E ;
    border-radius: 50%;
}

/* custom css */
/* Resetting header padding */
header {
    padding: 0 !important;
}

/* Styling header navigation links */
.header_navigation ul li a {
    position: relative;
}

/* Adding a line before header navigation links */
.header_navigation ul li a:before {
    position: absolute;
    content: "";
    top: 90%;
    transform: translateY(-50%);
    left: 0;
    background-color: #F39A36;
    border-radius: 45px;
    width: 0;
    height: 3px;
    transition: all .2s ease-in-out;
}

/* Increasing line width on hover */
.header_navigation ul > li > a:hover::before {
    width: 100%;
}

/* Styling the line for active link */
.header_navigation ul li a.active::before {
    width: 100% !important;
}

/* Styling links in hover effect container */
.hover_affect a {
    position: relative;
    background-color: #FFC37E;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .2px;
    border-radius: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 16px 30px;
    line-height: 1.4;
    overflow: hidden;
    z-index: 1;
}


/* Adding background effects on hover */
.hover_affect a:after {
    content: "";
    position: absolute;
    top: 0%;
    right: 0%;
    width: 0%;
    height: 50%;
    background-color: #FFC37E;
    transition: all .4s ease-in-out;
    z-index: -1;
}

.hover_affect a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 50%;
    background-color: #FFC37E;
    transition: all .4s ease-in-out;
    z-index: -1;
}

/* Expanding background effects on hover */
.hover_affect a:hover:before,
.hover_affect a:hover:after {
    width: 100%;
}
.ekit-double-btn svg path{
    fill:none !important;
	stroke: #1c1c1c !important;
}
.ic_box .elementor-icon{
    line-height: 0px;
}
/* Styling paragraphs */
p {
    /* color: #1C1C1C !important; */
    font-size: 16px;
    font-weight: 400 !important;
    margin: 0 !important;
}

/* Styling main animation container */
.main_animation_div {
    position: relative;
}

/* Positioning and styling images in animation */
.image_animation.img1 {
    position: absolute;
    top: 8%;
}

.image_animation.img2 {
    position: absolute;
    top: 56%;
    left: -5%;
}

.image_animation.img3 {
    position: absolute;
    bottom: 0%;
    right: -4%;
}

.image_animation.img4 {
    top: 10%;
}

.image_animation.img5 {
    left: -10%;
    top: -40%;
}

/* Styling SVG paths in specific elementor elements */
.elementor-7 .elementor-element.elementor-element-98ce2a7 .ekit-double-btn.ekit-double-btn-one svg path,
.elementor-7 .elementor-element.elementor-element-98ce2a7 .ekit-double-btn.ekit-double-btn-two svg path {
    fill: none !important;
}

/* Styling info box icon in gradient background */

/* Keyframes animation for toBottomFromTop */
@keyframes toBottomFromTop {
    49% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}

/* Hover effect for infobox icon on hover */
.elementskit-infobox:hover .elementskit-info-box-icon > svg {
    animation: toBottomFromTop .8s forwards;
}

/* Positioning for image animation goal */
.image_animation_goal.img7 {
    top: -13%;
    right: -2%;
}

/* Styling SVG paths in gradient background */
.gradient_bg .elementskit-info-box-icon svg path {
    stroke: transparent !important;
}

/* Styling for gradient background box 1 */
.quotation_img {
    position: absolute;
    top: -18px;
    left: 22px;
}
.quotation_img1 {
    position: absolute;
    left: -20px;
    bottom: -24px;
}
.testimonial_img img{
    padding: 8px;
}
/* Positioning for image animation category 1 */
.image_animation_cat.img1 {
    top: -5%;
    right: -3%;
}
.reviewimg_1 img {
    bottom: -70px;
    position: absolute;
    left: 35px;
    z-index: 999;
    cursor: pointer;
}
.reviewimg_2 img {
    bottom: -90px;
    position: absolute;
    right: 0px;
    z-index: 999;
    cursor: pointer;
}
.reviewimg_3 img {
    position: absolute;
    top: -100px;
    right: 15px;
    cursor: pointer;
}
.reviewimg_4 img {
    position: absolute;
    top: -100px;
    left: 25px;
    cursor: pointer;
}
.reviewimg.active img{
    border:2px solid #F39A36;
    padding: 1px;
    border-radius: 50%;
}
/* Positioning for image animation category 2 */
.image_animation_cat.img2 {
    bottom: 15%;
    left: -8%;
}

/* Positioning for image animation achievements 1 */
.image_animation_achievements.img1 {
    bottom: 10%;
    right: -5%;
}

/* Positioning for image animation achievements 2 */
.image_animation_achievements.img2 {
    left: -6%;
    bottom: 55%;
}

/* Styling for image gallery items */
.img_gallery .gallery-item {
    max-width: 100% !important;
}

/* Styling for bottom line images */
.bottom_line_image, .bottom_line_image_two {
    position: relative;
}

/* Styling for testimonials list and slider */
.testimonials_list .ekit-wid-con .elementskit-single-testimonial-slider {
    display: flex !important;
    flex-direction: column;
}

/* Reversing order for testimonial content in reverse column layout */
.testimonials_list .ekit-wid-con .elementskit-commentor-content {
    order: 1;
    display: flex;
    flex-direction: column-reverse;
}

/* Styling for testimonial profile info */
.testimonials_list .ekit-wid-con .elementskit-profile-info {
    order: 2;
}

/* Removing next and previous button labels in testimonials slider */
.testimonials_list .swiper-button-next:after,
.testimonials_list .swiper-button-prev:after {
    display: none;
}

/* Styling for hover box with a decorative triangle */
.hover_box {
    position: relative;
}

.hover_box::before {
    content: "";
    position: absolute;
    border-bottom: 28px solid #F5F5F5;
    border-left: 125px solid transparent;
    border-right: 126px solid transparent;
    top: -104px;
    width: 0;
    left: -7px;
    right: 0;
    margin: auto;
    transition: .5s ease-in-out;
    border-radius: 27px;
}
.image_hover_box .image_text , .image_hover_box .elementor-background-overlay{
    opacity: 0;
}
.image_hover_box:hover .image_text{
    opacity: 1;
    z-index: 999;
}
.image_hover_box:hover .elementor-background-overlay{
    opacity: 1 !important;
    z-index: 9;
}
.image_hover_box .elementor-widget{
    margin: 0px !important;
}
/* Blog listing */
.single_blog_list .xpro-post-grid-wrapper .xpro-post-grid-item{
    background: #fff;
}
.single_blog_list .xpro-post-grid-meta-list, .two_blog_list .xpro-post-grid-meta-list{
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.single_blog_list ul li.xpro-post-grid-meta-category, .two_blog_list ul li.xpro-post-grid-meta-category {
    background: #FFC37E;
    padding: 8px;
    border-radius: 4px;
}
.single_blog_list a.xpro-post-grid-btn, .two_blog_list a.xpro-post-grid-btn{
    order: 4;
    text-align: right;
    width: 100%;
    text-decoration: underline;
    margin-top: -30px;
    z-index: 99;
}
.single_blog_list .xpro-post-grid-author-content, .two_blog_list .xpro-post-grid-author-content {
    display: flex;
    flex-direction: column-reverse;
    gap: 5px;
}
.single_blog_list .xpro-post-grid-image{
    border-radius: 10px;
}
.two_blog_list .xpro-post-grid-wrapper .cbp-item-wrapper{
    display: flex;
    gap:15px;
}
.two_blog_list .xpro-post-grid-wrapper .xpro-post-grid-image{
    width: 40%;
    min-width: 40%;
    border-radius: 10px;
}
.two_blog_list .xpro-post-grid-content{
    width: 60%;
}
.two_blog_list .cbp-item.xpro-post-grid-item{
    padding: 20px 20px;
    background: #fff;
    margin: 0px 0px 10px 0px;
    border-radius: 15px;
}
/* animation circle */
.innercircle_img1 {
    position: absolute;
    top: 50%;
    left: 43%;
    margin: 0px !important;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.innercircle_img2 {
    right: 52%;
    position: absolute;
    bottom: 8%;
    transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
}
.innercircle_img2 img, .innercircle_img1 img{
    animation: img-rotate 30s linear infinite;
    -webkit-animation: img-rotate 30s linear infinite;
}
.maincircle_img1 {
    top: 20%;
    position: absolute;
    left: 0;
}
.maincircle_img1 img{
    margin: 0px !important;
    animation: Rotate-reverse 40s linear infinite;
    -webkit-animation: Rotate-reverse 40s linear infinite;
}
.maincircle_img2{
    top: 20%;
    position: absolute;
    margin: 0px !important;
    right: 0%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    left: 47%;
   
}
.maincircle_img2 img{
    animation: Rotate-reverse 40s linear infinite;
    -webkit-animation: Rotate-reverse 40s linear infinite;
}
.maincircle_img3 {
    position: absolute;
    bottom: -10%;
    left: 35px;
    margin: 0px !important;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.maincircle_img3 img{
    animation: Rotate-reverse 40s linear infinite;
    -webkit-animation: Rotate-reverse 40s linear infinite;
}
.maincircle_text1 {
    left: 5%;
    top: -14%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    animation: Rotate-reverse 40s linear infinite;
    -webkit-animation: Rotate-reverse 40s linear infinite;
}
.maincircle_text2 {
    right: 0%;
    position: absolute;
    bottom: 10%;
    transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    animation: Rotate-reverse 40s linear infinite;
    -webkit-animation: Rotate-reverse 40s linear infinite;
}
.maincircle_text3 {
    left: -25px;
    position: absolute;
    bottom: 15%;
    animation: Rotate-reverse 40s linear infinite;
    -webkit-animation: Rotate-reverse 40s linear infinite;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.middle_image{
    position: absolute;
    top: 24%;
}
.small_circle_box {
    position: absolute;
    top: 75px;
    margin: 40px;
    animation: circle-rotate 30s linear infinite;
    -webkit-animation: circle-rotate 30s linear infinite; 
    transform: translate(-50%, -50%) rotate(0deg);
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    top: 54%;
    left: 44%;
    width: 350px !important;
    height: 350px;
}
.small_circle_box .elementor-container{
    justify-content: center;
}
.second_inner_box{
    width: 350px !important;
    height: 350px;
    position: relative;
}
.main_circle {
    position: relative;
    width: 500px !important;
    height: 460px;
}

.main_circle_box .elementor-widget-wrap {
    
    height: 100%;
    width: 100%;
    position: relative;
    border: 3px solid #FFC37E;
    border-radius: 50%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    animation: Rotate 40s linear infinite;
    -webkit-animation: Rotate 40s linear infinite;
}


@keyframes Rotate {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  
  @-webkit-keyframes Rotate {
    from {
      -webkit-transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
    }
  }
  
  @keyframes Rotate-reverse {
    from {
      transform: rotate(360deg);
    }
    to {
      transform: rotate(0deg);
    }
  }
  
  @-webkit-keyframes Rotate-reverse {
    from {
      -webkit-transform: rotate(360deg);
    }
    to {
      -webkit-transform: rotate(0deg);
    }
  }
  
  @keyframes circle-rotate {
    from {
      transform: translate(-50%, -50%) rotate(45deg);
    }
    to {
      transform: translate(-50%, -50%) rotate(405deg);
    }
  }
  
  @-webkit-keyframes circle-rotate {
    from {
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
    }
    to {
      -webkit-transform: translate(-50%, -50%) rotate(405deg);
    }
  }
  
  @keyframes img-rotate {
    from {
      transform: rotate(-45deg);
    }
    to {
      transform: rotate(-405deg);
    }
  }
  
  @-webkit-keyframes img-rotate {
    from {
      -webkit-transform: rotate(-45deg);
    }
    to {
      -webkit-transform: rotate(-405deg);
    }
  }
/* Styling for social share icons in instructor box */
.instructor_box .ekit_socialshare > li {
    display: flex !important;
    justify-content: flex-end;
}
/* Positioning for image animations */
.image_animation.imgeight {
    position: absolute;
    top: 50%;
    left: -9%;
}
.image_animation.imageten {
    left: -7%;
}
.image_animation.imgnine {
    position: absolute;
    bottom: 10%;
    left: 5%;
}

/* Social share icons display control */
.ekit_socialshare li:not(:first-child).hidden {
    display: none;
}

/* Hover effect for instructor box */
.instructor_box:hover .hover_box div {
    background-color: #FFC37E !important;
}
.instructor_box:hover .hover_box div span {
    color: #fff !important;
}
.hover_box div:hover,
.hover_box div span:hover .hover_box div {
    background-color: #FFC37E !important;
}
.hover_box div:hover span,
.hover_box div span:hover {
    color: #fff !important;
}
.hover_box div:hover .hover_box::before,
.hover_box div span:hover .hover_box::before {
    border-bottom: 28px solid #FFC37E;
}
.instructor_box:hover .hover_box::before {
    border-bottom: 28px solid #FFC37E;
}

/* Styling for blog listing items */
.blog_listing .wpr-grid-item-below-content {
    margin: 0px 25px 0px 25px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 15px #00000029;
    border-radius: 12px !important;
    z-index: 99999;
    position: absolute;
    top: 70%;
}
.blog_listing .wpr-grid-item-read-more .inner-block a {
    color: #605BE5;
    border-color: #E8E8E8;
    transition-duration: 0.1s;
    border-style: none;
    padding: 12px;
    border-radius: 50%;
    position: absolute;
    left: 42%;
    bottom: -21px;
    background: #F9F9F9;
}
.blog_listing article:hover .wpr-grid-item-read-more .inner-block a,
.blog_listing article:hover .wpr-grid-item-read-more .inner-block i {
    background: #605BE5;
    color: #fff;
}

/* Styling for post and page */
.post,
.page {
    margin: 0px !important;
}

/* Positioning for additional image animations */
.image_animation.imgsix {
    position: absolute;
    right: 9%;
    bottom: 0;
}
.image_animation.imgseven {
    top: 12%;
    left: 5%;
}

/* Styling for main section background */
.main_section_bg {
    padding: 7% 0%;
    background-color: #FFFDFB;
    z-index: 1;
    position: relative;
    text-align: center;
}

/* Styling for LearnPress breadcrumb */
ul.learn-press-breadcrumb i {
    margin: 0px 0px !important;
    color: #1C1C1C !important;
    font-size: 8px !important;
    transform: rotate(70deg);
}
ul.learn-press-breadcrumb {
    padding: 4px 10px !important;
}
ul.learn-press-breadcrumb li span {
    color: #F39A36;
    font-weight: 500;
}
ul.learn-press-breadcrumb li a span {
    color: #1C1C1C;
    font-weight: 500;
}

/* Styling for the container */


/* Styling for heading in the main section background */
.main_section_bg h3 {
    padding: 0px 10px;
    margin: 0px;
}

/* Positioning for additional image animations */
.image_animation.imgone {
    position: absolute;
    top: 10%;
    left: 35%;
}
.image_animation.imgtwo {
    position: absolute;
    left: 60%;
    top: 22%;
}
.image_animation.imgthree {
    position: absolute;
    bottom: 30%;
    left: 20%;
}
.image_animation.imgfour {
    position: absolute;
    right: 12%;
    top: 35%;
}
.image_animation.imgtwo img {
    width: 50%;
}
.image_animation.imgfour img {
    width: 70%;
}
.image_animation.imgthree img {
    width: 100%;
}

/* Styling for LearnPress courses */
.lp-archive-courses .lp-content-area .lp-main-content {
    flex: 1;
    padding: 50px 20px;
}
.lp-courses-bar {
    width: 100%;
    justify-content: space-between !important;
}
.lp-courses-bar .search-courses {
    width: 30% !important;
    max-width: 30% !important;
}
.lp-courses-bar .search-courses input[type=text] {
    width: 100%;
    padding: 12px 35px 12px 20px !important;
    border: 1px solid #1c1c1c45 !important;
    border-radius: 25px !important;
    background: #Ffff !important;
}
.lp-courses-bar .search-courses button {
    right: 10px !important;
    top: 27% !important;
}
.course-excerpt.display_text {
    display: block !important;
}
.course-wrap-meta {
    display: flex !important;
    gap: 10px;
}

/* Hiding specific meta items for LearnPress courses in grid layout */
.learn-press-courses[data-layout=grid] .meta-item.meta-item-level,
.learn-press-courses[data-layout=grid] .meta-item.meta-item-quiz,
.learn-press-courses[data-layout=grid] .meta-item.meta-item-student {
    display: none;
}

/* Adding icon before the duration meta item in LearnPress courses grid layout */
.learn-press-courses[data-layout=grid] .course-wrap-meta .meta-item-duration::before {
    content: "\f017";
    content: "\f017";
    position: relative;
    top: -1px;
    margin-right: 2px;
    color: var(--lp-primary-color);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

/* Adding FontAwesome icon before the lesson meta item in LearnPress courses grid layout */
.learn-press-courses[data-layout=grid] .course-wrap-meta .meta-item-lesson::before , .learn-press-courses[data-layout=grid] .course-wrap-meta .meta-item-duration::before{
    height: 20px;
    width: 20px;
    font-size: 50px;
    content: ' ';
    position: absolute;
    left: -22px;
    top: 3px;
}
.learn-press-courses[data-layout=grid] .course-wrap-meta .meta-item.meta-item-lesson, .learn-press-courses[data-layout=grid] .course-wrap-meta .meta-item.meta-item-duration{
    margin-left: 24px;
    position: relative;
}
.view_more_page {
    position: absolute;
    bottom: 4.8%;
    right: 28px;
}
.bg_images::before {
    height: 100px;
    width: 100px;
    font-size: 50px;
    content: ' ';
    position: absolute;
    right: -27px;
    top: 10px;
}
.bg_images::after {
    height: 100px;
    width: 100px;
    font-size: 50px;
    content: ' ';
    position: absolute;
    left: -4px;
    bottom: 3px;
}
/* Styling for LearnPress courses grid layout */
.learn-press-courses[data-layout=grid] .course {
    margin: 20px 22px !important;
    width: 29% !important;
    box-shadow: 0px 3px 15px #ffc37e42;
    border-radius: 20px;
    position: relative;
    background: #fff;
    padding: 16px 10px !important;
}
#filter li {
    cursor: pointer;
    background: #fff;
    padding: 10px 16px;
    border-radius: 8px;
    color: #1C1C1C;
}
#filter li.active{
    background: #FFC37E;
}
ul#filter {
    list-style: none;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
	    padding: 0px;
    margin: 0;
}

.learn-press-courses[data-layout=grid] .course-item {
    border: 0px !important;
    padding: 20px 14px !important;
}
.learn-press-courses[data-layout=grid] .course-item .course-instructor {
    padding: 8px;
    background: #fff;
    display: flex;
    gap: 10px;
    width: 58%;
    position: absolute;
    z-index: 999;
    top: 15px;
    left: 15px;
    border-radius: 12px;
}
.learn-press-courses[data-layout=grid] .course-content .cat_meta a, .learn-press-courses[data-layout=grid] .course-content .cat_meta .course-price{
    color: #1C1C1C;
    padding: 6px 10px !important;
    border: 1px solid #707070;
    border-radius: 6px;
    font-size: 14px;
	line-height: 18px;
}
.cat_meta {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 0px;
}
.learn-press-courses[data-layout=grid] .course-content .course-categories{
    margin: 0px !important;
}
.learn-press-courses[data-layout=grid] .course-item .course-instructor img{
    border-radius: 50%;
    width: 22px;
    height: 22px;
}
.learn-press-courses[data-layout=grid] .course-item .course-instructor a{
    font-size: 12px;
    color: #1C1C1C;
    font-weight: 500;
    line-height: 21px;
}
.learn-press-courses[data-layout=grid] .course-content .course-categories{
    top: 0 !important;
    position: unset !important;
}
.learn-press-courses[data-layout=grid] .course-content .course-categories a{
    background: none !important;
    clip-path: none !important;
}
.learn-press-courses[data-layout=grid] .course-content .course-categories a:hover, .learn-press-courses[data-layout=grid] .course-content .cat_meta .course-price:hover{
    background: #FFC37E !important;
    border-color: #FFC37E !important;;
}
.meta-info.normal_box {
    padding: 20px 0px 10px 0px;
}
.course-hover-warp {
    background: #FFC37E;
    padding: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    z-index: 9999;
    border-radius: 15px;
    height: 100%;
}
.course-price-hover {
    display: flex;
    justify-content: space-between;
}
.course-price-hover .price-hover{
    color: #000000;
    font-weight: 600;
}
.learn-press-courses .lp-archive-course-skeleton{
    background: linear-gradient(to right, #FFF9F5 0%, #FFFFFF 100%) !important;
}
.course-price-hover a{
    color: #000000;
    padding: 6px 10px !important;
    background: #fff;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    margin: 0px 6px 0px 0px;
}
.course-hover-warp h4{
    font-weight: 500;
    padding: 10px 0px !important;
    font-size: 20px;
}
.course-hover-warp span.course-students , .author-info a{
    color: #1C1C1C;
    font-weight: 600;
}
.course-hover-warp .course-excerpt{
    color: #1C1C1C;
    font-weight: 600;
    padding: 15px 0px !important;
}
.course-hover-warp .meta-info , .course-content .meta-info{
    display: flex;
    gap: 15px;
    color: #1C1C1C;
    font-weight: 600;
}
.course-hover-warp .meta-info span, .course-content .meta-info span, .course-hover-warp .meta-info .meta-duration, .course-content .meta-duration{
    display: flex;
    align-content: center;
    align-items: center;
    gap: 6px;
}
.course-hover-warp .author-info {
    display: flex;
    gap: 10px;
    padding: 15px 0px !important;
    align-content: center;
    align-items: center;
}
.course-hover-warp .author-info img{
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 50%;
}
.course-hover-warp .enroll-btn{
    margin: 10px 0px;  
    text-align: center;
}
.enroll-btn a.course-permalink {
    padding: 10px 70px;
    background: #fff;
    color: #1C1C1C;
    border-radius: 7px;
    font-weight: 600;
}
.learn-press-courses .course:hover .course-hover-warp{
    opacity: 1;
}
.learn-press-courses[data-layout=grid] .course-item:hover {
    box-shadow: none !important;
}
.learn-press-courses[data-layout=grid] .course-content {
    padding: 0px !important;
    flex-grow: 1;
}
.learn-press-courses[data-layout=grid] .course-content .course-title,
.lp-archive-courses .course-title {
    color: #1C1C1C;
}
.learn-press-courses[data-layout=grid] .course-content .course-title{
    margin: 0px !important;
    padding: 0px 12px 10px 0px;
    border-bottom: 1px solid #1C1C1C0D;
    font-weight: 500;
}
.home_courses .lp-content-area {
    padding: 0px;
}
.lp-badge.featured-course{
    background: #FFC37E !important;
}
.lp-badge::before{
    color: #1C1C1C !important;
}
.learn-press-courses[data-layout=grid] .course-content .course-wrap-meta{
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-content: center;
    padding-top: 15px;
}
.learn-press-courses[data-layout=grid] .course-content .course-footer {
    padding-top: 18px;
    padding: 0px !important;
}
.learn-press-courses[data-layout=grid] .course-content .course-permalink {
    margin-bottom: 0px;
}
.lp-archive-courses .course-content .course-excerpt {
    color: #1C1C1C;
    font-weight: normal;
}
.course-wrap-meta div {
    font-size: 16px;
    font-weight: normal;
    color: var(--lp-primary-color);
}
.lp-archive-courses .course-content .course-info .course-price {
    float: left !important;
}
span.course-item-price {
    display: flex;
    flex-direction: row-reverse;
    align-content: center;
    align-items: center;
    font-weight: 500;
}
.lp-archive-courses .course-content .course-info .course-price .origin-price {
    color: #FFC37E;
    font-weight: 600;
}
.course-sidebar-preview .course-price .origin-price {
    font-size: 14px !important;
}
.lp-archive-courses .course-content .course-info .course-price .price,
.course-sidebar-preview .course-price .price {
    color: #1C1C1C !important;
    font-weight: 600 !important;
}
span.free {
    font-weight: 500;
    color: #1C1C1C;
}
.learn-press-pagination .page-numbers>li .page-numbers.current {
    color: #1C1C1C !important;
    font-weight: 400;
    background: #F39A36;
    padding: 5px 14px;
    border-radius: 50px;
}
.learn-press-pagination .page-numbers>li .page-numbers {
    padding: 5px 14px !important;
}
.learn-press-pagination .page-numbers>li .page-numbers {
    color: #1C1C1C !important;
    font-weight: 400 !important;
}

/* Styling for LearnPress courses list layout */
.learn-press-courses[data-layout=list] .course-content .course-readmore {
    width: 40%;
    display: none;
}
.learn-press-courses[data-layout=list] .course {
    box-shadow: 0px 3px 15px #FFC37E26;
    border-radius: 20px;
    border: none !important;
}
.learn-press-courses[data-layout=list] .course-content .course-excerpt.display_text {
    display: none !important;
}
.learn-press-courses[data-layout=list] .course-content .course-footer {
    width: 100% !important;
}
.viewmore_icon .elementskit-btn {
    display: block !important;
    text-align: left !important;
}
.viewmore_icon .elementskit-btn svg path {
    fill: none !important;
}
.lp-archive-courses .course-detail-info {
    display: none !important;
}
.content_left_intro {
    width: calc(100% - 300px);
    max-width: 100%;
    margin: 0;
    padding-right: 40px;
    padding-top: 60px;
}
.lp-archive-courses .lp-entry-content {
    padding: 0px 0px 50px 0px;
}
.course-summary-sidebar.slide-down .course-summary-sidebar__inner {
    position: unset !important;
    top: 0 !important;
}

.meta-item.meta-item-categories a {
    padding: 7px;
    background: #FFC37E;
    color: #1C1C1C;
    font-weight: normal;
    border-radius: 7px;
}
.meta-item.meta-item-instructor {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 10px 0px;
}
.meta-item.meta-item-instructor .meta-item__image {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
.meta-item.meta-item-instructor .meta-item__image img {
    border-radius: 50%;
    height: 100%;
    object-fit: contain;
}
.meta-item.meta-item-instructor span.instructor-display-name {
    color: #1C1C1C;
    font-weight: 400;
}
.meta_info .course-meta.course-meta-secondary {
    padding: 10px 0px;
    margin: 0px;
}
.lp-archive-courses .lp-entry-content .entry-content-left {
    padding-top: 0px !important;
}
.course-extra-box {
    border: 1px solid #F8F8F8 !important;
}
.course-extra-box__title {
    background: transparent !important;
    font-size: 22px !important;
}
ul.learn-press-nav-tabs {
    gap: 0px;
    background: transparent !important;
}
ul.learn-press-nav-tabs .course-nav {
    background: #F8F8F8;
    border-radius: 0px;
}
ul.learn-press-nav-tabs .course-nav.active::before {
    content: none !important;
}
ul.learn-press-nav-tabs .course-nav.active label {
    color: #1C1C1C !important;
    background-color: #FFC37E !important;
    border-radius: 0px;
}
.lp-archive-courses .course-summary-sidebar__inner {
    width: 300px;
    padding: 15px;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 21px;
}
.lp-archive-courses .course-summary-sidebar__inner .course-sidebar-top {
    box-shadow: unset !important;
    padding: 0px 0px !important;
}
.course-sidebar-preview .media-preview {
    margin: 0px !important;
}
.course-sidebar-preview .course-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
}
.course-summary-sidebar .lp-course-buttons button {
    font-weight: 500;
    background-color: #FFC37E !important;
    color: #1C1C1C !important;
    border: 0;
    border-radius: 10px !important;
}
.course-summary .course-summary-sidebar .lp-course-buttons {
    margin: 20px 0px !important;
}
.lp-sidebar-toggle__open #content-item-quiz .quiz-status>div .questions-index,
.quiz-status .questions-index span,
.quiz-status .countdown,
.quiz-status .countdown .fas {
    color: #fff !important;
}
#popup-header,
#popup-course .back-course {
    border-bottom: none !important;
    background: #FFC37E !important;
}
#popup-header .course-title a,
#popup-header .number,
.lp-modal-dialog .lp-modal-header h3 {
    color: #1c1c1c !important;
}
#popup-course .back-course {
    color: #fff !important;
}
#popup-header .course-title {
    font-size: 22px !important;
}
div#comments {
    padding: 30px;
    background: #f8f8f8;
    display: none;
}
.comment-respond .comment-form textarea,
.comment-respond .comment-form input {
    border: none !important;
}
.comment-respond .comment-form>p,
.comment-respond .comment-form>div {
    padding: 10px 15px !important;
}
.comment-respond .comment-form input[type=text],
.comment-respond .comment-form input[type=email],
.comment-respond .comment-form input[type=url] {
    padding: 10px !important;
}

p.comment-form-comment label,
p.comment-form-author label,
p.comment-form-email label,
p.comment-form-url label {
    display: none !important;
}
.course-curriculum .section-content .course-item-preview::before {
    padding: 3px 8px !important;
    background: #FFC37E !important;
    font-weight: normal;
}
.course-tab-panel-faqs .course-faqs-box__title::after {
    color: #FFC37E !important;
    content: "\f067" !important;
    font-size: 20px !important;
}
.course-tab-panel-faqs .course-faqs-box__title {
    padding: 10px 30px 10px 20px !important;
    font-size: 16px !important;
    font-weight: normal !important;
}
input[name=course-faqs-box-ratio]:checked+.course-faqs-box .course-faqs-box__title {
    color: #1c1c1c !important;
    background: #FFC37E!important;
    border-radius: 5px 5px 0px 0px;
}
.course-tab-panel-faqs .course-faqs-box__content, .course-tab-panel-faqs .course-faqs-box:hover{
    background: #fff !important;
}
.course-tab-panel-faqs .course-faqs-box__content-inner{
    padding: 15px 30px !important;
}
input[name=course-faqs-box-ratio]:checked+.course-faqs-box .course-faqs-box__title::after{
    content: "\f00d" !important;
    color: #1c1c1c !important;
    font-size: 16px !important;
}
#popup-content .lp-button {
    color: #1C1C1C !important;
    background: #FFC37E !important;
    border: none !important;
    padding: 12px 35px !important;
}
.lp-modal-dialog .lp-modal-header{
    background: #FFC37E !important;
}
.course-tab-panel-faqs .course-faqs-box {
    border: 1px solid #E8E8E8 !important;
}
.course-tab-panel .lp-course-author .instructor-social a i ,.course-tab-panel .lp-course-author .instructor-social a i svg path{
    color: #F39A36 !important;
    fill: #F39A36 !important;
    font-size: 16px !important;
}
.course-tabs .course-nav label {
    padding: 12px 10px !important;
    font-weight: 500 !important;
}
.course-tab-panel .lp-course-author .author-description {
    color: #1C1C1C !important;
    font-style: normal !important;
    font-weight: 400 !important;
    padding: 10px 0px;
}
.course-curriculum .section-header .section-desc,
.course-curriculum .course-item .item-icon,
.course-curriculum .course-item .item-name,
#popup-footer .course-item-nav .prev a,
#popup-footer .course-item-nav .next a,
.content-item-wrap .questions-pagination .nav-links .page-numbers,
.lp-checkout-form .lp-form-fields label,
#learn-press-checkout .payment-methods .payment-method-form {
    font-style: normal !important;
    font-weight: 400 !important;
}
.course-tab-panel .lp-course-author .author-title a,
.course-summary-sidebar .course-results-progress .items-progress__heading,
.course-summary-sidebar .course-results-progress .course-progress__heading,
.course-curriculum .section-left .section-title,
.course-curriculum .course-item .item-icon,
.course-curriculum .course-item .item-name,
.content-item-wrap .course-item-title,
#popup-footer .course-item-nav .prev a,
#popup-footer .course-item-nav .next a,
.content-item-wrap .questions-pagination .nav-links .page-numbers,
.course-sidebar-preview .course-time-row strong,
.lp-checkout-form__before .lp-checkout-block h4,
.lp-checkout-form__after .lp-checkout-block h4,
#checkout-order .course-name a,
#checkout-order .order-total .col-number,
#checkout-order .col-number {
    color: #1c1c1c !important;
}
.content-item-wrap .questions-pagination .nav-links .page-numbers.current,
.content-item-wrap .questions-pagination .nav-links .page-numbers:hover {
    color: #fff !important;
    background: var(--lp-primary-color) !important;
    border-color: var(--lp-primary-color) !important;
}
.learn-press-message.error {
    border-color: #FFC37E !important;
}
/* Styling for LearnPress messages */
.learn-press-message.error::before,
.learn-press-message::before {
    background: #FFC37E !important;
}
.learn-press-message {
    border-top: 5px solid #FFC37E !important;
    background: #F8F8F8 !important;
    color: #1C1C1C !important;
    font-weight: normal !important;
}

/* Styling for checkout form and related elements */
.lp-checkout-form .lp-form-fields input:not([type=checkbox]),
.order-comments,
#checkout-order .lp-checkout-order__inner {
    border: 1px solid #D5D5D5 !important;
}
.lp-checkout-form a {
    color: #1C1C1C !important;
}
div#learn-press-checkout {
    padding: 0px;
}
div#checkout-account-logged-in {
    padding: 10px 0px;
}
p.lp-checkout-sign-up-link {
    padding: 10px 0px 0px 0px;
}
#checkout-account-register,
#checkout-account-login {
    margin-bottom: 22px !important;
}
#popup-course .back-course {
    line-height: 56px !important;
}
div#popup-sidebar {
    padding-top: 10px !important;
}

/* Styling for blog listing icons */
.blog_listing span.wpr-grid-extra-icon-left svg {
    fill: var(--e-global-color-secondary) !important;
}

/* Styling for newsletter section */
.newsletter_main {
    display: flex;
    gap: 10px;
}
.main_icon ul.ekit_socialshare li a,
.main_icon a.toggleButton {
    background-color: var(--e-global-color-accent);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.14);
    padding: 9px 12px;
    border-radius: 50%;
    margin: 5px 0px;
    line-height: 20px;
}
.main_icon {
    text-align: right;
    margin-top: 10px;
}
.main_icon ul.ekit_socialshare {
    margin: 10px 0px 0px 0px;
}

/* Styling for data container */
.dataContainer {
    opacity: 0;
}

/* Styling for LearnPress profile */
div#learn-press-profile {
    padding: 40px 0px;
}
.lp-user-profile .wrapper-profile-header {
    color: #1C1C1C !important;
    background: #fff !important;
    position: relative;
}
.lp-user-profile-avatar img {
    border-radius: 50% !important;
    height: 280px !important;
    object-fit: cover;
}
.lp-user-profile .lp-profile-username::before,
.lp-user-profile .lp-profile-username::after {
    display: none !important;
}
.lp-user-profile .lp-user-profile-socials {
    border-top: 0px !important;
    
}
.lp-user-profile .learn-press-courses[data-size="3"] .course {
    width: 43% !important;
}

/* Styling for blog listing items */
.blogs article {
    height: 485px !important;
    position: unset !important;
    margin: 20px !important;
    width: 43% !important;
}
.blogs article img{
    border-radius: 20px !important;
}
.blogs.home_list article {
    height: 500px !important;
    position: unset !important;
    margin: 20px !important;
    width: 28% !important;
}
.blogs.home_list .wpr-grid {
    height: auto !important;
}
.blogs .wpr-grid-image-wrap {
    height: 270px;
}
.blogs .wpr-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    height: auto !important;
}



/* styling for learnpress author */
.lp-list-instructors .ul-list-instructors li.item-instructor .instructor-info{
	display:none !important;
}
.lp-list-instructors .ul-list-instructors li.item-instructor{
	padding:30px 0px 0px 0px !important;
}
.lp-list-instructors .ul-list-instructors li.item-instructor .instructor-display-name{
	   background: #FAF9FE !important;
    margin: 0px !important; 
    padding: 10px !important;
}
.lp-list-instructors .ul-list-instructors li.item-instructor{
	border:none !important;
	box-shadow: 0px 3px 15px #00000029;
    border-radius: 20px;
}
.lp-single-instructor__info{
    border:none !important;
    flex-direction: column;
    align-content: center;
    align-items: center;
    margin-bottom: 0px !important;
}
.lp-single-instructor__info .instructor-avatar img{
    border-radius: 50%;
    height: 250px;
    width: 250px;
    background: #E3E3E3;
}
.lp-list-instructors .ul-list-instructors {
    display: flex !important;
    flex-wrap: wrap;
    flex-direction: row;
    
}
.lp-list-instructors .ul-list-instructors li.item-instructor .instructor-btn-view:hover{
	color:#1C1C1C !important;
}
.lp-list-instructors .ul-list-instructors li.item-instructor .instructor-display-name{
	color:#FFC37E;
    font-weight: 500 !important;
}
.lp-list-instructors .ul-list-instructors li.item-instructor .instructor-btn-view{
	color:#1C1C1C !important;
	 padding: 0px 0px 10px 0px !important;
	 background: #FAF9FE !important;
    margin: 0px !important;
    font-weight: 500 !important;
	
}
.lp-single-instructor h2{
	color:#1c1c1c !important;
    margin: 10px 0px;
    width: 100%;
    text-align: center;
    font-weight: 500 !important;
    order: 0;
}
.lp-single-instructor__info p{
    order: 3;
}
.lp-user-profile .lp-user-profile-socials a,.lp-user-profile .lp-user-profile-socials a svg path, .lp-single-instructor .wrapper-instructor-total-students svg path, .lp-single-instructor__info__right .instructor-social svg path, .lp-single-instructor .ul-instructor-courses .course-count div .course-ico svg path{
    color: #F39A36 !important;
	fill:#F39A36 !important;
}
.lp-single-instructor .wrapper-instructor-total-courses svg path{
	color: #FFC37E !important;
}
.lp-user-profile.current-user.guest .lp-content-area{
	display:flex;
	gap:30px;
}
.lp-user-profile.current-user.guest .lp-content-area .elementor-container{
	display:none;
	
}
.learn-press-form-login, .learn-press-form-register{
	margin:40px 0px !important;
		width:100%;
}
.lp-single-instructor__info__right{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;  
    justify-content: center;  
    
}
.lp-single-instructor .ul-instructor-courses li{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.lp-single-instructor__info__right .instructor-social{
	order: 4;
    width: 100%;
    margin: 10px 0px !important;    
    justify-content: center;
    color: #F39A36 !important;

}
.lp-single-instructor .wrapper-instructor-total-courses, .lp-single-instructor .wrapper-instructor-total-students{
    padding: 10px 10px 10px 0px;
}
.lp-single-instructor .ul-instructor-courses .price-categories{
	order: 4;
    margin: 0px !important;
}
.lp-single-instructor .ul-instructor-courses .price-categories .course-categories {
    display: none !important;
}
.lp-single-instructor .ul-instructor-courses .price-categories span.course-item-price{
	flex-direction: row;
}
.lp-single-instructor .ul-instructor-courses h3, .lp-single-instructor .ul-instructor-courses h3 a{
	border-bottom:0px !important;
		font-size: 22px !important;
    font-weight: 500 !important;
	color: #1C1C1C !important;
	    padding-top: 10px;
	margin:0px !important;
}
.lp-single-instructor .wrapper-instructor-total-courses span, .lp-single-instructor .wrapper-instructor-total-students span{
	font-weight:400;
}
.lp-single-instructor__info__right .instructor-social svg{
	width:20px !important;
}
.lp-single-instructor .ul-instructor-courses{
	grid-template-columns: repeat(auto-fill,minmax(29%,1fr)) !important;
	gap:40px !important;
}
.lp-single-instructor .ul-instructor-courses li {
    list-style: none;
    width: 100% !important;
    padding: 20px !important;
    box-shadow: 0px 3px 15px #FFC37E26;
    border-radius: 20px;
}
.lp-single-instructor .ul-instructor-courses .course-count div, .lp-single-instructor .ul-instructor-courses .price-categories .course-item-price .free{
	color:#1C1C1C !important;
	font-weight:400 !important;
}
.wpr-grid-extra-icon-left svg path, .wpr-grid-extra-icon-right svg path{
	fill: var(--e-global-color-secondary);
}
.learn-press-profile-course__progress .lp_profile_course_progress__header th{
	color:#fff !important;
	font-weight:400 !important;
}
.learn-press-profile-course__progress .lp_profile_course_progress__item td a{
	font-weight:400 !important;
}

.learn-press-filters>li>a, .learn-press-filters>li>span,.lp-user-profile #profile-nav .lp-profile-nav-tabs>li a,
.lp-user-profile #profile-content-settings .learn-press-form .form-fields .form-field label, .learn-press-form .form-fields .form-field .description, .learn-press-tabs .learn-press-tabs__tab>label a{
	   color:#1C1C1C !important;
	font-weight:500 !important;
	    font-style: normal !important;
}
.lp-user-profile #profile-nav .lp-profile-nav-tabs li.active>a, .lp-user-profile #profile-nav .lp-profile-nav-tabs li:hover>a{
/* 	color:#fff !important; */
}
.dashboard-statistic__row .statistic-box{
    background: #FFC37E !important;
    border-radius: 6px !important;
    border: 0px !important;
    width: calc((100% - 16px) / 7) !important;
    padding: 10px !important;
}
.learn-press-tabs .learn-press-tabs__checker:nth-child(1):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(1)::before{
	background:var(--e-global-color-secondary) !important;
}
.learn-press-tabs .learn-press-tabs__checker:nth-child(1):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(1) label a, .lp-user-profile #profile-nav .lp-profile-nav-tabs li.active>ul .active>a i, .lp-user-profile #profile-nav .lp-profile-nav-tabs li.active>a::after{
	font-weight:900 !important;
	color: #1C1C1C !important;
}

/* Additional image animations positioning */
.image_animation.img_12 {
    position: absolute;
    bottom: -30%;
    left: 10%;
}
.image_animation.img_13 {
    position: absolute;
    left: 58%;
    top: -30%;
}
.image_animation.img_15 {
    position: absolute;
    right: 5%;
    top: -4%;
}
.image_animation.img_14 {
    position: absolute;
    bottom: -10%;
    left: -13%;
}

/* Styling for social list and hover box main */
.social_list,
.hover_box_main .elementor-background-overlay {
    opacity: 0 !important;
}
.hover_box_main:hover .social_list {
    opacity: 1 !important;
    z-index: 999;
}
.hover_box_main:hover .elementor-background-overlay {
    opacity: 0.59 !important;
    z-index: 9;
}

/* Styling for page title */
.page_title h6 {
    margin: 0px;
}

/* Styling for LearnPress archive courses */
.learn-press-courses[data-layout=grid] .course-thumbnail .thumbnail,
.learn-press-courses[data-layout=grid] .course-thumbnail .thumbnail .centered {
    height: 200px;
    border-radius: 20px;
}
.learn-press-courses[data-layout=grid] .course-content .course-permalink{
    margin-bottom: 0px !important;
}
.lp-archive-courses .course-thumbnail img {
    height: 100% !important;
    border-radius: 20px;
    object-fit: cover;
}
.eael-product-title h3 {
    font-size: 20px !important;
    color: #1C1C1C !important;
}
.page-header h1.page-title {
    font-size: 34px;
	color: #1C1C1C !important;
}
.ekit_modal-searchPanel .ekit-search-group .ekit_search-button{
	right: 20px !important;
    width: 35px !important;
}
.ekit_search-button svg path {
    stroke: #fff !important;
    fill: #fff !important;
}
.ekit_modal-searchPanel .ekit-search-group input:not([type=submit]) {
	color: #fff !important;
}
.ekit-promo-popup .mfp-close{
	color: #fff !important;
}
.wpr-grid-extra-icon-left svg, .wpr-grid-extra-icon-right svg{
	fill:#FFC37E !important;
}
.course-summary .course-featured-review .featured-review__stars{
    color: #FFC107 !important;
}
.learn-press-message.warning::before{
    background: #FFC37E !important;
}
.learn-press-message.warning{
    border-color:#FFC37E !important;
}
.contact_list .ekit-wid-con .elementskit-info-box-title{
    margin: 0px;
}
.lp-single-instructor .ul-instructor-courses .course-count{
    display: none !important;
}
/* about us page css */
.about_carousel figure.swiper-slide-inner img {
    width: 100%;
    height: 100%;
}
.about_carousel .ekit-wid-con .image-switcher .content-image, .about_carousel .ekit-wid-con .image-switcher .content-image img{
    width: 100%;
}
/* .about_carousel .swiper-wrapper{
    margin-left: -30%;
} */
.about_carousel .swiper-wrapper .swiper-slide:nth-child(3n) {
    /* Your styles here */
    margin-top: 50px;
}
/* blog singular */
.post_single_page ul li{
    list-style: none;
    position: relative;
}
.post_single_page ul li::before {
    position: absolute;
    content: "\f058";
    font-family: 'Font Awesome 5 Free';
    left: -25px;
    top: 2px;
    color: #F39A36;
    font-size: 16px;
}
.post_single_page a{
    color: #F39A36;
}
/* course page */
.top-info {
    display: flex;
    align-content: center;
    align-items: center;
    gap: 30px;
}
.meta_info .meta-item.meta-item-level, .meta_info .meta-item.meta-item-level, .meta_info .meta-item.meta-item-quiz, .meta_info .meta-item.meta-item-lesson{
    display: none !important;
   
}
.lp-archive-courses .course-meta__pull-left .meta-item{
    height: auto !important;
}
.meta_info .lp-archive-courses .course-meta__pull-left{
    display: flex;
    flex-direction: row-reverse;
    gap: 20px;
    align-content: center;
    align-items: center;
}
.lp-archive-courses .course-meta__pull-left .meta-item::before{
    color: #F39A36 !important;
}
.course-extra-box__title::after{
    display: none;
}
.course-extra-box__content li{
    border:0px !important;
    color: #1C1C1C !important;
    padding: 5px 20px 5px 30px !important;
}
.course-extra-box__content li::before{
    color:#FFC37E !important;
}
.course-meta__pull-left.sidebar_info{
    display: block !important;
}
.sidebar_meta {
    display: flex;
    justify-content: space-between;
    padding: 10px 0px;
    border-bottom: 1px solid #E8E8E8;
}
.sidebar_meta span {
    display: flex;
    align-items: center;
    gap: 5px;
    align-content: center;
}
.course-author {
    padding: 25px;
    border: 1px solid #E3E3E3;
    border-radius: 12px;
}
.course-tab-panel .lp-course-author img{
    width: 120px !important;
    height: 120px !important;
}
.course-tab-panel .lp-course-author{
    align-items: center !important;
}
.course-curriculum ul.curriculum-sections .section {
    border: 1px solid #DFDDDD;
    border-radius: 12px;
    margin: 0px 0px 20px 0px !important;

}
.lp-archive-courses .course-item{
    border-bottom: 1px solid #DFDDDD;
    background: #fff !important;
    margin: 0px 6px !important;
}
.course-curriculum .section-header{
    padding: 10px 15px !important;
    background: #FFC37E;
    border-radius: 12px 12px 0px 0px;
}
.course-curriculum .section-left .section-title{
    font-size: 20px !important;
}
.contact_form {
    display: flex;
    gap: 12px;
}
.premium-cf7-container .wpcf7-form div, .premium-cf7-container .wpcf7-form p{
    width: 100%;
}
.premium-cf7-button-align-center .premium-cf-submit{
    text-align: center;
}
.instructor_main_list {
    position: relative;
    background: #E3E3E3;
    border-radius: 15px;
    width: 22.22%;
}
.list_overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    border-radius: 15px;
}
.instructor_main_list:hover .list_overlay{
    opacity: 1;
}
.instructor-avatar img {
    border-radius: 15px;
    width: 100%;
    height: 300px;
}
.instructor_main_list span.instructor-display-name {
    width: 100%;
    position: absolute;
    top: 75%;
    text-align: center;
    color: #fff;
    opacity: 0;
    font-weight: 600;
}
.instructor_main_list a.instructor-btn-view {
    width: 100%;
    position: absolute;
    top: 82%;
    text-align: center;
    color: #fff;
    opacity: 0;
}
.instructor_main_list:hover span.instructor-display-name, .instructor_main_list:hover a.instructor-btn-view{
    opacity: 1;
}
.instructor_main_list .instructor-info {
    display: none;
}
.main_section_bg a {
    color: #1c1c1c;
}
.main_section_bg span{
    color: #F39A36;
}
.lp-single-instructor .instructor-courses {
    display: none;
}
.lp-single-instructor .wrapper-instructor-total-students::before {
    content: "\f501";
    font-family: "Font Awesome 5 Free";
    color: #F39A36 !important;
    font-size: 16px;
    font-weight: 900;
}
.lp-single-instructor .wrapper-instructor-total-students svg, .lp-single-instructor .wrapper-instructor-total-courses svg{
    display: none !important;
}
.lp-single-instructor .wrapper-instructor-total-courses::before{
    content: "\f012";
    font-family: "Font Awesome 5 Free";
    color: #F39A36 !important;
    font-size: 16px;
    font-weight: 900;
}
.lp-user-profile #profile-nav .lp-profile-nav-tabs>li.active, .lp-user-profile #profile-nav .lp-profile-nav-tabs>li:hover{
    background: #FFC37E !important;
}
.lp-user-profile #profile-nav .lp-profile-nav-tabs>li>a>i, .learn-press-profile-course__tab .learn-press-filters{
    display: none !important;
}
.statistic-box .statistic-box__text{
    color: #1C1C1C !important;
}
.learnpress-page .lp-button, .learnpress-page #lp-button{
    color: #1C1C1C !important;
    font-size: 16px !important;
    background: #FFC37E !important;
    border: 1px solid #FFC37E !important;
}
.lp-user-profile .lp-profile-content .lp-button:hover{
    background: #FFC37E !important;
    border: 1px solid #FFC37E !important;
}
#learn-press-profile-basic-information button[type=submit], .profile-basic-information button, form[name=profile-change-password] button{
    background: #FFC37E !important;
    color: #1C1C1C !important;
}
#learn-press-profile-basic-information button[type=submit]:hover, .profile-basic-information button:hover, form[name=profile-change-password] button:hover, #checkout-payment #checkout-order-action button:hover{
    opacity: 1 !important;
}
.learn-press-tabs .learn-press-tabs__tab{
    background: #F8F8F8 !important;
}
.learn-press-tabs .learn-press-tabs__tab.active{
    background: #fff !important;
}


/* login - registration page */
.lp-user-profile.current-user.guest .lp-content-area .content-area {
    display: none;
}
.learn-press-form-login, .learn-press-form-register {
    margin: 40px 0px !important;
    width: 100%;
}
.lp-user-profile.current-user.guest .lp-content-area {
    display: flex;
    gap: 30px;
}
.learn-press-form-login{
    height: 460px;
}
.learn-press-form-login button[type=submit], .learn-press-form-register button[type=submit]{
    background:#FFC37E !important;
    border: none !important;
    height: 40px !important;
    margin-top: 10px;
}
.lp-user-profile #profile-sidebar{
    margin-bottom: 40px;
}
button.learnpress_avatar__button{
    color: var(--e-global-color-primary) !important;
    background-color: #FFC37E !important;
    
}
section.no-results.not-found {
    text-align: center;
}
form.search-form input {
    padding: 12px;
}
input.search-submit {
    padding: 14px 30px !important;
    margin-top: 20px
}
form.search-form{
    padding-top: 20px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 9999s ease-in-out 0s;
}
.image_hover_box h5 span{
    color: #fff !important;
}
.elementor-button{
    color: #1c1c1c !important;
    font-weight: 400 !important;
}
/* loadmore pagination */
.pagination.course_ajax_pagination {
    margin: 40px;
    text-align: center;
}
.pagination.course_ajax_pagination a {
    padding: 12px 28px;
    background: #FFC37E;
}
.premium-blog-post-container .premium-blog-cats-container a, .premium-blog-filters-container li a.active{
    background: #FFC37E !important;
}
/* SVG spinner icon animation */
.spinner {
    -webkit-animation: rotate 2s linear infinite;
            animation: rotate 2s linear infinite;
    z-index: 2;
    margin: -25px 0 0 -25px;
    width: 50px;
    height: 50px;
  }
  .spinner .path {
    stroke: #FFC37E;
    stroke-linecap: round;
    -webkit-animation: dash 1.5s ease-in-out infinite;
            animation: dash 1.5s ease-in-out infinite;
  }
  
  @-webkit-keyframes rotate {
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  
  @keyframes rotate {
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  @-webkit-keyframes dash {
    0% {
      stroke-dasharray: 1, 150;
      stroke-dashoffset: 0;
    }
    50% {
      stroke-dasharray: 90, 150;
      stroke-dashoffset: -35;
    }
    100% {
      stroke-dasharray: 90, 150;
      stroke-dashoffset: -124;
    }
  }
  @keyframes dash {
    0% {
      stroke-dasharray: 1, 150;
      stroke-dashoffset: 0;
    }
    50% {
      stroke-dasharray: 90, 150;
      stroke-dashoffset: -35;
    }
    100% {
      stroke-dasharray: 90, 150;
      stroke-dashoffset: -124;
    }
  }
.lp-archive-courses .learn-press-courses-header h1{
    display: none;
}
.hover_affect a {
    background: #fff !important;
    color: #1c1c1c !important;
    border-color: #1c1c1c !important;
}
.elementor-widget-wpr-forms .wpcf7-submit, .premium-cf7-container input.wpcf7-submit{
	 background:#FFC37E !important;
	border:none !important;
}
.elementor-widget-wpr-forms .wpcf7-submit:hover, .premium-cf7-container input.wpcf7-submit:hover{
	background:#F39A36 !important;
}
.header_btn a{
	color:#fff !important;
}
.learn-press-profile-course__progress .lp_profile_course_progress {
    border: 0px solid #f9f9f9 !important;
    margin: 20px 0px;
}
.learn-press-profile-course__progress .lp_profile_course_progress__header {
    background: #fff;
}
.learn-press-profile-course__progress .lp_profile_course_progress__header {
    background: #F39A36 !important;
}
.learn-press-profile-course__progress .lp_profile_course_progress__item td{
	padding:8px !important;
}
.lp-list-table thead tr th{
	background: #F39A36 !important;
	color:#fff !important;
	font-weight:500 !important;
	padding: 10px;
	height:50px !important;
}
.lp-list-table tbody tr td, .lp-list-table tbody tr th, .lp-list-table tfoot tr td, .lp-list-table tfoot tr th{
	color:#1c1c1c !important;
	padding: 12px;
    height: 50px !important;
}
.recover-order__description, div.order-recover input[type=text]{
	font-style:normal !important;
}
.lp-courses-bar>* {
    display: flex;
    align-content: center;
    align-items: center;
}
.lp-user-profile .lp-profile-left {
    min-width: 250px !important;
    max-width: 250px !important;
}
.learn-press-nav-tabs li.active::after, .learn-press-nav-tabs li:hover::after{
	display:none
}
.lp-single-instructor .wrapper-instructor-total-courses span::before, .lp-single-instructor .wrapper-instructor-total-students span::before{
	display:none;
}
.lp-single-instructor__info__right .instructor-social a{
	color:#F39A36;
}
.dashboard-statistic__row .statistic-box{
	    justify-content: center;
}
.statistic-box .statistic-box__text{
	text-align:center;
}