/*
Theme Name: WPEM Online Education
Theme URI: https://wp-eventmanager.com/
Author: WP Event Manager
Author URI: https://wp-eventmanager.com/the-team/
Description: WPEM Online Education is a fast, fully customizable & beautiful WordPress theme suitable for any event, blog, portfolio, business website and WooCommerce storefront. A theme compatible with WP Event Manager plugin. Also, It offers special features and templates so it works perfectly with all page builders like Elementor, Visual Composer, Beaver Builder, SiteOrigin, Divi, etc. Some of the other features: # Responsive # RTL #Translation Ready #SEO Friendly # WooCommerce Ready # Extendible with WP Event Manager addons # Regularly updated # Designed, Developed, Maintained & Supported by WP Event Manager’s dedicated team. Looking for a perfect base theme for WPEM Online Education? Look no further. You can use an WPEM Online Education theme for building any kind of event website!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wpem-online-education
Domain Path: /languages
Tags:  online-education, entertainment, portfolio, e-commerce, one-column, two-columns, full-width-template, left-sidebar, right-sidebar, editor-style, custom-header, custom-background, custom-logo, custom-menu, custom-colors, rtl-language-support, featured-images, threaded-comments, translation-ready, sticky-post, microformats,theme-options
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

WPEM Online Education is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

html {
    line-height: 1.15; 
    -webkit-text-size-adjust: 100%; 
}

.edit-link {
    margin-top: 15px;
    display: block;
}

body {
    margin: 0;
    background-color: #f5f5f5;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box; 
    height: 0; 
    overflow: visible; 
}

pre {
    font-family: monospace, monospace; 
    font-size: 1em; 
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none; 
    text-decoration: underline; 
    text-decoration: underline dotted; 
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace; 
    font-size: 1em; 
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

.btn {
    padding: 7px 20px;
    display: inline-block;
    border: 0;
    cursor: pointer;
}

.btn,
.wp-block-button__link,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button{ 
    background-color: var(--wpem-theme-button-color); 
    color: var(--wpem-theme-button-text-color);
    border-radius: 100px;
}

.btn:hover,
.wp-block-button__link:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:hover{ 
    background-color: var(--wpem-theme-secondary-color); 
    color: var(--wpem-theme-button-text-color);
}

a,
.widget a,
.entry-meta i,
.entry-content a{ 
    color: var(--wpem-theme-link-color); 
}

a:hover,
.widget a:hover,
.entry-content a:hover{
    color: var(--wpem-theme-link-hover-color);
}

.entry-title a{
    color: var(--wpem-theme-secondary-color);
}

select{
    background-image: url(assets/images/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: right 1rem center;
    appearance: none;
    -webkit-appearance: none;
    padding-right: 30px !important;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; 
    font-size: 100%; 
    line-height: 1.15; 
    margin: 0; 
}

button,
input { 
    overflow: visible;
}

button,
select { 
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box; 
    color: inherit; 
    display: table; 
    max-width: 100%; 
    padding: 0; /* 3 */
    white-space: normal; 
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; 
    padding: 0; 
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield; 
    outline: none;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button; 
    font: inherit; 
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
    color: var(--wpem-theme-secondary-color);
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
}

p {
    margin-top: 0;
}

dfn, cite, em, i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    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;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark, ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

hr {
    background-color: var(--wpem-theme-secondary-color);
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul, ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 30px;
    width: 100%;
    border: 1px solid var(--wpem-theme-secondary-color);
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    border: 1px solid var(--wpem-theme-secondary-color);
    padding: 5px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
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: var(--wpem-theme-secondary-color);
    border: 1px solid var(--wpem-theme-secondary-color);
    border-radius: 4px;
    padding: 8px;
}

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: var(--wpem-theme-secondary-color);
    border-color: var(--wpem-theme-primary-color);
    outline: none;
}

select {
    border: 1px solid var(--wpem-theme-secondary-color);
}

textarea {
    width: 100%;
}

a {
    text-decoration: none;
    transition: all 0.2s 0s;
}
a:focus, a:hover, a:active {
    outline: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.main-navigation ul {
    display: block;
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.main-navigation li {
    float: left;
    position: relative;
}
.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */
.menu-toggle{
    display: none;
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.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: var(--wpem-theme-content-color);
    border-radius: 4px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: var(--wpem-theme-secondary-color);
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
}
.widget:last-of-type{
    margin-bottom: 0px;
}
.widget select {
    max-width: 100%;
}

.sticky {
    display: block;
}

.updated:not(.published) {
    display: none;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

embed,
iframe,
object {
    max-width: 100%;
}

.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;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
}

h1, h2 {
    margin-bottom: 20px;
}

h3, h4 {
    margin-bottom: 15px;
}

h5, h6 {
    margin-bottom: 12px;
}

.contain-main-wrapper {
    background: #fff;
    margin-top: -80px;

}

.container,
.contain-main-wrapper {
    width: 100%;
    max-width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
body.boxed-layout{
    background-color: var(--wpem-theme-content-color);
}

body.boxed-layout .site {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.site {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.site-content {
    flex: 1;
}
.content-area {
    background-color: var(--wpem-theme-content-color);
    padding: 30px;
    border-radius: 4px;
}

.row,
.wpem-online-education-main-sidearea .widget .event_listings,
.wpem-online-education-main-sidearea .widget .event_listings_class {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.column,
.wpem-online-education-main-sidearea .widget .event_listings .wpem-single-event-widget,
.wpem-online-education-main-sidearea .widget .event_listings_class .wpem-single-event-widget {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.column-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.column-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.column-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.column-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.column-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.column-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.column-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.column-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.column-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.column-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.column-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.column-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.align-middle {
    align-items: center !important;
}

.justify-center {
    justify-content: center;
}

.btn:hover,
.btn:focus,
.btn:visited:hover,
.btn.focus-visble,
.btn.focus-visible:visited {
    background-color: var(--wpem-theme-secondary-color);
    color: var(--wpem-theme-button-text-color);
}

.main-contain-wrapper {
    padding: 60px 0;
}


/*---------------------------------------------------
##   Social Menu
*   ----------------------------------------------------- */
.event-social-menu {
    list-style-type: none;
    clear: both;
    display: block;
    padding: 0;
    margin: 0;
    line-height: 0;
}

.event-social-menu li a i {
    font-weight: normal;
    text-indent: 0;
}

.event-social-menu li a {
    font-size: 0;
}

.event-social-menu li {
    display: inline-block;
    margin-right: 5px;
}

.event-social-menu li a:before {
    content: "\f007";
    font-family: FontAwesome;
    font-weight: normal;
    padding-right: 0;
}

.event-social-menu li a:before {
    height: inherit;
    width: inherit;
}

.event-social-menu li a:hover {
    opacity: 0.7;
}

.event-social-menu li a[href*="facebook.com"]:before {
    content: "\f09a";
}

.event-social-menu li a[href*="facebook.com"] {
    color: #45619d;
}

.event-social-menu li a[href*="twitter.com"]:before {
    content: "\f099";
}

.event-social-menu li a[href*="twitter.com"] {
    color: #53a8ea;
}

.event-social-menu li a[href*="linkedin.com"]:before {
    content: "\f0e1";
}

.event-social-menu li a[href*="linkedin.com"] {
    color: #1b85bc;
}

.event-social-menu li a[href*="plus.google.com"]:before {
    content: "\f0d5";
}

.event-social-menu li a[href*="plus.google.com"] {
    color: #df4b38;
}

.event-social-menu li a[href*="youtube.com"]:before {
    content: "\f167";
}

.event-social-menu li a[href*="youtube.com"] {
    color: #e82707;
}

.event-social-menu li a[href*="dribbble.com"]:before {
    content: "\f17d";
}

.event-social-menu li a[href*="dribbble.com"] {
    color: #c42462;
}

.event-social-menu li a[href*="pinterest.com"]:before {
    content: "\f0d2";
}

.event-social-menu li a[href*="pinterest.com"] {
    color: #ca1f26;
}

.event-social-menu li a[href*="bitbucket.org"]:before {
    content: "\f171";
}

.event-social-menu li a[href*="bitbucket.org"] {
    color: #205081;
}

.event-social-menu li a[href*="github.com"]:before {
    content: "\f113";
}

.event-social-menu li a[href*="github.com"] {
    color: #181617;
}

.event-social-menu li a[href*="codepen.io"]:before {
    content: "\f1cb";
}

.event-social-menu li a[href*="codepen.io"] {
    color: #000;
}

.event-social-menu li a[href*="flickr.com"]:before {
    content: "\f16e";
}

.event-social-menu li a[href*="flickr.com"] {
    color: #0063db;
}

.event-social-menu li a[href$="/feed/"]:before {
    content: "\f09e";
}

.event-social-menu li a[href*="foursquare.com"]:before {
    content: "\f180";
}

.event-social-menu li a[href*="foursquare.com"] {
    color: #f94877;
}

.event-social-menu li a[href*="instagram.com"]:before {
    content: "\f16d";
}

.event-social-menu li a[href*="instagram.com"] {
    color: #e1306c;
}

.event-social-menu li a[href*="tumblr.com"]:before {
    content: "\f173";
}

.event-social-menu li a[href*="tumblr.com"] {
    color: #34465d;
}

.event-social-menu li a[href*="reddit.com"]:before {
    content: "\f1a1";
}

.event-social-menu li a[href*="reddit.com"] {
    color: #ff4403;
}

.event-social-menu li a[href*="vimeo.com"]:before {
    content: "\f194";
}

.event-social-menu li a[href*="vimeo.com"] {
    color: #23b6ea;
}

.event-social-menu li a[href*="digg.com"]:before {
    content: "\f1a6";
}

.event-social-menu li a[href*="digg.com"] {
    color: #006094;
}

.event-social-menu li a[href*="twitch.tv"]:before {
    content: "\f1e8";
}

.event-social-menu li a[href*="twitch.tv"] {
    color: #6441a5;
}

.event-social-menu li a[href*="stumbleupon.com"]:before {
    content: "\f1a4";
}

.event-social-menu li a[href*="stumbleupon.com"] {
    color: #eb4823;
}

.event-social-menu li a[href*="delicious.com"]:before {
    content: "\f1a5";
}

.event-social-menu li a[href*="delicious.com"] {
    color: #3274cf;
}

.event-social-menu li a[href*="vk.com"]:before {
    content: "\f189";
}

.event-social-menu li a[href*="vk.com"] {
    color: #3274cf;
}

.event-social-menu li a[href*="mailto:"]:before {
    content: "\f0e0";
}


/*---------------------------------------------------
##   Header Main
*   ----------------------------------------------------- */
.header-main {
    padding: 15px 0;
    background-color: var(--wpem-theme-content-color);
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.04);
}
.site-title {
    margin: 0;
}
/*---------------------------------------------------
##  Header Search
*   ----------------------------------------------------- */
.header-search-block {
    display: none;
}

.header-main .search-icon:hover {
    cursor: pointer;
}

.header-search-inner {
    padding: 3px;
    position: absolute;
    right: 0;
    width: 320px;
}
/*===========================================
## Primary Menu
=============================================*/
.refined-magazine-menu-container {
    background-color: var(--wpem-theme-secondary-color)
}
.main-navigation li a {
    color: var(--wpem-theme-secondary-color);
}
.main-navigation li a:hover {
    text-decoration: none;
    color: var(--wpem-theme-link-color);
}
.main-navigation ul ul {
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    min-width: 200px;
    background: var(--wpem-theme-content-color);
    border-top: 2px solid var(--wpem-theme-primary-color);
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.04);
    text-align: left;
    padding: 10px 0;
}
.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}
.main-navigation ul ul li {
    width: 100%;
}
.main-navigation ul ul li:last-child {
    border: none;
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
    left: 0;
}
.nav-menu > li.menu-item-has-children > a::after {
    content: "\f0d7";
    font-family: FontAwesome;
    font-size: 12px;
    margin-left: 10px;
}

/*---------------------------------------------------
##   Inner Pages
*   ----------------------------------------------------- */
.page-header-wrapper {
    padding: 30px 0;
    background: var(--wpem-theme-content-color);
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.04);
}
.page-header-wrapper h1.entry-title{
    margin: 0px;
}
.page-header-wrapper .entry-meta{
    margin-top: 10px;
}
.header-title,
h1.page-title {
    margin-bottom: 0px;
}
.post-thumbnail,
article .entry-header,
.entry-title  {
    margin-bottom: 10px;
}
.post-thumbnail,
.post-thumbnail img {
    line-height: 1;
    display: block;
}
.posted-on, .byline, .post_by, .cat-links {
    margin-right: 15px;
}
.posted-on i, .byline i, .post_by i, .cat-links i {
    margin-right: 5px;
}

.blog-list article {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.blog-list article:last-child {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

blockquote {
    border-left: 3px solid #000;
    margin: 0 0 25px 0;
    padding-left: 25px;
}

blockquote p:last-child {
    margin-bottom: 0;
}

/*---------------------------------------------------
##   404 Error Page
*   ----------------------------------------------------- */
.error-404 {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}
.error-404 h1 {
    font-size: 180px;
    line-height: 180px;
}
.error-404 h2 {
    font-size: 40px;
    line-height: normal;
}

/*---------------------------------------------------
##   Footer
*   ----------------------------------------------------- */
.site-footer {
    background: var(--wpem-theme-content-color);
}
.footer-top .container {
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
    padding-top: 60px;
    padding-bottom: 60px;

}
.footer-bottom .container {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
#goTop {
    display: block;
    position: fixed;
    bottom: 10px;
    right: 10px;
    color: var(--wpem-theme-button-text-color);
    font-size: 20px;
    opacity: 0.7;
    background: var(--wpem-theme-secondary-color);
    padding: 8px 0;
    height: 44px;
    width: 44px;
    border-radius: 50%;
    text-align: center;
}

#goTop:hover {
    background: var(--wpem-theme-secondary-color);
    opacity: 1;
}

/*---------------------------------------------------
##   Widgets
*   ----------------------------------------------------- */
form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
    color: var(--wpem-theme-button-text-color);
    border: 0px;
    cursor: pointer;
    padding: 7px 20px;
    display: inline-block;
    border-radius: 100px;
    transition: all 0.3s ease;
}
#comments .submit, .search .search-submit {
    padding: 9px 20px;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
}
#secondary .widget {
    padding: 20px;
    border-radius: 4px;
    background-color: var(--wpem-theme-content-color);
}

.widget ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.widget_archive li,
.widget_recent_comments li,
.widget_categories li,
.widget_recent_entries li,
.widget_meta li,
.widget_nav_menu li {
    padding-left: 20px;
    margin-bottom: 5px;
    position: relative;
}

.widget_archive li:before,
.widget_recent_comments li:before,
.widget_categories li:before,
.widget_recent_entries li:before,
.widget_meta li:before,
.widget_nav_menu li:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    content: "\f054";
    display: inline-block;
    font-family: 'FontAwesome';
}

ol.wp-block-latest-comments{
    padding: 0;
}

/*---------------------------------------------------
##   Event Listing Widgets
*   ----------------------------------------------------- */
.header-search-inner {
    z-index: 9;
    text-align: left;
    border-radius: 4px;
}
.widget_search input,
.header-search-inner input {
    height: 40px;
    line-height: 40px;
    width: calc(100% - 40px);
    border-color: var(--wpem-theme-primary-color);
}
.header-search-inner button {
    top: 3px;
    right: 3px;
}
.wpem-online-education-main-sidearea .widget {
    padding: 60px 0;
    margin-bottom: 0;
    background: #f9f9f9;
}
.wpem-online-education-main-sidearea .widget:nth-child(even) {
    background: #fff;
}
.widget .wpem-event-banner-img {
    overflow: hidden;
}
.widget .wpem-event-banner-img img {
    display: block;
    transform: scale(1);
    transition: all 0.5s ease-out;
}
.widget .wpem-event-action-url:hover img {
    transform: scale(1.1);
}
.wpem-online-education-cta-button {
    margin-top: 20px;
}
.recent-post-list .recent-post-list-single:nth-child(1) {
    margin-top: 0;
}
.recent-post-list figure {
    margin: 0;
}
.recent-post-list .recent-post-single {
    background: var(--wpem-theme-content-color);
    margin-top: 20px;
    padding: 15px;
    border: 1px solid var(--wpem-theme-secondary-color);
    border-radius: 4px;
}
.recent-post-list .entry-title,
.recent-post-list .entry-meta {
    margin-bottom: 5px;
}

/*---------------------------------------------------
##   Comment Form & Forms
*   ----------------------------------------------------- */
.comment-form label {
    display: block;
}

.comment-form .comment-form-cookies-consent label {
    display: inline;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
    width: 100%;
}

/*---------------------------------------------------
##  Pagination
*   ----------------------------------------------------- */
.nav-previous:before,
.nav-next:after {
    font-size: 14px;
    display: inline-block;
    font-family: 'FontAwesome';
}

.nav-previous:before {
    padding-right: 5px;
    content: "\f177";
}

.nav-next:after {
    padding-left: 5px;
    content: "\f178";
}
#primary-menu li li a:hover {
    color: var(--wpem-theme-primary-color)!important;
}
.slick-prev:before, .slick-next:before {
    font-family: 'FontAwesome';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.3s ease;
}
/*---------------------------------------------------
##   Responsive
*   ----------------------------------------------------- */

@media(max-width: 1600px) {
    .wpem_online_education-our-mission-section {
      padding-top: 40px!important;
    }
}

@media (max-width: 991px){
    .secondary-content-area{
        margin-top: 30px;
    }
    .menu-toggle{
        border: 0;
        background: transparent;
        display: block;
        margin: 0 0 0 auto;
    }
    .bar1, .bar2, .bar3 {
        width: 28px;
        height: 3px;
        background-color: var(--wpem-theme-primary-color);
        margin: 6px 0;
        transition: 0.4s;
        display: block;
    }
    .change .bar1 {
        transform: rotate(-45deg) translate(-6px, 7px);
    }
    .change .bar2 {
        opacity: 0;
    }
    .change .bar3 {
        transform: rotate(45deg) translate(-6px, -7px);
    }
    .main-navigation ul{
        display: none;
    }
    .main-navigation.toggled ul {
        display: block;
    }
    .header-main{
        padding: 15px 0;
    }
    .site-branding .site-title {
        font-size: 20px;
    }
    #site-navigation.toggled #primary-menu,
    #site-navigation.toggled #primary-menu ul.nav-menu {
        display: block;
    }
    .main-navigation li {
        float: none;
    }
    .main-navigation li.menu-item-has-children ul {
        transition: all 0.2s ease-in;
    }
    .main-navigation li.menu-item-has-children.focus > ul {
        position: relative;
        float: none;
        display: block;
    }
    .main-navigation ul ul li.focus ul {
        left: 0;
        margin: 0 10px 5px 15px;
    }
    .main-navigation li a,
    .main-navigation ul ul a{
        width: 100%;
    }
    .main-navigation li a{
        padding: 10px 0;
    }
    .main-navigation ul ul a{
        padding: 10px 20px;
    }
}

@media (max-width: 767px) {
    .header-top .column {
        text-align: center;
    }
    .text-mb-left {
        text-align: left;
    }
    .text-mb-center {
        text-align: center;
    }
    .text-mb-right {
        text-align: right;
    }
    .sidebar-first .secondary-content-area {
        -ms-flex-order: 1;
        order: 1;
    }
    .sidebar-first .primary-content-area {
        -ms-flex-order: 2;
        order: 2;
    }
    .search-box {
        display: inline-block;
        padding: 5px 10px;
        font-size: 20px;
    }
    .error-404 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .error-404 h1{
        font-size: 80px;
        line-height: 80px;
    }
    .error-404 h2{
        font-size: 20px;
    }

}

@media (min-width: 576px) {
    .column-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .column-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .column-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .column-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .column-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .column-sm-6,
    .wpem-online-education-main-sidearea .widget .event_listings .wpem-single-event-widget,
    .wpem-online-education-main-sidearea .widget .event_listings_class .wpem-single-event-widget{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .column-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .column-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .column-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .column-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .column-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .column-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

}

@media (min-width: 768px) {
    
    .comment-form-author, .comment-form-email, .comment-form-url {
        float: left;
        width: 31%;
    }
    .comment-form-author, .comment-form-email {
        margin-right: 3.5%;
    }
    .comment-form-cookies-consent,
    #comments .form-submit {
        clear: left;
    }
    .recent-post-list-single:nth-child(2),
    .recent-post-list-single:nth-child(3) {
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    .text-t-left {
        text-align: left;
    }
    .text-t-center {
        text-align: center;
    }
    .text-t-right {
        text-align: right;
    }
    .header-top .top-right {
        text-align: right;
    }
    #primary-menu {
        float: right;
    }
    #primary-menu:after,
    .menu-all-pages-container:after {
        content: '';
        clear: both;
        display: table;
    }
    #primary-menu li a {
        padding: 15px;
    }
    #primary-menu li li a {
        padding: 5px 15px;
    }
    .column-t-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .column-t-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .column-t-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .column-t-4,
    .wpem-online-education-main-sidearea .widget .event_listings .wpem-single-event-widget,
    .wpem-online-education-main-sidearea .widget .event_listings_class .wpem-single-event-widget
    {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .column-t-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .column-t-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .column-t-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .column-t-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .column-t-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .column-t-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .column-t-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .column-t-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-t-1,
    .left-sidebar .secondary-content-area {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-t-2,
    .left-sidebar .primary-content-area {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-t-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .column-l-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .column-l-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .column-l-3,
    .wpem-online-education-main-sidearea .widget .event_listings .wpem-single-event-widget,
    .wpem-online-education-main-sidearea .widget .event_listings_class .wpem-single-event-widget {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .column-l-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .column-l-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .column-l-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .column-l-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .column-l-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .column-l-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .column-l-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .column-l-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .column-l-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1470px;
    }

    body.boxed-layout .site {
        max-width: 1500px;
    }
}

:root {
    --wpem-primary-color: var(--wpem-theme-primary-color)!important;
    --wpem-theme-primary-color: #00AF92;
    --theme-link-color: #00AF92;
    --wpem_online_education-black: black;
    --wpem_online_education-dark: #111111;
    --wpem_online_education-light-color: #71758C;
    --wpem-theme-button-color: #00AF92;
    --wpem-theme-button-light-color: #F2F4F8;
}

a {
    color: var(--wpem-theme-primary-color);
    text-decoration: none !important;
}

p.site-description {
    color: #fff;
    max-width: 250px;
}
p {
    font-size: 16px;
    line-height: 24px;
    color: #71758C;
}
h2 {
    font-size: 32px;
    font-weight: 300;
}
body {
    background: white;
    font-family: 'Poppins';
}
.custom-logo-link {
    line-height: 0;
}
.theme-btn {
    font-family: 'Poppins';
    color: #fff !important;
    border: 0;
    padding: 10px 25px;
    border-radius: 100px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s 0s;
}
.theme-btn:hover {
    background-color: #000;
    color: #fff !important;
}
.theme-btn-white{
    background-color: #fff;
    color: #000 !important;
}
.wpem-theme-button:hover, a.wpem-theme-button:hover, button.wpem-theme-button:hover, input.wpem-theme-button:hover {
    background-color: var(--wpem-theme-primary-color) !important;
    border: none;
    outline: 0;
}

.wpem_online_education-heading{
    margin-bottom: 80px;
}
.wpem_online_education-heading h2 {
    font-size: calc(1.2rem + 1vw);
    line-height: normal;
    font-weight: normal;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.wpem_online_education-s2-data .wpem_online_education-heading h2 {
    margin-left: 0;
}
.wpem_online_education-heading p {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

.align-items-end{
    align-items: flex-end;
}
.align-items-center{
    align-items: center;
}

.header-main {
    position: absolute;
    width: 100%;
    padding: 15px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    background: none;
    z-index: 2;
}

.error-404 .header-main {
    position: initial;
}



.wpem_online_education-header-container {
    margin-left: 50px !important;
    margin-right: 50px !important;
}
.wpem-modal-button {
    color: white !important;
}

.wpem_online_education-footer-body h2 {
    font-weight: 100;
}

.wpem_online_education-circle-icon {
    background: #00af922b;
    padding: 30px;
    border-radius: 50%;
}

.wpem_online_education-h {
    position: absolute !important;
}

.wpem_online_education-header-btn {
    width: 100%;
    margin: auto;
}

.wpem_online_education-banner-section {
    text-align: center;
    padding-top: 300px;
    padding-bottom: 230px;
    background-image: url("assets/images/main-banner.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.wpem_online_education-about-us-banner-section {
    padding-top: 10em;
    padding-bottom: 10em;
    background-image: url("assets/images/about-banner.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
}

.wpem_online_education-event-dashboard-banner {
    padding-top: 12em;
    padding-bottom: 7em;
    background-image: url("assets/images/event-dashboard-banner.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
}

.wpem_online_education-contact-banner-section {
    padding-top: 10em;
    padding-bottom: 10em;
    background-image: url("assets/images/about-banner.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
}

.wpem_online_education-courses-banner-section {
    padding-top: 10em;
    padding-bottom: 10em;
    background-image: url("assets/images/courses-banner.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
}

.wpem_online_education-two-col-section {
    padding-top: 80px;
}
.wpem_online_education-two-col-section .wpem_online_education-heading {
    margin-bottom: 30px;
}

.wpem_online_education-navitem {
    font-family: 'poppins';
    display: flex;
    list-style: none;
    color: black;
}

.wpem_online_education-navmenu {
    width: 100%;
    margin: auto;
}

.wpem_online_education-hero-heading {
    color: white;
    font-weight: normal;
    font-size: calc(2.5rem + 1.5vw);
    line-height: normal;
}

.wpem_online_education-hero-desc {
    font-size: calc(.25rem + .8vw);
    text-align: center;
    color: #fff;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    line-height: normal;
}

.wpem_online_education-buttons {
    display: flex;
    justify-content: center;
    gap: 1em;
    margin-top: 40px;
}

.wpem_online_education-start-learning-section-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
    gap: 3em;
    padding-right: 25px;
    padding-left: 25px;
}

.s2-heading {
    font-size: 40px;
    line-height: 53px;
    font-weight: normal;
}

.s2-desc {
    font-size: 18px;
    line-height: 30px;
    color: var(--wpem_online_education-light-color);
}

.wpem_online_education-s2-iconbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wpem_online_education-s2-btn {
    padding: 7px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 50px;
    background: var(--wpem-theme-primary-color);
    color: white;
    font-weight: 500;
    letter-spacing: 0.5px;
    border: none;
    font-size: 18px;
    line-height: 32px;
}

.iconbox-item-heading {
    color: var(--wpem-theme-primary-color);
    font-family: 'DM Serif Display';
    font-size: 36px;
    line-height: 48px;
    margin: 0;
}

.iconbox-item-desc {
    font-size: 18px;
}

.wpem_online_education-latest-event-section {
    padding: 80px 0;
}
.wpem_online_education-latest-event-section .search_events.search-form-container {
    display: none;
}
.wpem_online_education-latest-event-section .wpem-event-listings #googleMap {
    display: none;
}

.wpem_online_education-learning-with-us-section-cards {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 1.5em;
}

.wpem_online_education-top-courses-section {
    background-color: #F2F4F8;
    padding-top: 80px;
    padding-bottom: 50px;
    text-align: center;
}


.wpem_online_education-instructor-section {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 20px;
}

.wpem_online_education-courses-btn {
    color: var(--wpem-theme-primary-color);
    background-color: #f2f4f8;
    padding: 5px 10px;
    border: none;
    border-radius: 25px;
    position: relative;
    z-index: 1;
}

.wpem_online_education-events-btn {
    font-size: 14px;
    color: var(--wpem-theme-primary-color);
    background-color: #F2F4F8;
    padding: 7px;
    padding-left: 20px;
    padding-right: 20px;
    border: none;
    border-radius: 25px;

}

.wpem_online_education-top-courses-section-card-item {
    background-color: white;
    border-radius: 6px;
    padding: 60px 15px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.wpem_online_education-top-courses-section-card-item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 0;
    transition: all 0.5s 0s;
}
.wpem_online_education-top-courses-section-card-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 0;
    transition: all 1s 0s;
    opacity: 0;
}
.wpem_online_education-top-courses-section-card-item:hover .wpem_online_education-courses-btn {
    background-color: var(--wpem-theme-primary-color);
    color: #fff;
}
.wpem_online_education-top-courses-section-card-item:hover{
    color: #fff;
}
.wpem_online_education-top-courses-section-card-item:hover:after {
    left: 100%;
}
.wpem_online_education-top-courses-section-card-item:hover:before {
    opacity: 0.5;
}
.wpem_online_education-top-courses-section .column {
    margin-bottom: 30px;
}
.wpem_online_education-courses-heading {
    font-family: 'DM Serif Display';
    font-size: 22px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}
.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.wpem_online_education-footer-body {
    width: 100%;
    color: white;
    background-color: var(--wpem_online_education-black);
    padding-top: 40px;
    padding-bottom: 5px;
}

.wpem_online_education-video-section {
    padding-top: 160px;
    padding-bottom: 190px;
    background-image: url("assets/images/bg1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.wpem_online_education-video-pulse-button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--wpem-theme-primary-color);
    color: #fff !important;
    font-size: 24px;
    width: 80px;
    height: 80px;
    z-index: 2;
    margin: auto;
    margin-top: 50px;
    border-radius: 100%;
    position: relative;
    cursor: pointer;
}
.wpem_online_education-video-pulse-button::before {
    content: '';
    position: absolute;
    border: 2px solid rgb(0 175 146 / 30%);
    border-radius: 50%;
    top: -20px;
    right: -20px;
    left: -20px;
    bottom: -20px;
    animation: bloom1 1.5s linear infinite;
    opacity: 0;
    z-index: 1;
}
.wpem_online_education-video-pulse-button::after {
    content: '';
    position: absolute;
    border: 8px solid rgb(0 175 146 / 30%);
    border-radius: 50%;
    top: -20px;
    right: -20px;
    left: -20px;
    bottom: -20px;
    animation: bloom2 1.5s linear infinite;
    opacity: 0;
    z-index: 1;
    animation-delay: 0.4s;
}

@keyframes bloom1 {
    0% {
        transform: scale(.5);
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.2);
    }
}

@keyframes bloom2 {
    0% {
        transform: scale(.5);
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.2);
    }
}

.wpem_online_education-video-section-heading {
    font-family: 'DM Serif Display';
    color: white;
    font-size: calc(1.6rem + 1.3vw);
    max-width: 900px;
    width: 100%;
    line-height: normal;
    margin: 0 auto;
}
.wpem_online_education-section-cards {
    display: flex;
    gap: 2em;
    flex-wrap: wrap;
    justify-content: center;
}
.wpem_online_education-instructor-section-card-item {
    margin-bottom: 60px;
}
.wpem_online_education-instructor-section-card-item h2 {
    font-size: 26px;
    font-weight: normal;
    margin-bottom: 5px;
}
.wpem_online_education-instructor-section-card-item p {
    color: var(--wpem_online_education-light-color);
    margin-bottom: 0px;
}
.wpem_online_education-section-card-item-header {
    font-size: 18px;
    line-height: 24px;
    font-family: 'Poppins';
}
.wpem_online_education-instructor-section-card-item-img {
    width: 240px;
    height: 240px;
    margin: 0 auto 20px;
    position: relative;
}
.wpem_online_education-instructor-section-card-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
    transition: all 0.3s 0s;
}
.wpem_online_education-instructor-section-card-item-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--wpem-theme-primary-color) !important;
    box-shadow: 0 6px 10px rgb(0 0 0 / 20%);
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
}
.wpem_online_education-instructor-section-card-item:hover  img {
    border: 2px solid #00af92;
    padding: 15px;
}
.wpem_online_education-instructor-section-card-item:hover .wpem_online_education-instructor-section-card-item-icon {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}
.wpem_online_education-menu-container {
    justify-content: center;
}

.wpem_online_education-learning-with-us-section {
    text-align: center;
    padding: 150px 0;
    color: white;
    background-image: url("assets/images/partnerbg.png");
    background-position: 50% 35%;
    background-size: cover;
    background-repeat: no-repeat;
}

.wpem_online_education-learning-with-us-section h2 b {
    color: var(--wpem-theme-primary-color);
}
.wpem_online_education-learning-with-us-section p {
    color: #fff;
}
.wpem_online_education-learning-with-us-section .wpem_online_education-heading {
    margin-bottom: 50px;
}
.wpem_online_education-footer-bottom .row {
    align-items: center;
}
.wpem_online_education-footer-bottom p {
    margin: 0;
}
.wpem_online_education-footer-bottom a {
    color: var(--wpem-theme-primary-color) !important;
}
.wpem_online_education-testimonial-section {
    padding-top: 70px;
    padding-bottom: 70px;
    background: #F2F4F8;
    text-align: center;
}
.wpem_online_education-join-for-free-section {
    text-align: center;
    color: white;
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: url("assets/images/bg3.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.wpem_online_education-join-for-free-section h2 {
    font-weight: normal;
    font-size: calc(1.2rem + 1.7vw);
    line-height: normal;
}
.wpem_online_education-join-for-free-section img {
    max-width: 250px;
    width: 100%;
}
.footer-col img {
    max-width: 250px;
    width: 100%;
}
.wpem_online_education-join-for-free-section p {
    margin-bottom: 40px;
    color: #fff;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.wpem_online_education-footer-2-row {
    border-top: 1px solid #ffffff2e;
    color: var(--wpem_online_education-light-color)
}
.wpem_online_education-social-icons {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.wpem_online_education-social-icons li.title {
    margin-right: 15px;
    text-transform: uppercase;
    color: #96a2b2;
    font-weight: 700;
    font-size: 13px
}
.wpem_online_education-social-icons a {
    background-color: #222;
    color: white !important;
    font-size: 16px;
    width: 40px;
    height: 40px;
    text-align: center;
    margin-left: 10px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wpem_online_education-social-icons a:active,
.wpem_online_education-social-icons a:focus,
.wpem_online_education-social-icons a:hover {
    color: #fff !important;
    background-color: var(--wpem-theme-primary-color);
}
.wpem_online_education-footer-col-3,
.wpem_online_education-footer-col-2,
.wpem_online_education-footer-col-1 {
    padding-top: 30px;
    padding-bottom: 25px;
}
.wpem_online_education-section-card-item {
    width: 350px;
    border: 1px solid #F2F4F8;
}
.wpem_online_education-card-section-btns {
    display: flex;
    gap: 0.5em;
}
.demo-all-courses-btn {
    display: flex;
    justify-content: center;
}
.wpem_online_education-card-details {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
    padding: 15px;
    margin-top: -4px;
}
.wpem_online_education-footer-links {
    list-style: none;
    font-family: 'Poppins';
    color: var(--wpem_online_education-light-color);
    padding: 0;
    margin: 0;
}
.wpem_online_education-footer-link-item a:hover {
    color: #fff !important;
}
.wpem_online_education-footer-link-item a {
    color: #71758C;
}
.footer-col {
    padding: 80px 0;
}
.footer-col p {
    max-width: 600px;
    width: 100%;
}
.wpem_online_education-footer-col-1 {
    color: var(--wpem_online_education-light-color);
}
.wpem_online_education-footer-link-item {
    padding-bottom: 8px;
}
.wpem_online_education-card-details:hover {
    background-color: #F2F4F8;
}
.wpem_online_education-start-learning-section {
    padding: 50px;
}
.wpem_online_education-s2-data {
    padding-bottom: 80px;
    padding-left: 30px;
}
.wpem_online_education-s2-img{
    line-height: 0;
}
.wpem_online_education-s2-iconbox-item {
    margin-right: 1em;
    margin-bottom: 1em;
}
.wpem_online_education-footer-bottom{
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.wpem_online_education-footer-col-2,
.wpem_online_education-footer-col-3 {
    padding-left: 3em;
}
.wpem_online_education-learning-with-us-section-card-item {
    filter: grayscale(1);
    padding: 0 15px;
}
.wpem_online_education-learning-with-us-section-card-item:hover {
    filter: grayscale(0);
}
.menu-menu-container .page_item:hover {
    color: red;
}
.heading-text {
    font-size: 18px;
    line-height: 24px;
    font-family: 'Poppins';
    font-weight: 500 !important;
}
.event-details {
    font-family: 'Poppins';
}
.wpem-online-educations .event-layout-wrapper .event_cancelled,
.wpem-online-educations .event-layout-wrapper .event_cancelled:hover {
    background: #F2F4F8;
}

.contact-map {
    position: relative;
    top: -80px;
}
.wpem_online_education-top-courses-section-icon-list {
    display: flex;
    justify-content: space-evenly;
    margin-top: 40px;
}
.wpem_online_education-top-courses-section-icon-list-item h4 {
    font-family: 'DM Serif Display';
    font-size: 28px;
    line-height: 30px;
    font-weight: 100;
    color: black;
}
.wpem_online_education-top-courses-section-icon-list-item p {
    font-family: 'Poppins';
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    color: black;
}
.wpem_online_education-top-courses-section-icon-list-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
}
.iconlist {
    margin-bottom: 20px;
}
.wpem_online_education-top-courses-section-icon-list-item {
    text-align: center;
}
.online-education-contact-form {
    width: 100%;
    margin: auto;
}
.wpem_online_education-footer {
    background: var(--wpem_online_education-black);
    color: white;
}
.wpem_online_education-s2-btn:hover {
    background: white;
    color: var(--wpem-theme-primary-color);
}
.demo-all-courses-btn:hover {
    background: white;
    color: var(--wpem-theme-primary-color);
}
.wpem_online_education-s2-btn:hover {
    background: var(--wpem-theme-primary-color);
    color: white;
}
.wpem_online_education-footer h2 {
    font-weight: 100;
    font-size: 24px;
}
.wpem_online_education-footer-col-3 ul li a {
    color: var(--wpem_online_education-light-color) !important;
}
.wpem_online_education-footer-col-3 ul li a:hover {
    color: var(--wpem-theme-primary-color) !important;
}
.comiseo-daterangepicker .ui-datepicker .ui-datepicker-today .ui-state-highlight {
    background: var(--primary-color);
    color: #fff !important;
}

.single-event-page .single-event-wrapper .single-event-body .single-event-body-sidebar .single-event-sidebar-info a.modal-button {
    color: white !important;
}
.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-type .wpem-event-type-text {
    background-color: var(--wpem-theme-button-light-color);
    color: #000;
    border-radius: 100px;
}
.wpem-event-ticket-type .wpem-event-ticket-type-text {
    border-radius: 100px;
    background-color: var(--wpem-theme-primary-color);
    color: var(--wpem-theme-button-light-color);
}

.main-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main-navigation li a {
    font-family: "poppins";
    color: #fff !important;
    padding: 10px 20px !important;
    margin: 0 10px;
    position: relative;
}
.main-navigation li a:before {
    content: "";
    width: 0;
    height: 3px;
    background-color: var(--wpem-theme-primary-color);
    display: block;
    position: absolute;
    bottom: -16px;
    left: 0;
    opacity: 0;
    transition: all 0.3s 0s;
    border-radius: 10px;
}
.main-navigation li.current-menu-item a:before, .main-navigation li a:hover:before {
    width: 100%;
    opacity: 1;
}
.main-navigation .sub-menu li a:before{
    display: none;
}
.main-navigation ul ul {
    background: #fff;
    border-top: 2px solid var(--wpem-theme-primary-color);
}
.main-navigation .sub-menu li a{
    padding: 5px 15px !important;
    color: #000 !important;
}
#theme-online-educaton-click {
    display: none;
}
.navbar-toggler {
    background-color: var(--wpem-theme-primary-color) !important;
    border: none;
}

/* single event archieve css  */

.page-header-wrapper {
    padding-top: 280px;
    padding-bottom: 100px;
    background-image: url("assets/images/event-dashboard-banner.png");
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    color: #fff;
}
.page-header-wrapper h1.entry-title {
    font-family: 'DM Serif Display';
    font-size: 50px;
    line-height: 67px;
    font-weight: normal;
    margin: 0px;
    text-align: center;
    color: #fff;
}   

.search-no-results .header-main {
    position: inherit;
}

.search-no-results .wpem_online_education-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.search-no-results p.site-description,
.search-no-results .main-navigation li a {
    color: #000!important;
}

.main-navigation a:hover {
    color: #fff;
}
/*-------------------------------*/
    /* Testimonials*/
/*-------------------------------*/
.testimonial-wrapp, 
.testimonial-wrapp .testimonial-text,
.testimonial-wrapp .testimonial-photo,
.testimonial-wrapp .quoted, .testimonial-quote{
   position: relative;
   -webkit-transition: all .4s ease-in;
   -o-transition: all .4s ease-in;
   transition: all .4s ease-in;
}
.testimonial-wrapp,
.testimonial-wrapp .testimonial-text {
    text-align: center;
}
.testimonial-wrapp .quoted,
.testimonial-wrapp .testimonial-photo {
   display: inline-block;
}
.testimonial-wrapp .quoted {
    background: var(--wpem-theme-primary-color);
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    height: 50px;
    width: 50px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
   -webkit-transform: translateY(50%);
   -ms-transform: translateY(50%);
   -o-transform: translateY(50%);
   transform: translateY(50%);
    z-index: 1;
}
.testimonial-wrapp .testimonial-text {
    background: white;
    padding: 4.25rem 2.5rem;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #f1f1f1;
}
.testimonial-wrapp .testimonial-photo {
    height: 100px;
    width: 100px;
    margin-top: -50px;
}
.testimonial-wrapp .testimonial-photo,
.testimonial-wrapp .testimonial-photo > img{
    -webkit-border-radius: 50%;
    border-radius: 50%;   
}
#testimonial-slider .owl-item:nth-child(2n) .testimonial-wrapp .quoted,
#testimonial-slider .owl-item:nth-child(2n) .testimonial-wrapp:hover .testimonial-text{
   background: var(--wpem-theme-primary-color);
}
.testimonial-wrapp:hover .testimonial-text{
   background: var(--wpem-theme-primary-color);
   color: #fff;
}
 
/*Testimonial Quotes*/
.testimonial-bg{
    background: url(../images/bg-testimonial.jpg) no-repeat;
}
.testimonial-bg-light {
    background: url(../images/bg-testimonial-light.jpg) no-repeat;
}
.testimonial-bg, .testimonial-bg-light{
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    width: 100%;
}
.testimonial-quote {
    text-align: left;
    padding-top: 10px;
}
.no-quote .testimonial-quote { 
   text-align: center;
}
.testimonial-quote h3{
   position: relative;
}
.no-quote .testimonial-quote h3::before, 
.no-quote .testimonial-quote h3::after {
   display: none;
}
.testimonial-quote h3::before, .testimonial-quote h3::after {
    display: inline-block;
    font-size: 17px;
}
.testimonial-quote h3::before {
    content: "\f10d";
    margin-right: 3px;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}
.testimonial-quote h3::after{
   content: "\f10e";
   margin-left: 3px;
   -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
}
.testimonial-quote h6{
   font-weight: 300;
}
 
#owl-thumbs.owl-dots{
   text-align: left;
}
#owl-thumbs.owl-dots .owl-dot {
    background: transparent;
    height: 60px;
    margin: 0;
    position: relative;
    width: 60px;
    border: 5px solid rgba(255,255,255,.3);
    margin-left: -30px;
    opacity: .65;
   -webkit-transform: scale(.95);
   -ms-transform: scale(.95);
   -o-transform: scale(.95);
   transform: scale(.95);
}
.testimonial-bg-light #owl-thumbs.owl-dots .owl-dot {
   border: 5px solid rgba(0,0,0,.3);
}
#owl-thumbs.owl-dots .owl-dot > img {
    width: 100%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
#owl-thumbs.owl-dots .owl-dot:first-child{
   margin-left: 0;
}
#owl-thumbs.owl-dots .owl-dot::after{
   display: none;
}
#owl-thumbs.owl-dots .owl-dot:hover,
#owl-thumbs.owl-dots .owl-dot.active{
   z-index: 5;
   opacity: 1;
   border: 5px solid rgba(255,255,255,.53);
   -webkit-transform: scale(1);
   -ms-transform: scale(1);
   -o-transform: scale(1);
   transform: scale(1);
}
.testimonial-bg-light #owl-thumbs.owl-dots .owl-dot.active {
   border: 5px solid rgba(0,0,0,.53);
}

.wpem_online_education-breadcrumb .wpem_online_education-hero-heading {
    font-size: calc(2rem + 1vw);
}
.wpem_online_education-breadcrumb .wpem_online_education-hero-desc {
    font-size: 18px;
}
.wpem_online_education-our-mission {
    padding-bottom: 60px;
}
.wpem_online_education-our-mission p {
    margin-bottom: 30px;
}
.wpem_online_education-our-mission-section {
    padding-top: 0;
}
.wpem_online_education-our-mission-section .wpem_online_education-heading {
    margin: 0;
}
.wpem_online_education-input {
    width: 100%;
    border-radius: 20px !important;
    padding: 10px 20px !important;
    border: 1px solid #fff !important;
    margin-bottom: 30px;
}
.wpem_online_education-input:hover {
    border-color: var(--wpem-theme-primary-color) !important;
}
.wpem_online_education-gray{
    background-color: #F2F4F8;
    padding-bottom: 80px;
}
.wpem_online_education-explore-course {
    border-radius: 6px;
    border: 2px solid #F2F4F8;
    overflow: hidden;
    height: 100%;
    transition: all 0.3s 0s;
}
.wpem_online_education-explore-course:hover {
    background-color: #F2F4F8;
}
.wpem_online_education-explore-course:hover .wpem_online_education-explore-course-img img {
    transform: scale(1.1);
}
.wpem_online_education-explore-courses-section {
    padding: 80px 0 50px;
}
.wpem_online_education-explore-courses-section .column {
    margin-bottom: 30px;
}
.wpem_online_education-explore-course-title a {
    color: #000;
}
.wpem_online_education-explore-course-img {
    position: relative;
    height: 220px;
    display: block;
    overflow: hidden;
}
.wpem_online_education-explore-course-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s 0s;
}
.wpem_online_education-explore-course-expert-label {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #EB5757;
    padding: 1px 10px;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    font-weight: 500;
    box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
}
.wpem_online_education-explore-course-price {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: #fff;
    font-size: 18px;
    color: #000;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
    transition: all 0.3s ease;
}
.wpem_online_education-explore-course-price:hover {
    background-color: var(--wpem-theme-primary-color);
    color: #fff;
}
.wpem_online_education-explore-course-content {
    padding: 20px;
}
.wpem_online_education-explore-course-title {
    font-weight: normal;
    font-size: 20px;
    line-height: normal;
    min-height: 56px;
}
.wpem_online_education-explore-course-provider {
    display: flex;
    align-items: center;
}
.wpem_online_education-explore-course-provider img {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    object-fit: cover;
    margin-right: 10px;
}

.mfp-close-btn-in .mfp-close {
    background: transparent;
}

.wpem_online_education-student-review-section {
    background-color: #F2F4F8;
    padding: 80px 0;
}
.wpem_online_education-student-review-item {
    background-color: #fff;
    padding: 40px;
    border-radius: 6px;
    margin: 0 15px;
    position: relative;
}
.wpem_online_education-student-review-item svg {
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 0;
}
.wpem_online_education-student-review-profile {
    display: flex;
    align-items: center;
    margin-top: 40px;
    position: relative;
    z-index: 1;
}
.wpem_online_education-student-review-profile img {
    width: 80px;
    height: 80px;
    border-radius: 100px;
    object-fit: cover;
    margin-right: 15px;
}
.wpem_online_education-student-review-profile h4 {
    font-family: 'DM Serif Display'!important;
    margin-bottom: 5px;
    font-size: 24px;
}
.wpem_online_education-student-review-profile small {
    font-size: 16px;
    color: #71758C;
}
.wpem_online_education-student-review p {
    line-height: normal;
    color: #000;
    font-size: calc(.8rem + .5vw);
    margin: 0;
    min-height: 170px;
}

.wpem_online_education-student-review-items {
    margin: 0 80px;
    position: relative;
}

.slider_prev_arrow,
.slider_next_arrow {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    color: var(--wpem-theme-primary-color);
    background: #00AF9220;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.slider_prev_arrow:hover,
.slider_next_arrow:hover {
    background: var(--wpem-theme-primary-color);
    color: #fff;
}

.slider_prev_arrow {
    left: -50px;
} 

.slider_next_arrow {
    right: -50px;
}

/*common start*/
.dark-overlay {
    position: relative;
    overflow: hidden;
}
.dark-overlay:after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: .3;
    z-index: 0;
}
.dark-overlay .container {
    position: relative;
    z-index: 1;
}
.wpem_online_education-breadcrumb {
    padding-top: 300px;
    padding-bottom: 100px;
    text-align: center;
    background-size: cover;
    background-position: bottom;
}
.wpem_online_education-breadcrumb.courses_page {
    background-position: center;
}
ul.event-alert-actions {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
}
.archive .main-navigation li a {
    color: #000!important;
}
.wpem-event-listing-type-page .wpem-event-listing-type-page-wrapper {
    margin: 20px 0;
    padding: 150px 0;
}
.archive p.site-description {
    color: #000;
}
.error404 p.site-description {
    color: #000;
}
.error404 .main-navigation li a {
    color: #000!important;
}
.wpem-expo-common-header .wpem-expo-common-header_right .btn {
    border-radius: 100px!important;
}
.event_listings a.load_more_events {
    background-color: var(--wpem-theme-primary-color);
    color: #fff !important;
    border: 0;
    border-radius: 100px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s 0s;
    text-transform: capitalize;
}
.event_listings a.load_more_events:hover  {
    background-color: #000;
    color: #fff !important;
}
.wpem-theme-button, a.wpem-theme-button, button.wpem-theme-button, input.wpem-theme-button {
    border-radius: 100px!important;
}
.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-register-label .wpem-event-register-label-text {
    background-color: var(--wpem-theme-primary-color)!important;
}
.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-body-sidebar .wpem-event-type .event-type,
.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-body-sidebar .wpem-event-category .event-category {
    background-color: var(--wpem-theme-primary-color);
    color: #fff;
    border-radius: 100px;
}
.wpem-single-event-page .wpem-single-event-right-content .wpem-single-event-body-sidebar .wpem-icon-text-button,
.wpem-single-event-schedule-role {
    border-radius: 100px;
}
form#event_filters {
    padding: 30px;
    background-color: #F2F4F8;
    padding-bottom: 10px;
    border-radius: 10px;
}
.wpem_online_education-latest-event-section form#event_filters {
    display: none;
}
.wpem_online_education-our-mission .wpem_online_education-heading h2 {
    margin-left: 0;
}
.wpem-event-listing-list-view.wpem-event-listings .wpem-event-layout-wrapper .event_listing span.wpem-event-type-text.event-type, .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-register-label .wpem-event-register-label-text, .wpem-single-event-widget .wpem-event-infomation .wpem-event-details .wpem-event-register-label .wpem-event-register-label-text {
    background-color: var(--wpem-theme-primary-color);
    color: var(--wpem-theme-button-text-color);
    border-radius: 100px;
    padding-left: 14px;
    padding-right: 14px;
}
.widget_featured_events .wpem-single-event-widget, .wpem-event-listings .wpem-event-layout-wrapper .event_featured, .wpem-event-listings .wpem-event-layout-wrapper .event_featured:hover {
    background-color: #f2f4f8!important;
}

.wpem-event-listing-list-view.wpem-event-listings .wpem-event-layout-wrapper:hover .event_listing,.wpem-event-listings .wpem-event-layout-wrapper:hover .wpem-event-action-url {
    border-width: 7px;
    border-color: var(--wpem-theme-primary-color);
}

.wpem_online_education-student-review-item svg path {
    fill: var(--wpem-theme-primary-color);
    opacity: 0.2;
}
/*common end*/

.wpem-google-tooltip-event-wrapper .wpem-google-tooltip-event-event-type .wpem-event-type-text {
    background: var(--wpem-theme-primary-color)!important;
    color: #fff;
    border-radius: 100px!important;
    padding: 5px 12px!important;
}
.error404 .header-main {
    position: inherit;
    width: 100%;
}
.error404 .main-navigation a:hover,
.search-no-results .main-navigation a:hover {
    color: #000;
}
.author-admin p.site-description {
    color: #fff;
}

.author-admin .main-navigation li a {
    color: #fff!important;
}
.author-admin .main-navigation li li a {
    color: #000!important;
}
.entry-meta a:hover {
    color: #fff;
}

/*--------------------------------------------------------------
## woocommerce
--------------------------------------------------------------*/
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled[disabled] {
    color: inherit;
    cursor: pointer!important;
    padding: .618em 1em;
    opacity: 1!important;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled[disabled]:hover {
    color: #fff!important;
    background-color: var(--wpem-theme-secondary-color)!important;
}
.woocommerce table.shop_table {
    border: 0;
    border-collapse: collapse;
}
.woocommerce table.shop_table th, .woocommerce table.shop_table td {
    border-color: #ccc;
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text {
    width: auto;
}
.woocommerce .cart .button, .woocommerce .cart input.button {
    background-color: var(--wpem-theme-button-color);
    color: var(--wpem-theme-button-text-color);
}
.woocommerce .cart .button[disabled], .woocommerce .cart input.button[disabled] {
    color: #fff !important;
}
.woocommerce .cart .button:hover[disabled], .woocommerce .cart input.button:hover[disabled] {
    color: #000 !important;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: var(--wpem-theme-button-color);
    color: var(--wpem-theme-button-text-color);
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: var(--wpem-theme-secondary-color);
}
.woocommerce-cart .cart-collaterals .cart_totals, .woocommerce-cart .cart-collaterals .cross-sells {
    padding: 15px 15px 0;
    border: 1px solid #ccc;
}
.woocommerce ul.order_details li {
    margin-bottom: 10px;
}
.woocommerce ul.order_details{
    padding-left: 0px;
}
.woocommerce-notice {
    border: 1px solid #ccc;
    padding: 8px 12px;
    border-radius: 4px;
}
.woocommerce-notice--success {
    color: green;
    border-color: green;
}
.woocommerce .woocommerce-ordering select {
    padding: 10px 15px;
    border-color: #ccc;
    border-radius: 4px;
}
.woocommerce-MyAccount-navigation ul {
    padding: 0;
    margin: 0;
}
.woocommerce-MyAccount-navigation-link {
    list-style: none;
    border: 1px solid #ccc;
    border-bottom-width: 0;
}
.woocommerce-MyAccount-navigation-link a {
    display: block;
    padding: 0.5em 1em;
}
.woocommerce-MyAccount-navigation-link.is-active a {
    background-color: var(--wpem-theme-light-color);
    font-weight: bold;
    color: var(--wpem-theme-link-color);
}
.woocommerce-MyAccount-navigation-link:last-of-type {
    border: 1px solid #ccc;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    background-color: var(--wpem-theme-button-color);
    color: var(--wpem-theme-button-text-color);
    border: 0;
    padding: 10px 25px;
    border-radius: 100px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s 0s;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background-color: var(--wpem-theme-secondary-color);
    color: #fff;
}
.woocommerce .woocommerce-EditAccountForm button {
    margin-top: 15px;
}
/* Woocommerce ends  */

.blog-list .entry-meta a:hover {
    color: #000!important;
}

/* Responsive */

@media (max-width: 1199.98px) {
    .wpem_online_education-instructor-section-card-item-img {
        width: 160px;
        height: 160px;
    }
    .wpem_online_education-instructor-section-card-item-icon{
        right: 0;
    }
    .wpem_online_education-courses-heading{
        font-size: 18px;
    }
    .wpem_online_education-two-col-section .align-items-end {
    align-items: center!important;
    }
}

@media (max-width:1024px) {
    .wpem_online_education-two-col-section,
    .wpem_online_education-top-courses-section,
    .wpem_online_education-latest-event-section,
    .wpem_online_education-instructor-section,
    .wpem_online_education-join-for-free-section,
    .wpem_online_education-our-mission-section,
    .wpem_online_education-student-review-section,
    .wpem_online_education-explore-courses-section,
    .footer-col{
        padding-top: 40px;
    }
    .wpem_online_education-s2-data,
    .wpem_online_education-latest-event-section,
    .wpem_online_education-join-for-free-section,
    .wpem_online_education-our-mission,
    .wpem_online_education-student-review-section,
    .wpem_online_education-gray,
    .footer-col{
        padding-bottom: 40px;
    }
    .wpem_online_education-heading,
    .wpem_online_education-instructor-section-card-item{
        margin-bottom: 40px;
    }
    .wpem_online_education-video-section {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .wpem_online_education-instructor-section {
        padding-bottom: 0;
    }
    .wpem_online_education-instructor-section-card-item h2 {
        padding-top: 10px;
        font-size: 25px;
        line-height: 30px;
        font-weight: normal;
    }
    .wpem_online_education-hero-heading {
        font-size: 45px;
        padding-bottom: 0;
    }
    .wpem_online_education-start-learning-section-container {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 0;
    }
    .wpem_online_education-fluid-img {
        width: 70%;
    }
    .s2-desc {
        font-size: 15px;
        color: var(--wpem_online_education-light-color);    
    }
    .s2-heading {
        font-size: 30px;
        line-height: 32px;
    }
    .wpem_online_education-start-learning-section {
        padding: 0;
    }
    .wpem_online_education-testimonial-section {
        padding: 3em;
    }
    .wpem_online_education-explore-courses-section{
        padding-bottom: 10px;
    }
    .contact-map{
        top: -40px;
    }
    .wpem_online_education-top-courses-section-icon-list-item{
        margin-bottom: 30px;
    }
}

@media (max-width: 991.98px) {
    .wpem_online_education-explore-course-title {
      min-height: 0;
    }
    .menu-toggle {
        border: 0;
        background: transparent;
        display: block!important;
        margin: 0 auto;
        color: var(--wpem-theme-primary-color)!important;
    }
    .site-branding{
        flex: 1;
        padding-left: 10px;
        padding-right: 10px;
    }
    .wpem_online_education-header-button {
        display: none;
    }
    .bar1, .bar2, .bar3 {
        width: 28px;
        height: 3px;
        background-color: var(--wpem-theme-primary-color);
        margin: 6px 0;
        transition: 0.4s;
        display: block;
    }
    .main-navigation ul {
        padding: 1em !important;
        background-color: #fff;
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        margin-top: 15px;
        box-shadow: 0 10px 10px rgb(0 0 0 / 20%);
    }
    .main-navigation li a {
        color: #000 !important;
        margin: 0px !important;
        padding: 10px 0 !important;
    }
    .main-navigation li a:before {
        bottom: 0;
    }
    .menu-menu-container ul li a {
        font-size: 16px;
    }
    .wpem_online_education-top-courses-section-card-item {
        padding: 40px 15px;
    }
    .wpem_online_education-start-learning-section-container {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }
    .wpem_online_education-student-review p{
        min-height: inherit;
    }
    .wpem_online_education-explore-courses-section .column-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .site-branding {
        flex: 0 0 70%;
    }
}

@media (max-width: 767.98px) {
    .slick-slider .slick-list .slick-track .slick-slide>div {
        height: auto!important;
    }
    .column{
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .wpem_online_education-footer-1 {
        display: block;
        text-align: center;
    }
    .wpem_online_education-logo {
        width: 50%;
    }
    .wpem_online_education-hero-desc {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .wpem_online_education-hero-heading {
        font-size: 36px;
        padding-bottom: 0;
    }
    .wpem_online_education-breadcrumb .wpem_online_education-hero-desc{
        font-size: 14px;
        margin-bottom: 0px;
    }
    .wpem_online_education-social-icons li.title {
        display: block;
        margin-right: 0;
        font-weight: 600
    }
    .wpem_online_education-start-learning-section-container {
        display: block;
    }
    .wpem_online_education-banner-section {
        padding-top: 200px;
        padding-bottom: 120px;
    }
    .theme-btn {
        font-size: 14px;
        padding: 10px 20px;
    }
    .wpem_online_education-two-col-section .row {
        flex-direction: column-reverse;
    }
    .wpem_online_education-s2-data {
        padding-left: 0;
    }
    .iconbox-item-heading {
        font-size: 30px;
        line-height: normal;
    }
    .iconbox-item-descimages {
        font-size: 14px;
        margin: 0;
    }
    
    .wpem_online_education-courses-heading{
        font-size: 22px;
    }
    .wpem_online_education-learning-with-us-section{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .wpem_online_education-instructor-section .column-3,
    .wpem_online_education-top-courses-section .column-3 {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
    p{
        font-size: 14px;
    }
    .footer-col {
        padding-bottom: 0;
    }
    .wpem_online_education-social-icons {
        justify-content: center;
        margin-top: 10px;
    }
    .wpem_online_education-footer-bottom {
        text-align: center;
        margin-top: 40px;
    }
    .wpem_online_education-breadcrumb {
        padding-top: 250px;
        padding-bottom: 60px;
    }
}


@media (max-width: 575.98px) {
   .wpem_online_education-banner-section {
        padding-top: 150px;
        padding-bottom: 85px;
    } 
    .wpem_online_education-instructor-section .column-3,
    .wpem_online_education-top-courses-section .column-3 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .wpem_online_education-top-courses-section .column:last-of-type{
        margin-bottom: 0px;
    }
    .wpem_online_education-student-review-item {
        margin: 0;
        padding: 20px;
    }
    .wpem_online_education-student-review-items {
        margin: 0;
    }
    .wpem_online_education-student-review-profile img {
        width: 50px;
        height: 50px;
    }
    .wpem_online_education-student-review-profile h4 {
        font-size: 18px;
        margin: 0;
    }
    .wpem_online_education-student-review-profile small {
        font-size: 12px;
    }
    .wpem_online_education-student-review-profile{
        margin-top: 20px;
    }
    .site-branding {
        flex: 0 0 60%;
    }
    .page-header-wrapper {
        padding-top: 250px;
    }
    .wpem_online_education-banner-section {
        padding-top: 250px;
    }
}
