/*
Theme Name: WPEM Webinar
Theme URI: https://wp-eventmanager.com/
Author: WP Event Manager
Author URI: https://wp-eventmanager.com/the-team/
Description: WPEM Webinar 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-webinar
Domain Path: /languages
Tags:  webinar, 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 Webinar 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/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
    ## Links
    ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Comments
# Infinite scroll
# Media
    ## Captions
    ## Galleries
--------------------------------------------------------------*/

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

.edit-link {
  margin-top: 15px;
  display: block;
}

body {
  margin: 0;
  background-color: #fff;
}

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-radius: 4px;
  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);
}

.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;
  white-space: normal;
}

.wpem-webinar-qa-poll .dots-graphics {
  right: -60px;
  left: inherit;
  bottom: -80px;
}
.webinar-poll-container {
  background: #ffffff;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  position: absolute;
  bottom: -30px;
  right: -30px;
  padding: 40px;
}

button.gray-btn {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #000000;
    text-transform: capitalize;
    padding: 10px 15px;
    border: none;
    background: #EEEEEE;
    border-radius: 4px;
}

.wpem-webinar-qa-poll {
  position: relative;
}

.webinar-poll-container h2 {
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  /* identical to box height */
  color: #000000;
  margin-bottom: 20px;
}

progress {
  vertical-align: baseline;
  width: 100%;
  height: 10px;
  margin-bottom: 10px;
}

progress {
  -webkit-appearance: none;
}

::-webkit-progress-bar {
  background-color: #f7f8f9;
  border-radius: 10px;
}

::-webkit-progress-value {
  background-color: var(--wpem-theme-primary-color);
  border-radius: 10px;
}

::-moz-progress-bar {
  background-color: var(--wpem-theme-primary-color);
  border-radius: 10px;
}

progress {
  position: relative;
}

progress::before,
progress::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 10px;
}

progress::before {
  width: 100%;
  background: #f7f8f9;
}

progress::after {
  width: 75%;
  background: var(--wpem-theme-primary-color);
}

.progress-container1 progress::after {
  width: 85%;
  background: var(--wpem-theme-primary-color);
}
.progress-container2 progress::after {
  width: 67%;
  background: var(--wpem-theme-primary-color);
}

.progress-container3 progress::after {
  width: 46%;
  background: var(--wpem-theme-primary-color);
}

.progress-container4 progress::after {
  width: 25%;
  background: var(--wpem-theme-primary-color);
}

.progress-container5 progress::after {
  width: 10%;
  background: var(--wpem-theme-primary-color);
}

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-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  border: 1px solid var(--wpem-theme-secondary-color);
  padding: 5px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input.wpem-webinar-form-input:hover,
input.wpem-webinar-form-input:active,
input.wpem-webinar-form-input:focus {
  border-color: var(--wpem-theme-primary-color);
}

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 {
  width: 100%;
  margin-bottom: 30px;
  color: var(--wpem-theme-secondary-color);
  border: 2px solid transparent;
  border-radius: 4px;
  padding: 11px 15px;
  background: #f7f8f9;
  transition: all 0.3s;
}

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;
  margin-right: 30px;
}
.main-navigation li.current-menu-item > a {
  color: var(--wpem-theme-primary-color);
}

.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-webinar-main-sidearea .widget .event_listings,
.wpem-webinar-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-webinar-main-sidearea .widget .event_listings .wpem-single-event-widget,
.wpem-webinar-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;
}

.realtive {
  position: relative;
}

.flex-middle {
  display: flex;
  align-items: center;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

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

.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 {
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  color: var(--wpem-theme-link-color);
}

.main-navigation li a:hover {
  text-decoration: none;
  color: var(--wpem-theme-link-hover-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: 80px 0;
  background: rgba(255, 172, 39, 0.1);
  text-align: center;
}

.page-header-wrapper h1.entry-title {
  margin: 0px;
  color: #000;
  font-size: calc(1rem + 1.5vw);
}

.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: normal;
}

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

section {
  padding: 80px 0;
}

/*---------------------------------------------------
##   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;
  border-radius: 4px;
  cursor: pointer;
  padding: 7px 20px;
  display: inline-block;
  border-radius: 4px;
}

#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);
  margin: 0;
  border: 1px solid;
  background: transparent;
}
.header-search-inner button {
  top: 3px;
  right: 3px;
}

.wpem-webinar-main-sidearea .widget {
  padding: 60px 0;
  margin-bottom: 0;
  background: #f9f9f9;
}

.wpem-webinar-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-webinar-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-primary-color) !important;
}

.slick-prev:before,
.slick-next:before {
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.3s ease;
}

.wpem-webinar-why-attend-section {
  padding-top: 0;
}

.wpem-webinar-specialist {
  padding: 40px 0
}

.wpem-webinar-technology {
  padding-top: 0;
}

.wpem-webinar-faq-section {
  margin-top: 80px;
}

.wpem-webinar-faq-section .container {
  width: 1200px;
}

.container.error-404 p {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
## woocommerce
--------------------------------------------------------------*/
.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:hover,
.woocommerce .cart input.button:hover {
  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;
  opacity: 1!important;
  cursor: pointer!important;
}
.woocommerce .cart .button:hover[disabled],
.woocommerce .cart input.button:hover[disabled] {
  background-color: var(--wpem-theme-button-color)!important;
  color: var(--wpem-theme-button-text-color)!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-primary-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);
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: var(--wpem-theme-button-color);
  color: var(--wpem-theme-button-text-color);
}
.woocommerce .woocommerce-EditAccountForm button {
  margin-top: 15px;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  border-color: #0000002b;
}
/* Woocommerce section end  */

/* New Theme Add  */

:root {
  --wpem-primary-color: #ffac27 !important;
}

p.site-description {
  color: #000;
  font-size: 14px;
  line-height: normal;
  max-width: 250px;
  margin-bottom: 25px;
}

p {
  font-size: 18px;
  line-height: 28px;
  color: #777;
  margin-bottom: 0;
}

.custom-logo-link {
  line-height: 0;
}

.theme-btn {
  color: #fff;
  background: var(--wpem-theme-button-color);
  border: 0;
  padding: 12px 20px;
  cursor: pointer;
  transition: all 0.3s 0s;
  border-radius: 4px;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
}
.theme-btn:hover {
  background-color: #000;
}

.white-btn {
  border: none;
  background: transparent;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  color: var(--wpem-theme-link-color);
  text-transform: capitalize;
  cursor: pointer;
  transition: all 0.3s 0s;
}

.white-btn span {
  margin-right: 12px;
}

.white-btn:hover {
  background: transparent;
  color: var(--wpem-theme-link-hover-color);
}

.banner-right-image {
  position: relative;
}

.wpem-webinar-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: 70px;
  height: 70px;
  z-index: 2;
  margin: auto;
  border: 1px solid #fff;
  border-radius: 100%;
  position: absolute;
  cursor: pointer;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.wpem-webinar-video-pulse-button::before {
  content: "";
  position: absolute;
  border: 2px solid rgb(255 2555 255 / 30%);
  border-radius: 50%;
  top: -20px;
  right: -20px;
  left: -20px;
  bottom: -20px;
  animation: bloom1 1.5s linear infinite;
  opacity: 0;
  z-index: 1;
}

.wpem-webinar-video-pulse-button::after {
  content: "";
  position: absolute;
  border: 8px solid rgb(255 255 255 / 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(0.5);
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(1.2);
  }
}

@keyframes bloom2 {
  0% {
    transform: scale(0.5);
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(1.2);
  }
}

/*-------------------------------*/
/* Testimonials*/
/*-------------------------------*/
.testimonial-wrapp,
.testimonial-wrapp .testimonial-text,
.testimonial-wrapp .testimonial-photo,
.testimonial-wrapp .quoted,
.testimonial-quote {
  position: relative;
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.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 {
  margin-bottom: 20px;
}

.testimonial-profile {
  margin-top: 60px;
}

.wpem-webinar-testimonial-section .slick-slider .slick-dots {
  right: 60px !important;
  bottom: 60px !important;
  width: initial;
}
.wpem-webinar-testimonial-section .slick-dots li{
  width: 8px;
}
.wpem-webinar-testimonial-section .dots-graphics {
  left: 33%;
  bottom: -10px;
  z-index: 0;
}
.wpem-webinar-testimonial-section .container {
  position: relative;
}

.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, 0.3);
  margin-left: -30px;
  opacity: 0.65;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}

.testimonial-bg-light #owl-thumbs.owl-dots .owl-dot {
  border: 5px solid rgba(0, 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, 0.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, 0.53);
}

.mfp-close-btn-in .mfp-close {
  background: transparent;
}


/* New theme add  */

.main-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wpem-accordian-item {
  margin-bottom: 15px;
}

.wpem-webinar-accordian-container {
  margin-bottom: 30px;
}
.accordion {
  background: #f7f8f9;
  color: #000;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  padding-right: 40px;
  position: relative;
}

.active,
.accordion:hover {
  background-color: #fff7e9;
}

.accordion:hover {
  color: #000;
}
.wpem-accordian-item.show .panel {
    display: block;
}

.wpem-accordian-item.show .accordion {
    background-color: #fff7e9;
}
.accordion:after {
  content: "\002B";
  color: var(--wpem-theme-primary-color);
  font-weight: bold;
  float: right;
  border: 2px solid;
  border-radius: 100px;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0px, -50%);
  padding-left: 1px;
}

.wpem-accordian-item.show .accordion:after {
  content: "\2212";
}

.panel {
  padding: 20px;
  background-color: white;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  display: none;
}

.header-search-icon,
.header-cart-icon {
  margin-right: 30px;
}

.header-search-icon a,
.header-cart-icon a {
  color: var(--wpem-theme-link-color);
}
.header-search-icon a:hover, .header-cart-icon a:hover {
  color: var(--wpem-theme-link-hover-color);
}
.site-branding img {
  max-width: 200px;
}

.main-banner-left-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main-banner-left {
  padding:0 30px;

}
.banner-title {
  position: relative;
}
.banner-title .dots-graphics {
  left: -30px;
  top: -20px;
}
.banner-title h2 {
  font-weight: 700;
  font-size: 44px;
  line-height: 56px;
  color: var(--wpem-theme-secondary-color);
  margin-bottom: 30px;
  max-width: 600px;
}

.banner-title b {
  color: var(--wpem-theme-primary-color);
}

.banner-title p {
  font-size: 20px;
  max-width: 800px;
  width: 100%;
}

.banner-profile {
  margin-bottom: 30px;
  margin-top: 30px;
}

.banner-profile-img {
  margin-right: 15px;
  line-height: 0;
}

.banner-profile-img img {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  object-fit: cover;
}

.banner-profile-desc h2 {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 0;
}

.banner-profile-desc p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: var(--wpem-theme-secondary-color);
}

.buttons-group {
  gap: 2em;
}

.banner-socials {
  position: absolute;
  bottom: 0;
  left: 105px;
}
.banner-socials ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.banner-socials li {
  margin-left: 10px;
}

.banner-socials li a {
  color: var(--wpem-theme-link-color);
  font-size: 20px;
  padding: 10px;
}
.banner-socials li a:hover{
  color: var(--wpem-theme-link-hover-color);
}

.banner-socials:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  background: #000;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
}

.wpem-webinar-main-banner {
  padding: 0;
  overflow: hidden;
}

.wpem-webinar-main-banner .container {
  max-width: 100% !important;
  width: calc(100% - 80px);
}

/* .wpem-webinar-main-banner .container {
    max-width: calc(100% - 40px);
} */

.banner-img img {
  width: 100%;
  height: 750px;
  object-fit: cover;
}
.banner-img {
  border-radius: 0px 0px 0px 150px;
  position: relative;
  overflow: hidden;
  line-height: 0;
}
.banner-img:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: .3;
}
.date-icon {
  width: 70px;
  height: 70px;
  background: #ffeecf;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.date-desc p {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #000000;
}

.banner-date {
  position: absolute;
  left: -150px;
  bottom: 50%;
  transform: translateY(-50%);
  background: #fff;
  padding-right: 20px;
  transform: rotate(-90deg);
  box-shadow: 0 4px 40px rgb(0 0 0 / 5%);
  border-radius: 4px;
  overflow: hidden;
}



.image-box {
  width: 100%;
  line-height: 0;
  position: relative;
  border-radius: 0px 50px 0px 0px;
  background: #fff7e9;
  overflow: hidden;
}
.image-box-img {
    opacity: 0;
    transition: all 0.3s 0s;
}
.image-box-img img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}


.image-box:hover .image-box-img {
  opacity: 1;
}

.image-box-icon {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: #ffffff;
  box-shadow: 0px 4px 10px rgba(255, 172, 39, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 15px;
  right: 15px;
}

.image-box-desc {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 15px;
}

.image-box-desc h2 {
  font-weight: 700;
  font-size: calc(2rem + 1.5vw);
  line-height: normal;
  text-align: center;
  margin-bottom: 10px;
  color: var(--wpem-theme-secondary-color);
  transition: all 0.3s 0s;
}

.image-box-desc p {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  color: var(--wpem-theme-secondary-color);
  transition: all 0.3s 0s;
}

.image-box:hover .image-box-desc h2 {
  color: var(--wpem-theme-primary-color);
}

.image-box:hover .image-box-desc p {
  color: #fff;
}

.image-box-img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0px 50px 0px 0px;
  transition: all 0.3s 0s;
}

.image-box:hover:before {
  opacity: 1;
}

.section-title {
  margin-bottom: 30px;
}
.section-title p {
  max-width: 800px;
  width: 100%;
}

.section-title h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: normal;
  color: var(--wpem-theme-secondary-color);
  margin-bottom: 15px;
  text-transform: capitalize;
}

.section-title b {
  color: var(--wpem-theme-primary-color);
}

.icon-list-icon i {
  transition: all 0.3s;
}

.icon-list-container {
  margin-top: 30px;
  margin-bottom: 20px;
}

.icon-list-icon {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  background: #eeeeee;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #000;
  transition: all 0.3s;
}

.icon-list-desc p {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: var(--wpem-theme-secondary-color);
  transition: all 0.3s;
}

.icon-list {
  margin-bottom: 20px;
}

.icon-list:hover .icon-list-icon {
  background: var(--wpem-theme-primary-color);
}

.icon-list-desc small {
  font-size: 16px;
}

.icon-list:hover .icon-list-icon i {
  color: #fff;
}

.icon-list:hover .icon-list-desc p {
  color: var(--wpem-theme-primary-color);
}


.attend-webinar-img {
  position: relative;
}
.attend-webinar-img .dots-graphics img {
  width: inherit !important;
  height: inherit !important;
  border-radius: inherit;
}
.attend-webinar-img .dots-graphics {
  left: -40px;
  bottom: -40px;
  z-index: 0;
}


.attend-webinar-img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 100px 0px 0px 0px;
}

.icon-box-icon {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  box-shadow: 0 10px 40px rgb(0 0 0 / 5%);
}

.icon-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.icon-box-desc p {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #000000;
}

.wpem-webinar-our-perks-section {
  background: url(assets/images/perks-bg.png);
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
  position: relative;
  width: calc(100% - 80px);
  margin: auto;
}

.wpem-webinar-our-perks-section:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #f7f8f9;
  border-radius: 0px 0px 0px 100px;
  z-index: -1;
}

.wpem-webinar-our-perks-section .row {
  margin-top: 60px;
}

.real-time-interaction-img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 0 100px 0 0;
}

.wpem-webinar-events-section .wpem-form-wrapper {
  display: none;
}
.wpem-single-event-page .wpem-single-event-right-content .wpem-single-event-body-sidebar .wpem-icon-text-button.bookmark-notice {
  background-color: transparent !important;
}
.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper {
  border: 2px solid var(--wpem-gray-border-color);
  width: 100%;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
  border-radius: 0px 0px 30px 0px;
}

.wpem-event-listings.wpem-event-listing-box-view
  .wpem-event-layout-wrapper:hover {
  border: 1px solid var(--wpem-gray-border-color);
  width: 100%;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
  border: 2px solid #ffac27;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
  border-radius: 0px 0px 30px 0px;
}

.wpem-event-ticket-type .wpem-event-ticket-type-text {
  background: var(--wpem-theme-primary-color);
  color: #fff;
  padding: 5px 7px;
  display: inline-block;
  line-height: 15px;
  font-weight: 500;
  font-size: 14px;
  border-radius: 4px;
}

.wpem-webinar-dont-miss-section {
  background: url(assets/images/amazing-webinar-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
  position: relative;
  width: calc(100% - 80px);
  margin: auto;
}

.wpem-webinar-testimonial-section {
  padding-top: 150px;
}

.wpem-webinar-testimonial-section.wpem-webinar-aboutus {
  padding-top: 0;
  padding-bottom: 0;
}

.wpem-webinar-events-section .wpem-event-listings #googleMap {
  display: none;
}

.wpem-webinar-real-time-interaction-section .section-card {
  padding-left: 40px;
}

.wpem-webinar-dont-miss-section .icon-box-desc p {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 10px;
  text-align: center;
}

.wpem-webinar-dont-miss-section .icon-box-desc small {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
}

.wpem-webinar-dont-miss-section:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffac27;
  border-radius: 0px 100px 0px 0px;
  z-index: -1;
}

.wpem-webinar-dont-miss-section .section-title h2,
.wpem-webinar-dont-miss-section .section-title p {
  color: #fff;
  text-transform: none;
}

.icon-box-icon img {
  width: 60px;
  height: 60px;
}

.wpem-webinar-dont-miss-section .icon-box {
  padding: 80px 15px 40px;
  background: #fff;
  position: relative;
  height: 100%;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  text-align: center;
}

.wpem-webinar-dont-miss-section .icon-box-desc p,
.wpem-webinar-dont-miss-section .icon-box-desc small {
  color: #000;
}

.wpem-webinar-dont-miss-section .icon-box-icon {
  position: absolute;
  top: -60px;
}

.wpem-webinar-dont-miss-section .row {
  margin-bottom: -170px;
  margin-top: 120px;
}

.testimonial-img {
  flex: 0 0 400px;
  line-height: 0;
}

.testimonial-img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.testimonial-desc {
  padding: 40px;
}
.testimonial-desc p {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 60px;
  max-width: 712px;
}

.testimonial-profile h2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #000000;
  margin-bottom: 0;
}

.testimonial-profile small {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.testimonials-container{
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
}
.testimonial-item {
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
  border-radius: 0px 100px 0px 0px;
  margin: 40px;
  overflow: hidden;
}

.partner-logo-container1 {
  margin-top: 60px;
  background: #fff;
  margin-bottom: -250px;
  width: 600px;
}
.partner-logo-container2 {
  margin-bottom: 60px;
  background: #fff;
  margin-top: -250px;
}
.partner-logo-container2 .column-4, 
.partner-logo-container1 .column-4 {
  padding: 1px;
}
.partner-logo-container2 .row,
.partner-logo-container1 .row {
  margin: 0px;
}
.partner img {
  max-height: 60px;
}
.partner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  background: #ffffff;
  padding: 15px;
  box-shadow: 0px 10px 40px rgb(0 0 0 / 5%);
}

.webinar-specialist-img {
  position: relative;
  width: 100%;
  line-height: 0;
}

.webinar-specialist-img img {
  height: 310px;
  width: 100%;
  object-fit: cover;
  border-radius: 0px 80px 0px 0px;
}

.webinar-specialist-card {
  position: relative;
  margin-bottom: 45px;
}

.linkedin-icon{
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.linkedin-icon a{
  width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.linkedin-icon a:hover{
  background-color: var(--wpem-theme-primary-color);
  color: #fff;
}
.webinar-specialist-profile p {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
}

.webinar-specialist-profile small {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-transform: capitalize;
}

.webinar-specialist-profile {
  margin-top: 15px;
}

.webinar-specialist-img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--wpem-theme-primary-color);
  border-radius: 0px 80px 0px 0px;
  transition: all 0.3s ease;
  opacity: 0;
}
.webinar-specialist-card:hover .webinar-specialist-img:before {
  opacity: 0.5;
}
.wpem-webinar-specialist .column-3:nth-child(2n) .webinar-specialist-img img {
  border-radius: 80px 0px 0px 0px;
}
.wpem-webinar-specialist
  .column-3:nth-child(2n)
  .webinar-specialist-img:before {
  border-radius: 80px 0px 0px 0px;
}

.wpem-webinar-register-now-section {
  background: url(assets/images/amazing-webinar-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
  position: relative;
  padding-top: 60px;
  padding-bottom: 30px;
  width: calc(100% - 80px);
  margin: auto;
}

.wpem-webinar-register-now-section:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff7e9;
  z-index: -1;
  border-radius: 0 100px 0 0;
}

.wpem-webinar-footer .buttons-group {
  float: right;
}

.footer-links ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.5em;
  padding: 0;
  margin: 0;
  margin-bottom: 35px;
}

.footer-links li a {
  color: #fff;
}

.footer-links li a:hover {
  color: var(--wpem-theme-primary-color);
}

.footer-socials a {
  color: #fff;
}

.footer-socials ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  padding: 0;
  margin: 0;
  margin-bottom: 35px;
}

.footer-socials li {
  width: 34px;
  height: 34px;
  background: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  transition: all 0.3s ease;
}

.wpem-webinar-footer {
  background: url(assets/images/footer-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 80px 0;
  z-index: 1;
  width: 100%;
  max-width: calc(100% - 80px);
  margin: 0 auto 40px;
}

.wpem-webinar-footer:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: -1;
}

.wpem-webinar-footer .white-btn {
  color: #fff;
}
.wpem-webinar-footer .white-btn:hover{
  color: var(--wpem-theme-primary-color);
}

.wpem-webinar-footer-bottom .site-logo {
  margin-bottom: 35px;
}

.copyrights p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  margin: auto;
}

.copyrights b {
  color: var(--wpem-theme-primary-color);
}

.join-live-webinar small {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: var(--wpem-theme-primary-color);
  display: block;
  margin-bottom: 15px;
}

.join-live-webinar p {
  font-weight: 500;
  font-size: 30px;
  line-height: 38px;
  color: #ffffff;
}

.wpem-webinar-footer-top .container {
  padding-bottom: 60px;
  border-bottom: 1px solid #333333;
}

.wpem-webinar-footer-bottom {
  margin-top: 60px;
}

.footer-socials li:hover {
  background: var(--wpem-theme-primary-color);
}

.footer-socials li:hover a {
  color: #fff;
}

.wpem-webinar-sponsors-section {
  background: url(assets/images/sponsors-bg.jpg);
  background-size: cover;
  position: relative;
  z-index: 1;
  margin: 200px 0;
}

.sponsors-container p {
  color: #fff;
  max-width: 600px;
}

.wpem-webinar-our-perks-section p,
.wpem-webinar-events-section p,
.wpem-webinar-dont-miss-section p,
.wpem-webinar-testimonial-section p,
.wpem-webinar-specialist p,
.wpem-webinar-faq-section p,
.wpem-webinar-technology p {
  margin: auto;
}

.wpem-webinar-register-now-section .wpem-webinar-form {
  padding: 50px;
  background: #fff;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  width: 100%;
  margin-bottom: -130px;
}

.sponsors-container .section-title h2 {
  color: #fff;
}
.wpem-webinar-register-now-section .icon-list-icon {
  background: transparent !important;
  border: none;
  flex: 0 0 40px;
}

.wpem-webinar-register-now-section .icon-list-icon i {
  color: var(--wpem-theme-primary-color) !important;
  font-size: 24px;
}
.slick-dots {
  text-align: end !important;
}
.slick-initialized .slick-slide {
  display: flex;
}

.panel p {
  margin: 0;
}

.wpem-webinar-about-us-banner {
  background: url(assets/images/about-us-banner.png);
  background-size: cover;
  position: relative;
  border-radius: 0px 0px 0px 100px;
  z-index: 1;
  padding-top: 250px;
  width: calc(100% - 80px);
  margin: auto;
}

.header-main .container {
  width: calc(100% - 80px);
  margin: auto;
  max-width: 100% !important;
}

.wpem-webinar-about-us-banner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0px 0px 0px 100px;
  z-index: -1;
}

.wpem-webinar-about-us-banner .container {
  position: relative;
}

.wpem-webinar-about-us-banner .banner-title h2,
.wpem-webinar-about-us-banner .banner-title p {
  color: #fff;
}

.wpem-webinar-contact-us-banner {
  background: url(assets/images/contact-us-banner.png);
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 0px 0px 0px 100px;
  z-index: 1;
  padding-top: 250px;
  width: calc(100% - 80px);
  margin: auto;
}

.wpem-webinar-about-us-banner h2,
.wpem-webinar-contact-us-banner h2
 {
  margin-bottom: 10px;
}

.wpem-webinar-contact-us-banner .banner-title,
.wpem-webinar-about-us-banner .banner-title {
  margin-left: 30px;
}

.wpem-webinar-contact-us-banner .container {
  position: relative;
}

.page-header-hero-section img {
  width: 150px;
  height: 150px;
  position: absolute;
  left: 20px;
  top: -10px;
}

.wpem-webinar-contact-us-banner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0px 0px 0px 100px;
  z-index: -1;
}

.wpem-webinar-contact-us-banner .banner-title h2,
.wpem-webinar-contact-us-banner .banner-title p {
  color: #fff;
}

.suggeston-icon {
  margin-bottom: 20px;
}

.wpem-webinar-suggestions .section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: 0;
}
.wpem-webinar-suggestions{
  padding-bottom: 50px;
}
.suggestion-box {
  background: #f7f8f9;
  border-radius: 0px 50px 0px 0px;
  padding: 30px;
  transition: all 0.3s ease;
  height: 100%;
}
.wpem-webinar-suggestions .section-title h2{
  margin: 0px;
}

.wpem-webinar-suggestions .column-4 {
  margin-bottom: 30px;
}

.suggestion-box:hover {
  background: #fff7e9;
}

.suggestion-box h2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 10px;
}

.suggestion-box p {
  color: #000;
}

.suggeston-icon img {
  width: 50px;
  height: 50px;
}

.wpem-webinar-join-live-section .container {
  position: relative;
  background: url(assets/images/live-webinar.png);
  background-size: cover;
  background-position: center;
  border-radius: 0px 100px 0px 0px;
  z-index: 1;
  padding: 180px 0;
  padding-top: 300px;
  max-width: calc(100% - 60px) !important;
}

.wpem-webinar-join-live-section .container:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0px 100px 0px 0px;
  z-index: -1;
}

.wpem-webinar-join-live-section .wpem-webinar-video-pulse-button {
  top: 38%;
}

.webinar-partner {
  width: 100%;
  height: 100px;
  background: #ffffff;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

.wpem-webinar-join-live-section h2 {
  color: #fff;
}

.wpem-webinar-get-in-touch .wpem-webinar-form {
  position: initial;
}

.wpem-webinar-form h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 51px;
  color: #000000;
  margin-bottom: 0;
}

.contact-map iframe {
  border-radius: 100px 0px 0px 0px;
  mix-blend-mode: color-burn;
}

.contact-iconbox-icon {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff7e9;
  border-radius: 0px 25px 0px 0px;
  margin-right: 20px;
  flex: 0 0 100px;
}

.contact-iconbox-desc h2 {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #000000;
  margin-bottom: 10px;
}

.contact-iconbox-desc p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}

.contact-map {
  width: 100%;
  height: 600px;
  position: relative;
  z-index: 1;
}

.contact-map:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffac275e;
  z-index: -1;
  border-radius: 100px 0px 0px 0px;
}

ul.event-alert-actions {
  display: flex;
}

.wpem-event-listing-type-page
  .wpem-event-listing-type-page-wrapper
  .wpem-event-listing-type-page-title
  .wpem-heading-text {
  line-height: normal !important;
}

.slick-slider .slick-dots li button:before {
  color: #000 !important;
  opacity: 1 !important;
  border-radius: 100px !important;
  font-size: 8px;
}

.slick-dots li button {
  color: #000 !important;
}

.slick-dots li.slick-active button:before {
  color: var(--wpem-theme-primary-color) !important;
  transform: scale(1.5);
}

/* Bar graph  */

.graph {
  margin-bottom: 0;
}

.graph caption {
  font: bold 150%/120% arial, helvetica, sans-serif;
  padding-bottom: 0.33em;
}

.graph tbody th {
  text-align: right;
}

@supports (display: grid) {
  .graph {
    display: block;
    width: 80%;
    height: 300px;
  }

  .graph caption {
    display: block;
  }

  .graph thead {
    display: none;
  }

  .graph tbody {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(2em, 1fr));
    column-gap: 0;
    align-items: end;
    height: 100%;
    margin: 0;
    padding: 0;
    border: none;
  }

  .graph tr {
    position: relative;
    display: block;
  }

  .graph tr:hover {
    z-index: 999;
  }

  .graph th,
  .graph td {
    display: block;
    text-align: center;
  }

  .graph tbody th {
    position: absolute;
    top: -85px;
    left: 0;
    width: 100%;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    border: none;
  }

  .graph tbody th:after {
    content: "";
  }

  .graph td {
    width: 100%;
    height: 100%;
    border-radius: 0;
    transition: background 0.5s;
    border: none;
  }

  .graph tr:hover td {
    opacity: 0.7;
  }

  .graph td span {
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    padding: 0.5em 0;
    margin: -1em 0 0;
    font: normal 85%/120% arial, helvetica, sans-serif;
    /* 			background:white; */
    /* 			box-shadow:0 0 0.25em rgba(0,0,0,0.6); */
    font-weight: bold;
    opacity: 0;
    transition: opacity 0.5s;
    color: white;
  }

  .toggleGraph:checked + table td span,
  .graph tr:hover td span {
    width: 4em;
    margin-left: -2em; /* 1/2 the declared width */
    opacity: 1;
  }
  /* min-width:32em */
} /* grid only */

.shadebg {
  padding-top: 150px;
  background: rgba(255, 172, 39, 0.1);
  border-radius: 0px 100px 0px 0px;
}

table.graph h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #000000;
  margin-bottom: 0;
}

table.graph p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #777777;
  margin-bottom: 0;
}
.wpem-webinar-graph .dots-graphics {
  right: -20px;
  top: -20px;
  left: inherit;
  bottom: inherit;
}
.wpem-webinar-graph {
  position: relative;
}
.wpem-webinar-who-we-are {
  position: relative;
  padding-bottom: 0;
}

.wpem-webinar-join-live-section {
  padding-top: 0;
}

.wpem-webinar-who-we-are .section-title {
  margin-left: 60px;
}

.wepm-webinar-who-we-are-cards {
  margin-left: 60px;
  display: flex;
  gap: 70px;
}

.who-we-are-card-item h2 {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 40px;
  line-height: 28px;
  color: var(--wpem-theme-primary-color);
}

.who-we-are-card-item p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
}

.poll-chat-icon {
    width: 70px;
    height: 70px;
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    position: absolute;
    right: -20px;
    bottom: -20px;
}

.wpem-webinar-real-time-interaction-section {
    position: relative;
}

.dots-graphics {
  position: absolute;
  left: 43%;
  bottom: -58px;
  z-index: -1;
}

.wpem-webinar-contact-iconbox {
  padding-top: 0;
}


/*---------------------------------------------------
##   Responsive
*   ----------------------------------------------------- */

@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-webinar-main-sidearea .widget .event_listings .wpem-single-event-widget,
  .wpem-webinar-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-webinar-main-sidearea .widget .event_listings .wpem-single-event-widget,
  .wpem-webinar-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-webinar-main-sidearea .widget .event_listings .wpem-single-event-widget,
  .wpem-webinar-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: 767px) and (max-width: 991px) {
  .wpem-webinar-real-time-interaction-section .section-card .column-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1470px;
  }
  body.boxed-layout .site {
    max-width: 1500px;
  }
}

@media (max-width: 1600px) {
  .partner-logo-container1 {
    width: auto!important;
  }
  .wepm-webinar-who-we-are-cards {
    gap: 40px;
  }
}

@media (max-width: 1400px) {
  .main-navigation li {
    margin: 0;
  }
}

@media (max-width: 1200px) {
  .wpem-webinar-faq-section .container {
    width: 100%;
  }
  .main-navigation li a {
      font-size: 16px;
  }
}

@media (max-width: 1024px) {
  .main-navigation li a {
      padding: 10px;
      font-size: 14px;
  }
  .webinar-specialist-img img{
    height: 210px;
  }
}

@media (max-width: 991px) {
  .wpem-webinar-graph{
    margin-bottom: 30px;
  }
  .wpem-webinar-graph .dots-graphics img {
      max-width: 100px;
  }
  .wpem-webinar-graph .dots-graphics {
      right: 0;
  }
  .wpem-webinar-who-we-are .column-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .testimonial-item{
    display: block !important;
  }
  .wpem-webinar-testimonial-section .dots-graphics {
    left: 10px;
    bottom: 0;
  }
  .image-box-icon{
    width: 50px;
    height: 50px;
  }
  .image-box-icon img {
    max-height: 20px;
  }
  .image-box-desc{
    margin-top: 10px;
  }

  .menu-toggle {
    border: 0;
    background: transparent !important;
    display: block !important;
    color: var(--wpem-theme-primary-color) !important;
  }

  .site-branding {
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
  }

  .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%);
    z-index: 99;
  }

  .main-navigation li a {
    color: #000 !important;
    margin: 0px !important;
    padding: 10px 0 !important;
    font-size: 16px;
  }

  .main-navigation li a:before {
    bottom: 0;
  }

  .menu-menu-container ul li a {
    font-size: 16px;
  }
  .buttons-group {
      gap: 0.7em;
      flex-wrap: wrap;
  }
  .header-buttons {
    margin-right: 10px;
}
  .white-btn {
      font-size: 16px;
  }
  .theme-btn {
      font-size: 16px;
  }
  .date-desc p {
      font-size: 14px;
  }
  .date-icon {
      width: 50px;
      height: 50px;
      margin-right: 15px;
  }
  .date-icon img {
      width: 20px;
  }
  .banner-date {
      left: -105px;
  }
  .banner-title h2 {
    font-size: 30px;
    line-height: normal;
    margin-bottom: 15px;
  }
  .banner-title p {
    font-size: 16px;
    line-height: 26px;
  }
  .banner-socials {
    bottom: -40px;
  }

  .wpem-webinar-dont-miss-section .icon-box-desc p {
    font-size: 20px;
  }

  .icon-box-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
  }
  .icon-box-desc p {
      font-size: 16px;
  }

  .wpem-webinar-dont-miss-section .icon-box-icon {
    top: -45px;
  }

  .wpem-webinar-dont-miss-section .icon-box {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .wpem-webinar-dont-miss-section .icon-box-desc small {
    font-size: 14px;
    line-height: normal !important;
    display: block;
  }

  .icon-box-icon img {
    width: 35px;
    height: 35px;
  }
  .wpem-webinar-dont-miss-section .row{
    margin-bottom: -140px;
  }

  .banner-img img {
    height: 460px!important;
  }
 
  .contact-iconbox-icon {
    flex: 0 0 80px;
    height: 80px;
    margin-right: 12px;
  }

  .secondary-content-area {
    margin-top: 30px;
  }


  .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.focus > ul, .main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul{
    position: relative;
    float: none;
    display: block;
    margin: 0;
  }

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

  .wpem-webinar-faq-section {
    margin-top: 0;
  }
  
  .wpem-webinar-register-now-section .wpem-webinar-form {
    padding: 30px;
    margin: 0px;
  }
  .wpem-webinar-register-now-section{
    padding: 40px 10px;
  }

  .slick-slider .slick-dots {
    bottom: -80px!important;
    text-align: center!important;
}
}

@media (max-width: 767px) {
  .wpem-webinar-contact-iconbox {
    padding-bottom: 10px;
  }
  .contact-map {
    margin-top: 30px;
    height: 250px;
}
  .wpem-webinar-suggestions {
    padding-bottom: 10px;
  } 
  .footer-links ul{
    gap: 10px;
  }
  .wpem-webinar-register-now-section{
    width: calc(100% - 30px);
  }
  .wpem-webinar-testimonial-section {
    padding-top: 40px; 
  }
  .wpem-webinar-dont-miss-section .row {
    margin: 80px 0 -60px 0px;
  }
  .wpem-webinar-dont-miss-section{
    width: calc(100% - 30px);
  }
  .wpem-webinar-events-section {
    padding-bottom: 10px;
  }
  section {
    padding: 40px 0;
  }
  .section-title h2{
    font-size: 28px;
  }
  .partner-logo-container2 {
      margin: 0;
  }
  .wpem-webinar-sponsors-section .column-6:last-of-type {
      display: flex;
      flex-direction: column-reverse;
  }
  .sponsors-container {
      margin-bottom: 30px;
      text-align: center;
  }
  .partner-logo-container2 .column-4, .partner-logo-container1 .column-4 {
      flex: 0 0 33.33% !important;
      max-width: 33.33% !important;
  }
  .wpem-webinar-dont-miss-section .column-3 {
    max-width: 50% !important;
    flex: 0 0 50% !important;
  }
  .wpem-webinar-our-perks-section .column-2 {
      flex: 0 0 33.33% !important;
      max-width: 33.33% !important;
  }
  .attend-webinar-img .dots-graphics {
      left: 0;
  }
  .attend-webinar-img .dots-graphics img {
      max-width: 100px;
  }
  .image-box:hover .image-box-img {
    width: 100%;
    object-fit: contain;
  }

  .banner-img img {
    height: auto;
  }

  .attend-webinar-img img {
    height: 400px!important;
  }
  .wpem-webinar-who-we-are {
    padding-bottom: 0;
  }

  .column {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .theme-btn {
    font-size: 14px;
    padding: 10px 20px;
  }

  p {
    font-size: 14px;
    line-height: 21px;
  }

  .image-box,
  .icon-box {
    margin-bottom: 30px;
  }

  .section-card {
    margin-bottom: 45px;
  }

  .wpem-webinar-dont-miss-section .icon-box {
    margin-bottom: 70px;
    height: inherit;
  }

  .slick-initialized .slick-slide {
    display: block !important;
  }

  .wpem-webinar-sponsors-section {
    margin: auto!important;
  }

  .wpem-webinar-form {
    position: initial !important;
  }

  .wpem-webinar-footer .buttons-group {
    float: left !important;
    margin-top: 30px;
  }

  .footer-links ul {
    flex-direction: column;
  }

  .banner-date {
    left: -115px;
    bottom: 52%;
  }

  .wpem-webinar-about-us-banner,
  .wpem-webinar-contact-us-banner {
    padding-top: 40px !important;
  }

  .contact-iconbox-item {
    margin-bottom: 30px;
  }
  .banner-socials {
    position: relative;
    bottom: 0;
    left: 60px;
    margin-top: 15px;
  }
  .main-banner-left {
      padding: 30px 0;
  }
  .header-main .container {
      width: 100%;
  }
  .banner-title .dots-graphics img {
      max-width: 100px;
  }

  .partner-logo-container1 {
    width: 100%!important;
    margin: 0 0 30px;
  }

  .wpem-webinar-real-time-interaction-section .section-card {
    padding-left: 0px;
    margin-top: 100px;
    margin-bottom: 0px;
  }

   .wpem-webinar-sponsors-section {
    margin-top: 0; 
  }

  .wpem-webinar-who-we-are .section-title {
    margin-left: 0;
  }

  .wepm-webinar-who-we-are-cards {
    margin-left: 0;
  }

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

  .error-404 h2 {
    font-size: 20px;
  }
  .wpem-webinar-image-box .row .column-3 {
      flex: 0 0 50% !important;
      max-width: 50% !important;
  }
  .webinar-poll-container {
      right: 30px;
  }
  .wpem-webinar-qa-poll .dots-graphics {
      right: 0;
  }

  .wpem-webinar-image-box {
    padding-bottom: 0;
  }
  .wpem-webinar-our-perks-section {
      width: calc(100% - 30px);
      padding-bottom: 10px;
  }
  .wpem-webinar-our-perks-section .row {
      margin: 0;
  }
  .wpem-webinar-specialist .column-3 {
      flex: 0 0 50% !important;
      max-width: 50% !important;
  }
  .webinar-specialist-img img {
      height: 300px;
  }
  .wpem-webinar-technology .column-2 {
    flex: 0 0 33.33% !important;
    max-width: 33.33% !important;
  }
  .webinar-partner {
      margin-bottom: 30px;
  }
  .wpem-webinar-footer {
    padding: 40px 10px;
    max-width: calc(100% - 30px);
    margin-bottom: 15px;
}
}

@media (max-width: 575px) {
  .wpem-webinar-testimonial-section .slick-slider .slick-dots{
    right: 50px !important;
    bottom: 40px !important;
  }
 
  .wpem-webinar-footer-top .container {
      padding-bottom: 40px;
  }
  .wpem-webinar-footer-bottom {
      margin-top: 40px;
  }
  .join-live-webinar p {
      font-size: 24px;
      line-height: normal;
  }
  .webinar-specialist-img img {
      height: 150px;
  }
  .webinar-specialist-profile p {
      font-size: 16px;
      line-height: normal;
  }
  .webinar-specialist-profile small {
      font-size: 14px;
      line-height: normal;
      display: block;
  }
  .webinar-specialist-card{
    margin-bottom: 30px;
  }
  .linkedin-icon {
      bottom: 10px;
      left: 10px;
  }
  .linkedin-icon a {
      width: 30px;
      height: 30px;
      font-size: 14px;
  }
  .webinar-specialist-img img {
      border-radius: 0px 40px 0px 0px;
  }

  .wpem-webinar-specialist .column-3:nth-child(2n) .webinar-specialist-img:before {
      border-radius: 40px 0px 0px 0px;
  }

  .wpem-webinar-specialist .column-3:nth-child(2n) .webinar-specialist-img img {
      border-radius: 40px 0 0 0;
  }

  .webinar-specialist-img:before {
      border-radius: 0 40px 0 0;
  }
  .webinar-poll-container{
    padding: 15px;
  }
  .image-box-desc {
    margin-top: 20px;
  }
  .image-box-img img{
    height: 200px;
  }
  .wpem-webinar-dont-miss-section .column-3 {
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
  .wpem-webinar-our-perks-section .column-2 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .wpem-webinar-main-banner .container{
    width: calc(100% - 40px);
  }
  .banner-img img {
    height: 300px!important;
  }
  .banner-right-image {
    padding-left: 30px;
  }
  .banner-img {
      border-radius: 0 0 0 100px;
  }
  .banner-date {
    left: -90px !important;
    bottom: 120px !important;
  } 

  .slick-slider .slick-dots {
    bottom: 0!important;
    right: 0!important;
    padding: 0!important;
    margin: 0!important;
    width: 150px;
  }

  .testimonial-img {
    margin-right: 0!important;
  }

  .testimonial-img img {
    height: auto;
  }

  .image-box-img {
    width: 100%;
  }

  

  .wpem-webinar-join-live-section .container {
    padding: 80px 0;
    padding-top: 200px;
  }

  .wpem-webinar-specialist {
    padding-bottom: 10px;
  }
  .wpem-webinar-footer {
    padding: 40px 0!important;
  }

  .wpem-webinar-real-time-interaction-section {
    padding-bottom: 0;
  }

  .header-main .container,
  .wpem-webinar-contact-us-banner,
  .wpem-webinar-about-us-banner {
    width: 100% !important;
  }

  .wpem-webinar-sponsors-section {
    margin: 0 !important;
  }
  .header-search-icon,
  .header-cart-icon {
    display: none;
  }

  .wepm-webinar-who-we-are-cards {
    flex-wrap: wrap;
  }


  .wpem-webinar-suggestions {
    padding-top: 50px !important;
  }
  .site-branding img {
    max-width: 140px;
  }
  .banner-socials li {
    margin-left: 0;
  }
  .banner-socials li a {
    font-size: 14px;
  }
  .testimonial-item {
      margin: 25px;
  }

  .testimonial-desc {
      padding: 20px;
  }

  .testimonial-desc p {
      font-size: 16px;
      line-height: 24px;
  }

  .testimonial-quote {
      margin: 0;
  }
  .testimonial-profile {
      margin-top: 30px;
  }

  .testimonial-profile h2 {
      font-size: 16px;
  }

  .testimonial-profile small {
      font-size: 14px;
  }

  .testimonial-quote img {
      max-width: 40px;
  }
  .wpem-webinar-testimonial-section .dots-graphics img {
    max-width: 100px;
}
  .wpem-webinar-testimonial-section{
    padding-bottom: 0px;
  }
  .accordion {
      font-size: 16px;
      line-height: normal;
  }
  .graph{
    width: 100%;
  }
  table.graph p {
    font-size: 14px;
  }
  .webinar-partner{
    height: 70px;
  }
}

