/*!
Theme Name: Kuki Education
Theme URI: https://kuki-education.codexalters.com/
Author: knkstudio
Author URI: https://knkstudio.codexalters.com/
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%;
}
:root{
	    --lp-container-max-width: 1200px;
}
/* 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: #1d2f53 !important;
    --e-global-color-secondary: #de0000 !important;
    --e-global-color-text: #4F536C !important;
    --e-global-color-accent: #FFFFFF !important;
    --e-global-color-d1efb99: #FFFFFF !important;
    --e-global-color-79c83cd: #1d2f53 !important;
    --e-global-color-1da005f: #FFC107 !important;
	--lp-primary-color: #de0000 !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;
}
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{
	width: 1200px;
	margin: 0 auto;
}
.site-main{
	padding: 30px 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-family: monospace, monospace;
	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-family: monospace, monospace;
	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: #4F536C !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: italic;
}

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;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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: #4169e1;
}

/* a:visited {
	color: #800080;
} */

/* a:hover,
a:focus,
a:active {
	color: #191970;
} */

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	color: var(--e-global-color-accent);
    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:#4F536C;
	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:#de0000;
  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: #de0000;
  stroke-width: 4;
  fill: none;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

/* custom cursor css */
.custom_cursor__addcursor {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid  #de0000;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  -webkit-transform: translate(calc(-50% + 5px), -50%);
  transform: translate(calc(-50% + 5px), -50%);
  z-index: 999991;
}

.custom_cursor__addcursor_two {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #de0000;
  opacity: 0.6;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: width 0.3s, height 0.3s, opacity 0.3s;
  transition: width 0.3s, height 0.3s, opacity 0.3s;
  z-index: 999991;
}

.add_custom_cursor__hover {
  background-color: #de0000;
  opacity: 0.4;
}

.custom-cursor__innerhover {
  width: 25px;
  height: 25px;
  opacity: 0.4;
}

/* 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: #de0000 !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: #241442 !important;
    font-weight: 400 !important;
}
nav.navigation.pagination .page-numbers.current{
    color: #fff !important;
    font-weight: 400;
    background: var(--lp-primary-color);
    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: #de0000;
    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: #241442;
    color: #fff;
    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: #1d2f53;
    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: #1d2f53;
    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%;
}

/* Styling paragraphs */
p {
    color: #4F536C !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 */
.gradient_bg .elementskit-info-box-icon {
    border-radius: 10px 10px 10px 10px;
    background: transparent linear-gradient(135deg, #9C8FF6 0%, #5944E9 100%, #de0000 100%) 0% 0% no-repeat padding-box;
}

/* 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;
}
.gradient_bg .elementskit-info-box-icon svg path, .gradient_bg .elementskit-info-box-icon svg rect{
	fill:#de0000 !important;
}
/* 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 */
.gradient_bg.box1 .elementskit-info-box-icon {
    background: #F8F6FF !important;
    /* background-image: linear-gradient(130deg,#7A66FF 0%,#EBDFFF 115%); */
}

/* Styling for gradient background box 2 */
.gradient_bg.box2 .elementskit-info-box-icon {
    background-color: transparent;
    background-image: linear-gradient(130deg, #F57064 0%, #FFD0CC 115%);
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 17px !important;
}

/* Styling for gradient background box 3 */
.gradient_bg.box3 .elementskit-info-box-icon {
    background-color: transparent;
    background-image: linear-gradient(130deg, #45C8C2 0%, #B6F7F4 115%);
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 17px !important;
}

/* Styling for gradient background box 4 */
.gradient_bg.box4 .elementskit-info-box-icon {
    background-color: transparent;
    background-image: linear-gradient(130deg, #F480D4 0%, #FFD3F3 115%);
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 17px !important;
}

/* Styling for gradient background box 5 */
.gradient_bg.box5 .elementskit-info-box-icon {
    background-color: transparent;
    background-image: linear-gradient(130deg, #6ADE33 0%, #C8EFB6 115%);
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 17px !important;
}

/* Styling for gradient background box 6 */
.gradient_bg.box6 .elementskit-info-box-icon {
    background-color: transparent;
    background-image: linear-gradient(130deg, #FFA41F 0%, #FFE3BB 115%);
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 17px !important;
}

/* Styling for gradient background box 7 */
.gradient_bg.box7 .elementskit-info-box-icon {
    background-color: transparent;
    background-image: linear-gradient(130deg, #E69E9E 0%, #F5D9E0 115%);
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 17px !important;
}

/* Positioning for image animation category 1 */
.image_animation_cat.img1 {
    top: -5%;
    right: -3%;
}

/* 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;
}

/* 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: #de0000 !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: #de0000 !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 #de0000;
}
.instructor_box:hover .hover_box::before {
    border-bottom: 28px solid #de0000;
}

/* 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: 3% 0%;
    background-color: #faf9ff;
    z-index: 1;
    position: relative;
}

/* Styling for LearnPress breadcrumb */
ul.learn-press-breadcrumb i {
    margin: 0px 5px !important;
    color: #4F536C !important;
    font-size: 5px !important;
}
ul.learn-press-breadcrumb {
    padding: 4px 10px !important;
}
ul.learn-press-breadcrumb li span {
    color: #de0000;
    font-weight: 500;
}
ul.learn-press-breadcrumb li a span {
    color: #4F536C;
    font-weight: 500;
}

/* Styling for the container */
.elementor-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Styling for heading in the main section background */
.main_section_bg h3 {
    color: #241442;
    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: 2%;
}
.image_animation.imgfour {
    position: absolute;
    right: 10%;
    top: 35%;
}
.image_animation.imgtwo img {
    width: 50%;
}
.image_animation.imgfour img {
    width: 70%;
}
.image_animation.imgthree img {
    width: 60%;
}

/* Styling for LearnPress courses */
.lp-archive-courses .lp-content-area .lp-main-content {
    flex: 1;
    padding: 30px 20px;
}
.lp-courses-bar {
    width: 100%;
    justify-content: flex-start !important;
}
.lp-courses-bar .search-courses {
    width: 30% !important;
/*     max-width: 30% !important; */
}
.lp-list-instructors .ul-list-instructors li.item-instructor .instructor-btn-view{
	border:0px !important;
}
.learn-press-nav-tabs li.active::after, .learn-press-nav-tabs li:hover::after{
	display:none;
}
.lp-courses-bar .search-courses input[type=text] {
    width: 100%;
    padding: 12px 35px 12px 20px !important;
    border: 0px !important;
    border-radius: 25px !important;
    background: #F6F6F6 !important;
}
.lp-courses-bar .search-courses button {
    right: 10px !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 {
    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 {
       content: "\f0c5";
    position: absolute;
    top: -1px;
    margin-right: 0px;
    color: var(--lp-primary-color);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: -16px;
}

/* Styling for LearnPress courses grid layout */
.learn-press-courses[data-layout=grid] .course {
    margin: 20px 22px !important;
    width: 29% !important;
    padding: 20px !important;
    box-shadow: 0px 3px 15px #de000026;
    border-radius: 20px;
	background:#fff;
}
.learn-press-courses[data-layout=grid] .course-item {
    border: 0px !important;
}
.learn-press-courses[data-layout=grid] .course-item:hover {
    box-shadow: none !important;
}
.learn-press-courses[data-layout=grid] .course-content {
    padding: 10px 0px 0px 0px !important;
    flex-grow: 1;
}
.learn-press-courses[data-layout=grid] .course-content .course-title,
.lp-archive-courses .course-title {
    color: #241442;
}
.learn-press-courses[data-layout=grid] .course-content .course-permalink {
    margin-bottom: 0px;
}
.lp-archive-courses .course-content .course-excerpt {
    color: #4F536C;
    font-weight: normal;
}
.course-wrap-meta div {
    font-size: 14px;
    font-weight: normal;
    color: var(--lp-primary-color);
	position: relative;
}
.lp-archive-courses .course-content .course-price {
    float: left !important;
}
.learn-press-courses .course-content .course-readmore a{
	text-align:center;
}
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-price .origin-price {
    color: #de0000;
    font-weight: 600;
	    margin-right: 10px;
    opacity: .8;
    font-size: 16px;
    text-decoration: line-through;
	margin-left:4px;
}
.course-sidebar-preview .course-price .origin-price {
    font-size: 14px !important;
}
.lp-archive-courses .course-content  .course-price .price,
.course-sidebar-preview .course-price .price {
    color: #241442 !important;
    font-weight: 600 !important;
}
span.free {
    font-weight: 500;
    color: #241442;
}
.learn-press-pagination .page-numbers>li .page-numbers.current {
    color: #fff !important;
    font-weight: 400;
    background: var(--lp-primary-color);
    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: #241442 !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 #de000026;
    border-radius: 20px;
    border: none !important;
	padding:20px !important;
}
.learn-press-tabs__item > a{
	color: #241442 !important;
    font-weight: 400 !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;
}
.lp-archive-courses .course-summary-sidebar {
    margin-top: -26% !important;
}
.meta-item.meta-item-categories a {
    padding: 7px;
    background: #de0000;
    color: #fff;
    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: 30px;
    height: 30px;
    border-radius: 50%;
}
.meta-item.meta-item-instructor .meta-item__image img {
    border-radius: 50%;
}
.meta-item.meta-item-instructor span.instructor-display-name {
    color: #4F536C;
    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: #F8F8F8 !important;
    font-size: 16px !important;
}
ul.learn-press-nav-tabs {
    gap: 10px;
    background: transparent !important;
}
ul.learn-press-nav-tabs .course-nav {
    background: #F8F8F8;
    border-radius: 15px;
}
ul.learn-press-nav-tabs .course-nav.active::before {
    content: none !important;
}
ul.learn-press-nav-tabs .course-nav.active label {
    color: #fff !important;
    background-color: #de0000 !important;
    border-radius: 12px;
}
.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: #543EE8 !important;
    color: #fff !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: #543EE8 !important;
}
#popup-header .course-title a,
#popup-header .number {
    color: #fff !important;
}
#popup-course .back-course {
    color: #fff !important;
}
#popup-header .course-title {
    font-size: 22px !important;
}
div#comments {
    padding: 30px;
    background: #f8f8f8;
}
.comment-respond .comment-form textarea,
.comment-respond .comment-form input {
    border: none !important;
	   
}
p.form-submit .submit{
	 padding: 15px 20px;
}
.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: #543EE8 !important;
    font-weight: normal;
}
.course-tab-panel-faqs .course-faqs-box__title::after {
    color: #543EE8 !important;
}
.course-tab-panel-faqs .course-faqs-box__title {
    padding: 10px 20px 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: #fff !important;
    background: var(--lp-primary-color) !important;
    border-radius: 5px 5px 0px 0px;
}
#popup-content .lp-button {
    color: #fff !important;
    background: var(--lp-primary-color) !important;
    border: none !important;
    padding: 12px 35px !important;
}
.course-tab-panel-faqs .course-faqs-box {
    border: 1px solid #E8E8E8 !important;
}
.course-tab-panel .lp-course-author .instructor-social a i {
    color: #4F536C !important;
    font-size: 14px !important;
}
.course-tabs .course-nav label {
    padding: 12px 16px !important;
    font-weight: 400 !important;
}
.course-tab-panel .lp-course-author .author-description {
    color: #4F536C !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: #241442 !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: #de0000 !important;
}
/* Styling for LearnPress messages */
.learn-press-message.error::before,
.learn-press-message::before {
    background: #de0000 !important;
}
.learn-press-message {
    border-top: 5px solid #de0000;
    background: #F8F8F8;
    color: #4F536C !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: #241442 !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: #241442 !important;
    background: #fff !important;
    position: relative;
}
.lp-user-profile-avatar img {
    border-radius: 50% !important;
}
.lp-user-profile .lp-profile-username::before,
.lp-user-profile .lp-profile-username::after {
    background-color: #de0000 !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;
}
article.lp-content-area {
    padding: 30px;
}


/* 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, .lp-single-instructor__info{
	border:none !important;
	box-shadow: 0px 3px 15px #00000029;
	border-radius: 20px;
}
.lp-single-instructor__info .instructor-avatar img{
	border:none !important;
	
}
.lp-list-instructors .ul-list-instructors li.item-instructor .instructor-btn-view:hover{
	color:#4F536C !important;
}
.lp-list-instructors .ul-list-instructors li.item-instructor .instructor-display-name{
	color:#de0000;
	font-weight: 500 !important;
}
.lp-list-instructors .ul-list-instructors li.item-instructor .instructor-btn-view{
	color:#4F536C !important;
	 padding: 0px 0px 10px 0px !important;
	 background: #FAF9FE !important;
    margin: 0px !important;
	font-weight: 500 !important;
}
.lp-single-instructor h2{
	color:#de0000 !important;
	margin: 10px 0px;
	width:100%;
}
.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: #de0000 !important;
	fill:#de0000 !important;
}
.lp-single-instructor .wrapper-instructor-total-courses svg path{
	color: #de0000 !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;    
}
.lp-single-instructor .ul-instructor-courses li{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.lp-single-instructor__info__right .instructor-social{
	order: 3;
	width: 100%;
    margin: 0px !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;
	width:100%;
}
.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: #241442 !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 #de000026;
    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:#4F536C !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:#4F536C !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: #F8F8F8 !important;
    border-radius: 15px !important;
    border: 0px !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{
	font-weight:400 !important;
	color: var(--e-global-color-secondary) !important;
}


/* Additional image animations positioning */
.image_animation.img_12 {
    position: absolute;
    top: -64%;
    left: 30%;
}
.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 */
/* 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;
}
.eael-product-title h3 {
    font-size: 20px !important;
    color: #241442 !important;
}
.page-header h1.page-title {
    font-size: 34px;
	color: #241442 !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:#de0000 !important;
}
.course-summary .course-featured-review .featured-review__stars{
    color: #FFC107 !important;
}
.learn-press-message.warning::before{
    background: #de0000 !important;;
}
.learn-press-message.warning{
    border-color:#de0000 !important;
}
.contact_list .ekit-wid-con .elementskit-info-box-title{
    margin: 0px;
}
.lp-single-instructor .ul-instructor-courses .course-count{
    display: none !important;
}
.learn-press-courses[data-layout=grid] .course-content .course-footer {
    padding-top: 18px;
}
.learn-press-courses[data-layout=list] .course-wrap-thumbnail {
    width: 35%;
}
/* .lp-archive-courses .course-content .course-categories, .lp-archive-courses .course-instructor, .lp-archive-courses .learn-press-courses-header{
	display:none !important;
} */
.course-wrap-meta{
	align-items: center;
    align-content: center;
	gap: 28px;
    padding: 10px 0px;
}
.course-content .course-short-description{
	display:block !important
}
.lp-archive-courses .course-content{
	display: flex;
    flex-direction: column;
	
}
.learn-press-courses .course-wrap-meta{
	    margin-left: 16px;
	margin-bottom:0px !important;

}
.learn-press-courses .course-title{
	margin:0px !important;
}
.instructor-display-name, .learn-press-courses .course-instructor-category a {
    font-weight: 400 !important;
}
.lp-archive-courses .course-content{
	gap	:8px;
}
.learn-press-courses .course-instructor-category{
	margin-bottom:0px !important;
		gap	:5px !important;
}
.learn-press-courses .course-instructor-category a{
	color:#de0000;
	font-weight:500;
	display:inline !important;
}
.feature-course ul li .course-content .course-permalink{
	order:0 !important;
}
/* .feature-course ul li .course-content .course-wrap-meta{
	order:2 !important;
} */
/* .feature-course ul li .course-content .course-short-description{
	order:1 !important;
} */
.feature-course ul li .course-content .course-footer {
	order:4 !important;
}
.feature-course ul li .course-content .separator{
	order:3 !important;
}
.feature-course ul li {
    background: #fff;
}
.feature-course ul li span.origin-price {
    font-size: 20px !important;
    font-weight: 400 !important;
    opacity: 0.6 !important;
    margin-left: 5px;
}
.feature-course ul li span.price {
       font-size: 22px !important;
}
.feature-course ul li .course-wrap-meta div{
	font-size:16px;
}
.feature-course ul li span.course-title {
    font-weight: 600;
}
.lp-user-profile #profile-nav .lp-profile-nav-tabs li.active > a {
    color: #fff !important;
}
form.search-courses input {
    padding: 14px 20px;
    width: 100%;
}
.lp-archive-courses .learn-press-courses-header{
	display:none !important;
}
.learn-press-courses{
    margin: 0 0px !important;
    justify-content: center;
}
.home_list .ekit-wid-con .elementskit-post-image-card:hover .elementskit-entry-thumb>img{
	transform:none;
	opacity:1;
}
.home_list .ekit-wid-con .elementskit-entry-thumb>img{
	height:250px;
	object-fit:cover;
}
.home_list .ekit-wid-con .elementskit-post-body{
	    border-radius: 0px 0px 20px 20px;
}
.elementor-9 .elementor-element.elementor-element-80b9cfc > .elementor-widget-container {
    margin: -10px 0px 0px 0px;
}
.elementor-9 .elementor-element.elementor-element-80b9cfc .elementor-heading-title {
    line-height: 38px;
}
.elementor-9 .elementor-element.elementor-element-cfd8bae .elementor-heading-title span, .elementor-9 .elementor-element.elementor-element-1a89ba2 .elementor-heading-title span{
	color:#de0000 !important;
}
.sets .hide,
.sets .pophide {
  width: 0%;
  opacity: 0;
	display:none;
}
.sets {
    display: flex
;
    justify-content: center;
    flex-wrap: wrap;
	gap	:15px;
}
.all {
    width: 23.5%;
}
.btn__filter {
  padding: 10px 20px;
  margin: 5px 4px 30px 0;
  display: inline-block;
  color: #1d2f53 !important;
  background: #fff;
  border: 1px solid #1d2f53;
  transition: all 0.4s;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
}
.btn__filter:hover,.btn-active {
  background: #de0000;
  color: #fff !important;
 border: 1px solid #de0000;
}
.btn__filter span{
	color: #1d2f53 !important;
}
.btn__filter:hover span, .btn-active span{
	color: #fff !important;
}
/* Hide the Appointment Time Info For "Only Pick a Date" Workaround */
body .appointment-duration,
body .divider,
body .appointment-end-time,
body .appointment-start-time .appointment-start-t,
body .appointment-time-divider,
body .appointment-timezone {
display: none;
}
/* Add a "Appointment on " string before date info */
 .appointment-start-time::before { 
 content: "Appointment on "; 
 font-size:14px; 
 line-height:20px; 
 margin-top: 8px; 
 font-weight: 400; 
 letter-spacing: .01em 
 }



/* new css */
.timezone {
    display: none;
}
.course-price{
	display:none !important;
}
.xpro-hero-slider .xpro-hero-slider-title{
	margin-top:0;
}


/* Popup Modal Styles */
.popup-modall {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5); /* Black background with opacity */
}

.popup-content {
    background: #fff;
    margin: 10% auto;
    padding: 20px;
    border-radius: 8px;
    width: 80%;
    max-width: 500px;
    position: relative;
}

.close-button {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
}

.close-button:hover {
    color: red;
}
.course-summary .course-summary-sidebar .lp-course-buttons{
	display:none;
}
button#openPopup {
    margin-top: 20px;
    width: 100%;
    border-radius: 16px;
    padding: 12px;
    border: 0;
}
.popup-content input, .popup-content textarea {
    width: 100%;
    margin-bottom: 22px !important;
    padding: 12px 10px;
    border-color: var(--lp-border-color, #e2e0db) !important;
}
.popup-content form {
    padding-top: 22px;
}
.popup-content .wpcf7-submit {
    width: auto;
    border-radius: 12px !important;
}
#okapi-wasb-button, .btn-wp {
    position: fixed;
    z-index: 9999999;
    bottom: 30px;
    left: 30px;
}
#okapi-wasb-icon, .btn-wp-img {
    opacity: .95;
    width: 50px;
    height: 50px;
}
a{
	text-decoration:none;
}
.newsletter .wpcf7-response-output {
    color: #fff !important;
}
div#comments{
	display:none !important;
}
@media (max-width: 768px) {
    .lp-archive-courses .lp-entry-content {
        flex-direction: column-reverse !important;
    }
	.lp-archive-courses .course-summary-sidebar{
		        margin-bottom: 50px;
	}
	h2.course-title {
    margin: 10px 0px;
}
}