@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700");
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;500;700;900&family=Roboto:wght@300;400;500;700;900&family=Montserrat:wght@500;600&family=Open+Sans:wght@400&family=Red+Hat+Display:wght@400;700&display=swap');
@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);

:root {
    --call-action-color:#6453a4;
    --theme-bg-color: #2b6777;
    --heading-color: #182c44;
    --bg-color: #2b6777;
    --body-color: #888888;
    --shadow-color:#cecece;
    --theme-color: #ff0000; /*#fe0040;*/
    --theme-color-sec: #dc3545;
    --white-color: #fff;
    --black-color: #000;
    --light-color: #EFEFEF;
    --border-color: #E3E8FE;
    --lightgrey-color: #ccc;
    --font-family-1: 'Heebo', sans-serif;
    --font-family-2: 'Roboto', sans-serif;
    --font-family-mont: 'Montserrat', sans-serif;
    --font-family-open: 'Open Sans', sans-serif;
    --font-family-red: 'Red Hat Display', sans-serif;
}

/* All Fonts */

/* All Color */

/* Extra color */

/**/

/* Social icon color */

/*!
Theme Name: Onestack
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Courcity
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

Courcity 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
--------------------------------------------------------------*/

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

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

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

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

/*---------------------------- Start of Reset Code ----------------*/

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

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

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;

}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-size: 1em;
    /* 2 */
}

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

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *      `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

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

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea {
    color: #02b3e4;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

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

p {
    margin: 0;
}

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

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

blockquote {
    line-height: 25px;
    letter-spacing: 0.2px;
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
    font-weight: 400;
    /* text-align: center; */
    color: #454545;
    font-style: italic;
    line-height: 27px;
    border: 0;
    /* padding: 17px 0 27px 0; */
    margin: 0 0 0;
}

blockquote i {
    font-size: 35px;
    color: #000000;
    /*margin-bottom: 20px;*/
    display: block;
    text-align: center;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    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-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 {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
    font-family: "Arial", sans-serif;
    /*font-size: 14px;*/
    font-size: 15px;
    line-height: 21px;
    color: #000;
    font-weight: 400;
    overflow-x: hidden !important;
    -webkit-font-smoothing: antialiased;
    display: none;
}

hr {
    background-color: #ccc;
    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;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid #454545;
    border-radius: 2px;
    background: #454545;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: var(--theme-bg-color);
}

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

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: #454545;
    border-radius: 0;
    padding: 10px;
}

select {
    border: 1px solid #eee;
}

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,
textarea.form-control:focus {
    border-color: #02b3e4;
    box-shadow: 0 0px 0px #02b3e4 inset, 0 0 0px #02b3e4;
}

textarea {
    width: 100%;
}

select:focus {
    box-shadow: none !important;
    border-color: #6a6a6a !important;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    color: #454545;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:visited {
    color: #454545;
}

a:hover,
a:focus,
a:active {
    color: var(--theme-bg-color);
    text-decoration: none;
}

a:focus {
    outline: none;
}

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

.modal {
    z-index: 999999;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

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

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

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

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

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

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

.main-navigation li {
    float: left;
    position: relative;
}

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

.dropdown-toggle:after {
    right: -5px !important;
}

/* Small menu. */

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

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }

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

.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
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 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;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */

#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;
    /* Make sure select elements fit in widgets. */
}

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

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

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

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

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

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

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

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

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    /*max-width: 100%;*/
}

/* Make sure logo link wraps around logo image. */

.custom-logo-link {
    display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

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

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

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

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}

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

/*--------------------------------------------------------------
## Common CSS code
--------------------------------------------------------------*/

/* text selector */

::-moz-selection {
    background: #52ab98;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #52ab98;
    color: #fff;
    text-shadow: none;
}

::placeholder {
    color: #6a6a6a;
}

/*---------------------------- End of Reset Code ----------------*/

/*------------------------------------------------------------
## Button Style
--------------------------------------------------------------*/

a.btn-large {
    display: inline-block;
    background: var(--call-action-color);
    font-size: 16px;
    font-weight: 400;
    padding: 21px 70px;
    margin:20px 15px;
    border-radius: 3px;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px 0 rgba(46, 61, 73, 0.15);
    min-width:250px;
}

a.btn-large:hover {
    color: #fff;
    background: var(--theme-bg-hover-color);
}

button.btn-small {
    float: right;
    border: 0px !important;
    padding: 14px 28px !important;
    cursor: pointer;
}

button.btn-small:hover {
    color: #fff;
    background: var(--theme-bg-hover-color) !important;
}

a.btn-small, button.btn-small {
    display: inline-block;
    background: var(--call-action-color);
    font-size: 14px;
    font-weight: 600;
    padding: 7px 28px;
    border-radius: 3px;
    text-transform: capitalize;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px 0 rgba(46, 61, 73, 0.15);
}

a.btn-small:hover {
    color: #fff;
    background: var(--theme-bg-hover-color) !important;
}

a.btn-small:focus {
    outline: none !important;
    box-shadow: none;
}

button:focus {
    outline: 0px !important;
}

a.btn-ellips {
    display: inline-block;
    background: #02b3e4;
    text-align: center;
    padding: 15px 35px;
    border-radius: 25px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px 0 rgba(46, 61, 73, 0.15);
}

a.btn-ellips i {
    margin-left: 5px;
}

a.btn-ellips:hover {
    background: #454545;
}

a.btn-bordered {
    display: inline-block;
    background: transparent;
    font-size: 15px;
    color: #02b3e4;
    font-weight: 600;
    padding: 11px 27px;
    border-radius: 3px;
    border: 2px solid #02b3e4;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a.btn-bordered:hover {
    background: #02b3e4;
    color: #fff;
}

a.btn-circle {
    display: inline-block;
    background: var(--theme-bg-color);
    height: 40px;
    width: 40px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    padding-top: 9px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 10px 25px 0 rgba(46, 61, 73, 0.15);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


/*------------------------------------------------------------
## Global Section
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Default Padding and Margin
--------------------------------------------------------------*/

.no-margin {
    margin: 0;
}

.no-padding {
    padding: 0;
}

.padding-right {
    padding-right: 0;
}

.padding-left {
    padding-left: 0;
}

.margin-top-large {
    margin-top: 120px;
}

.margin-top-middle {
    margin-top: 70px;
}

.margin-top-small {
    margin-top: 35px;
}

.margin-bottom-large {
    margin-bottom: 140px;
}

.margin-bottom-middle {
    margin-bottom: 70px;
}

.margin-bottom-small {
    margin-bottom: 35px;
}

.padding-top-large {
    padding-top: 140px;
}

.padding-top-middle {
    padding-top: 70px;
}

.padding-top-small {
    padding-top: 35px;
}

.padding-bottom-large {
    padding-bottom: 140px;
}

.padding-bottom-middle {
    padding-bottom: 70px;
}

.padding-bottom-small {
    padding-bottom: 35px;
}

/*--------------------------------------------------------------
## Header title Style
--------------------------------------------------------------*/

.title-middle {
    text-align: center;
    padding-bottom: 50px;
}

.title-middle h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: capitalize;
    color: #454545;
    margin-bottom: 30px;
}

.title-middle p {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    line-height: 28px;
}

.title-left {
    text-align: left;
}

.title-left h2 {
    font-size: 32px;
    font-weight: 300;
    text-transform: capitalize;
    color: #454545;
}

.title-left p {
    width: 80%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    line-height: 28px;
}

/*--------------------------------------------------------------
## Alert Box 1x
--------------------------------------------------------------*/

.alertbox-1x .alert {
    /*background: linear-gradient(to right, #ff0000, rgba(231,24,70, 0.7));*/
    background-color: #ff0000;
    padding: 20px 0;
    margin-bottom: 0;
    color: #fff;
    text-align: center;
    border-radius: 0;
}

.alertbox-1x .alert p {
    font-size: 17px;
    font-weight: 600;
}

.alertbox-1x .alert p strong {
    font-size: 20px;
    font-weight: 700;
    margin-left: 30px;
}

.alertbox-1x .alert .close {
    top: -11px;
    right: 15%;
    color: #fff;
    outline: none;
}

.alertbox-1x .alert .close:hover {
    color: #fff;
}

/*--------------------------------------------------------------
## Header top
--------------------------------------------------------------*/

.header-top-area {
    /*position: absolute;*/
    top: 40px;
    left: 40px;
}

.header-top-area .header-top-wrapper .header-top-left ul {
    display: flex;
    color: var(--heading-color);
    font-size: 1.4rem;
}

.header-top-area .header-top-wrapper .header-top-left ul li {
    margin-right: 4rem;
}

.header-top-area .header-top-wrapper .header-top-left ul li i {
    margin-right: 1rem;
    color: var(--theme-color);
}

/*--------------------------------------------------------------
## Main Menu
--------------------------------------------------------------*/

ul li:hover:before {
    /*this adds a dot above menu item on hover very useful can be used any where*/
    /*content: "";*/
    /*position: absolute;*/
    /*top: -15px;*/
    /*background: red;*/
    /*width: 15px;*/
    /*height: 15px;*/
    /*border-radius: 100%;*/
    /*left:calc(50% - 8px);*/
}


.main-menu {
    padding: 15px 0;
}

.navbar-light .navbar-brand {
    padding-left: 0;
}

.navbar-light .navbar-brand img {
    /*max-width: 210px;*/ /*for red logo*/
    max-width: 255px;
    object-fit: cover;
    /*max-height: 80px;*/
}

.btco-hover-menu {
    z-index: 999;
    background-color: transparent !important;
}

.main-menu .navbar-nav .nav-link {
    font-family: Roboto;
    padding-left: 29px;
    font-weight: 500;
    opacity: 1;
    z-index: 9999;
    text-transform: capitalize;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.main-menu .sign-in {
    margin-left: 35px;
    border-left: 1px solid #dedfe0;
}

.main-menu .nav-item .btn-small {
    margin: 4px 0 0 35px;
    font-size: 14px;
    font-weight: 400;
    padding: 6px 22px;
    text-transform: capitalize;
    box-shadow: 0 10px 25px 0 rgba(46, 61, 73, 0.15);
}

.main-menu .nav-item .btn-small:hover {
    background: #454545;
    color: #fff;
}

.navbar-light .navbar-nav .active > .nav-link {
    font-weight: 500;
    color: #000;
}

.navbar-light .navbar-nav .active > .nav-link:before {

    content: "";
    position: absolute;
    bottom: -5px;
    background: var(--theme-bg-color);
    width: 12px;
    height: 4px;
    /*border-radius: 100%;*/
    left: calc(50% - 8px);
}

.btco-hover-menu .collapse ul > li:hover > a,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    background: transparent;
    color: var(--theme-bg-hover-color);
}

ul.dropdown-menu:hover {
    background: #fff;
    top: 100%;
    opacity: 1;
}

.btco-hover-menu .collapse ul ul ul,
.btco-hover-menu .collapse ul ul ul.dropdown-menu {
    background: #fff;
    margin-left: 0;
}

.btco-hover-menu .collapse ul ul,
.btco-hover-menu .collapse ul ul.dropdown-menu {
    background: #fff;
    margin-left: 14px;
    padding-top: 19px;
}

ul.main-menu-nav ul.dropdown-menu li {
    padding-left: 7px;
}

ul.main-menu-nav li ul.dropdown-menu li ul.dropdown-menu {
    padding-top: 0;
    margin-left: 0;
}

ul.main-menu-nav li ul.dropdown-menu li a i {
    float: right;
    padding-top: 3px;
}

.dropdown-menu li {
    border-bottom: 1px solid #eee;
}

.dropdown-menu li:last-child {
    border-bottom: 0 solid #eee;
}

ul.main-menu-nav li.dropdown a i {
    padding-left: 3px;
    font-weight: 700;
}

.dropdown:hover > .dropdown-menu {
    /* display: block; */
}

.dropdown-item {
    color: #454545;
    font-weight: 400;
    padding: 8px 25px;
    line-height: 30px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #02b3e4;
}

/************************************************
            Overlay text On main slider
*************************************************/
.course-box {
    height: 120px !important;
}

.hvrbox,
.hvrbox * {
    box-sizing: border-box;
}

.hvrbox {
    position: relative;
    /*display: inline-block;*/
    /*overflow: hidden;*/ /*commented to show search dropdown*/
    width: 100%;
    height: auto;
    /*margin-bottom: 25px;*/
}

.hvrbox img {
    object-fit: cover;
    width: 100%;
    height: 100vh;
}

.hvrbox .hvrbox-layer_bottom {
    display: block;
}

.hvrbox .hvrbox-layer_top {
    opacity: 1;
    /* if 0 then hover after text showing */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.hvrbox:hover .hvrbox-layer_top,
.hvrbox.active .hvrbox-layer_top {
    opacity: 1;
}

.overlay-text {
    position: absolute;
    top: 0;
}

.overlay-text h2 {
    font-size: 60px;
    font-weight: 600;
    margin: 20px 0;
    color: #fff;
}

.overlay-text p {
    color: #fff;
    font-size: 18px;
    line-height: 35px;
}

/*--------------------------------------------------------------
## Main Banner
--------------------------------------------------------------*/

.main-banner .hvrbox img {
    height: 390px; /*580px;*/
    object-fit: cover;
}

.main-banner .hvrbox .hvrbox-layer_top {
    background: linear-gradient(-135deg, rgba(82, 171, 152, 0.4), rgba(0, 0, 0, 0.8));
}

.main-banner .overlay-text {
    position: relative;
    margin-top: 5%;
}

.main-banner .overlay-text h3 {
    font-size: 55px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 10px;
}

.main-banner .overlay-text p {
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 27px;
}

.main-banner .overlay-text input[type="text"] {
    height: 60px;
    padding-left: 20px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    border-right: 1px solid #f1f1f1;
    border: 1px solid #fff;
}

.main-banner .overlay-text .styleSelect {
    overflow: hidden;
    background: url("../images/down-arrow-2.png") no-repeat 85% #fff;
}

.main-banner .overlay-text .styleSelect select {
    background: transparent;
    width: 160px;
    padding: 10px 20px;
    border: 0;
    border-radius: 0;
    height: 60px;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #6a6a6a;
    outline: none;
}

.main-banner .overlay-text button.btn.btn-search {
    width: 60px;
    height: 60px;
    background: var(--call-action-color);
    color: #fff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    border-top-left-radius: 0;
    outline: none;
    box-shadow: none;
    cursor: pointer;
}

.main-banner .overlay-text button.btn.btn-search img {
    object-fit: cover;
    max-width: 20px;
    max-height: 22px;
    margin-top: -3px;
}

.main-banner .overlay-text button.btn.btn-search i {
    color: #fff;
}

.main-banner .overlay-text button.btn.btn-search:focus {
    border: 1px solid var(--theme-bg-hover-color);
}

.main-banner .overlay-text .slider-feature ul {
    margin: 40px 0 0 0;
    padding: 0;
}

.main-banner .overlay-text .slider-feature ul li {
    list-style: none;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    margin-right: 30px;
}

.main-banner .overlay-text .slider-feature ul li img {
    height: auto;
    width: 30px;
    object-fit: cover;
    margin-right: 5px;
}

.main-banner .overlay-text .slider-feature ul li:nth-child(1) {
    color: #02b3e4;
}

.main-banner .overlay-text .slider-feature ul li:nth-child(2) {
    color: #ffe67c;
}

.main-banner .overlay-text .slider-feature ul li:nth-child(3) {
    color: #fb928b;
}

.main-banner .overlay-text .slider-feature ul li:last-child {
    margin-right: 0;
}

/*--------------------------------------------------------------
## Category Course 1x
--------------------------------------------------------------*/

/************************************************
            image hover style
*************************************************/

.course-category-1x {
    padding: 70px 0px 40px;
    background: #f9f9f9;
}

.course-category-1x .hvrbox .hvrbox-layer_top {
    opacity: 1;
    /* if 0 then text showing hover after*/
    background: rgba(0, 0, 0, 0.6);
}

.course-category-1x .hvrbox .hvrbox-layer_bottom {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transform: scale(1);
}

.course-category-1x .hvrbox:hover .hvrbox-layer_bottom {
    transform: scale(1.2);
}

.course-category-1x .hvrbox:hover .hvrbox-layer_top,
.course-category-1x .hvrbox.active .hvrbox-layer_top {
    opacity: 1;
}

.course-category-1x .hvrbox .hvrbox-layer_top .btn-small {
    display: inline-block;
}

.course-category-1x .hvrbox:hover .hvrbox-layer_top .hvrbox-text .btn-small {
    display: inline-block;
}

.course-category-1x .hvrbox:hover .hvrbox-layer_top .hvrbox-text h5 {
    display: none;
}

.course-category-1x .hvrbox-text {
    width: 100%;
    text-align: center;
    display: inline-block;
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.course-category-1x .category-left .hvrbox {
    border-radius: 4px;
    box-shadow: 0 10px 25px 0 rgba(46, 61, 73, 0.15);
}

.course-category-1x .category-left .hvrbox img {
    object-fit: cover;
    width: 100%;
    max-height: 350px;
}

.course-category-1x .category-left .hvrbox-text a {
    display: block;
    font-size: 30px;
    font-weight: 400;
    color: #fff;
}

.course-category-1x .category-left .hvrbox-text h5 {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    padding: 15px 18px;
    border-radius: 3px;
    background: transparent;
    display: inline-block;
    margin-top: 1px;
    border: 1px solid transparent;
    margin-top: 15px;
}

.course-category-1x .category-left .hvrbox-text .btn-small {
    display: none;
    font-size: 14px;
    font-weight: 600;
    margin-top: 19px;
    padding: 5px 18px;
}

.course-category-1x .left-image .btn-small {
    border: 3px solid transparent;
}

.course-category-1x .left-image .hvrbox-text h5 {
    padding: 14px 18px;
}

.course-category-1x .right-image .hvrbox {
    margin-bottom: 20px;
}

.course-category-1x .right-image .hvrbox img {
    width: 100%;
    max-height: 160px;
}

.course-category-1x .right-image .hvrbox-text {
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.course-category-1x .right-image .hvrbox-text a {
    font-size: 20px;
}

.course-category-1x .right-image .hvrbox-text h5 {
    margin-top: -5px;
}

.course-category-1x .right-image .hvrbox-text .btn-small {
    font-size: 14px;
    font-weight: 600;
    padding: 1px 12px 3px 12px;
    margin-top: 12px;
}

.course-category-1x .category-feature {
    /*margin-top: 100px;*/
}

.course-category-1x .category-feature .single-feature {
    text-align: center;
    margin-top:20px;
}

.course-category-1x .category-feature .single-feature img {
    width: 225px;
    object-fit: cover;
    margin-bottom: 18px;
    border:5px solid var(--call-action-color);
    border-radius: 50%;
    padding:2px;
}

.course-category-1x .category-feature .single-feature h4 {
    font-size: 24px;
    font-weight: 400;
    color: #454545;
    margin-bottom: 15px;
}

.course-category-1x .category-feature .single-feature a.btn-small {
    margin-top: 60px;
}

/*--------------------------------------------------------------
## Achive Goals 1x
--------------------------------------------------------------*/

.achive-goals-1x {
    /*padding: 100px 0 103px 0;*/
    padding: 70px 0 70px 0;
    /*background: #f9f9f9;*/
}

.achive-goals-1x .title-middle {
    margin-bottom: 30px;
}

.achive-goals-1x .single-goals {
    text-align: center;
}

.achive-goals-1x .single-goals img {
    width: 225px;
    height: 225px;
    object-fit: cover;
    margin-bottom: 22px;
    border:5px solid var(--call-action-color);
    border-radius: 50%;
    padding:2px;
}

.achive-goals-1x .single-goals h4 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 15px;
}

/*--------------------------------------------------------------
## CTA 1x
--------------------------------------------------------------*/

.cta-1x {
    background: linear-gradient(rgba(33, 41, 62, 0.95), rgba(33, 41, 62, 0.95)) ;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0 108px 0;
}

.cta-1x .cta-content {
    text-align: center;
    color: #fff;
}

.cta-1x .cta-content h3 {
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 20px;
}

.cta-1x a.btn-small {
    margin: 60px 30px 0 0;
}

.cta-1x a.btn-small:hover {
    background: #fff;
    color: #02b3e4;
}

.cta-1x a.btn-small:last-child {
    margin-right: 0;
}

/*--------------------------------------------------------------
## Client 1x
--------------------------------------------------------------*/

.client-1x {
    padding: 70px 0 55px 0;
}

.client-1x .title-middle {
    margin-bottom: 35px;
}

.client-1x .single-client {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
}

.client-1x .single-client img {
    width: 135px;
    object-fit: cover;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}

.client-1x .client-title h4 {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    color: #454545;
    margin-bottom: 43px;
}

.client-events-1x {
    background: linear-gradient(rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)), url(images/events-bg-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

/*--------------------------------------------------------------
## Testimonial 1x
--------------------------------------------------------------*/

.tesimonial-1x {
    padding: 70px 0 70px 0;
    background: #f9f9f9;
}

.tesimonial-1x .single-testimonial {
    z-index: -1;
}

.tesimonial-1x .single-testimonial img {
    height: 125px;
    width: 125px;
    object-fit: cover;
    /*border-radius: 50%;*/
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.tesimonial-1x .single-testimonial p {
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    line-height: 30px;
}

.tesimonial-1x .single-testimonial p i {
    font-size: 18px;
    color: var(--theme-bg-hover-color);
    margin-right: 20px;
}

.tesimonial-1x .single-testimonial h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 30px 0 8px 0;
}

.tesimonial-1x .single-testimonial h4 {
    font-size: 15px;
    font-weight: 300;
}

.tesimonial-1x i.fas.fa-angle-left.slick-arrow {
    position: absolute;
    content: "";
    background: url(images/arrow-left.png) no-repeat;
    left: 37%;
    top: 15%;
    width: 15px;
    height: 23px;
    color: transparent;
    z-index: 1;
}

.featured i.fas.fa-angle-left.slick-arrow{
    left: 7%;
    top: 40%;
}

.tesimonial-1x i.fas.fa-angle-right.slick-arrow {
    position: absolute;
    content: "";
    background: url(images/arrow-right-2.png) no-repeat;
    right: 37%;
    top: 15%;
    width: 15px;
    height: 23px;
    color: transparent;
}

.featured i.fas.fa-angle-right.slick-arrow {
    right: 7%;
    top: 40%;
}


/*--------------------------------------------------------------
## Learning Paths 1x
--------------------------------------------------------------*/

.learning-path-1x {
    background: linear-gradient(rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.01));
    background-size: cover;
    background-repeat: no-repeat;
    padding: 70px 0 100px 0;
}

.learning-path-1x i.fas.fa-angle-left.slick-arrow {
    position: absolute;
    content: "";
    background: url(images/arrow-left.png) no-repeat 18px;
    left: -85px;
    top: 40%;
    width: 50px;
    height: 50px;
    color: transparent;
    background-color: #f9f9f9;
    border-radius: 50%;
}

.learning-path-1x i.fas.fa-angle-right.slick-arrow {
    position: absolute;
    content: "";
    background: url(images/arrow-right-2.png) no-repeat 22px;
    right: -85px;
    top: 40%;
    width: 50px;
    height: 50px;
    color: transparent;
    background-color: #f9f9f9;
    border-radius: 50%;
}

.learning-path-1x .title-middle h2 {
    margin-bottom: 35px;
}

.learning-path-1x .hvrbox {
    border-radius: 3px;
}

.learning-path-1x .hvrbox .hvrbox-layer_top {
    opacity: 1;
    /*background: rgba(43, 103, 119, 0.7);*/
    background: rgba(82, 171, 152, 0.8);
}

.learning-path-1x .hvrbox .blue {
    background: rgba(2, 179, 228, 0.7);
}

.learning-path-1x .hvrbox .green {
    background: rgba(60, 184, 120, 0.7);
}

.learning-path-1x .hvrbox .red {
    background: rgba(251, 146, 139, 0.7);
}

.learning-path-1x .hvrbox .yellow {
    background: rgba(255, 193, 7, 0.7);
}

.learning-path-1x .hvrbox:hover .hvrbox-layer_top,
.learning-path-1x .hvrbox.active .hvrbox-layer_top {
    opacity: 1;
}

.learning-path-1x .hvrbox:hover .hvrbox-layer_bottom {
    /*transform: scale(1.2);*/
}

.learning-path-1x .hvrbox-layer_bottom {
    height: 240px;
    object-fit: cover;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.learning-path-1x .hvrbox-text {
    width: 100%;
    text-align: center;
    display: inline-block;
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.learning-path-1x .single-learning-path {
    box-shadow: 0 10px 75px 0 rgba(46, 61, 73, 0.07);
}

.learning-path-1x .single-learning-path a {
    font-size: 18px;
    font-weight: 400;
    color: #000;
}

.learning-path-1x .single-learning-path a:hover{
    color:var(--theme-bg-color);
}

.learning-path-1x .slick-slide {
    overflow: hidden;
}

.learning-path-1x .slick-list {
    margin: 0 -15px;
}

.learning-path-1x .single-learning-path {
    padding: 0 15px;
}

/*--------------------------------------------------------------
## Course section
--------------------------------------------------------------*/

.tile {
    display: none;
}

.tile img {
    display: block;
    width: 100%;
}

/*--------------------------------------------------------------
## Course section
--------------------------------------------------------------*/
.course-card-title {
    border-bottom: 1px solid var(--theme-bg-color);
}

.course-card-button {
    color: var(--white-color) !important;
    text-align: center;
    font-size: 14px !important;
    font-weight: 600 !important;
}

.course-1x {
    /*padding: 70px 0 78px 0;*/
    padding: 50px 0 18px 0;
    background: #f9f9f9;
}

.course-1x .course-menu {
    text-align: center;
    margin: 40px 0 40px 0;
}

.course-1x .course-menu button.filter {
    background: transparent;
    border: 0;
    font-size: 18px;
    font-weight: 400;
    padding: 0;
    margin-right: 40px;
    cursor: pointer;
    color: #6a6a6a;
}

.course-1x .course-menu button.active {
    color: #02b3e4;
}

.course-1x .course-menu button:focus,
.course-1x .course-menu button:active,
.course-1x .course-menu button:hover {
    outline: none;
}

.course-1x a.btn-small {
    margin-top: 30px;
}

.single-course {
    background: transparent;
    margin-bottom: 30px;
}

.single-course .hvrbox {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.single-course .hvrbox .hvrbox-layer_top {
    opacity: 0;
    /* if 0 then hover after text showing */
    background: rgba(0, 0, 0, 0.6);
}

.single-course .hvrbox:hover .hvrbox-layer_top,
.single-course .hvrbox.active .hvrbox-layer_top {
    opacity: 1;
}

.single-course .hvrbox-text {
    text-align: center;
    display: inline-block;
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.single-course .hvrbox-text a {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-top: 5px;
}

.single-course .hvrbox-layer_bottom {
    max-height: 200px;
    object-fit: cover;
}

.single-course .single-course-content {
    background: #fff;
    padding: 20px;
    box-shadow: 0 3px 35px 0 rgba(46, 61, 73, 0.06);
}

.single-course .single-course-content a {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
    line-height: 23px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.single-course .single-course-content a:hover {
    /*color: #02b3e4;*/
    text-decoration: none;
}

.single-course .single-course-content p {
    font-size: 12px;
}

.single-course .single-course-content p span {
    float: right;
    /*padding-top: 5px;*/
}

.single-course .single-course-content p span b {
    font-size: 16px;
    font-weight: 600;
    color: #454545;
    margin-left: 7px;
}

.single-course .single-course-content h3 {
    margin-top: 17px;
    font-size: 14px;
    border-top: 1px solid #f5f5f5;
    padding: 15px 0 0 0;
}

.single-course .single-course-content h3 i {
    color: #fcb926;
    font-size: 12px;
}

.single-course .single-course-content h3 span {
    float: right;
}

.course-bg-1x {
    background: #f9f9f9;
}

/*--------------------------------------------------------------
## Footer section
--------------------------------------------------------------*/

.footer-section-1x {

    /*--theme-bg-hover-color: #2b6777;*/
    /*--theme-bg-color:#52ab98;*/
    /*background: linear-gradient(#fff, #52ab98);*/
    /*background: linear-gradient(rgba(255, 0, 0, 0.01), rgba(255, 255, 255, 0.01)), url(images/footer-bg.png);*/
    background: rgba(82, 171, 152, 0.1);
    background-repeat: repeat;
    /*margin-top: -50px;*/

}

.footer-section-1x .footer-top {
    padding: 50px 0;
    padding-bottom: 20px;
}

.footer-section-1x .footer-top .footer-top-left .single-link h3 {
    font-size: 24px;
    font-weight: 400;
    color: #454545;
    text-transform: capitalize;
}

.footer-section-1x .footer-top .footer-top-left .single-link ul {
    margin: 20px 0 0 0;
    padding: 0;
}

.footer-section-1x .footer-top .footer-top-left .single-link ul li {
    list-style: none;
    line-height: 25px;
    font-weight: 400;
}

.footer-section-1x .footer-top .footer-top-left .single-link ul li a {
    color: var(--theme-bg-hover-color);
}

.footer-section-1x .footer-top .footer-top-left .single-link ul li a:hover {
    color: var(--theme-bg-color);
}

.footer-section-1x .footer-top .footer-top-left .footer-subscriber {
    margin-top: 50px;
}

.footer-section-1x .footer-top .footer-top-left .footer-subscriber input.form-control {
    height: 40px;
    padding: 15px;
    background: #f5f7fa;
    border: 1px solid #f5f7fa;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    z-index: 0;
}

.footer-section-1x .footer-top .footer-top-left .footer-subscriber button.btn-subscriber {
    width: 60px;
    height: 42px;
    background: var(--call-action-color);
    font-size: 19px;
    font-weight: 400;
    color: #fff;
    outline: none;
    border: 1px solid #f5f7fa;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    text-align: center;
    cursor: pointer;
}

.footer-section-1x .footer-top .footer-top-left .footer-subscriber button.btn-subscriber:focus {
    box-shadow: none;
}

.footer-section-1x .footer-top .footer-top-right img {
    max-width: 200px;
    object-fit: cover;
    /*padding-left: 25px;*/
}

.footer-section-1x .footer-top .footer-top-right p {
    margin-top: 33px;
    font-weight: 400;
    color: var(--theme-bg-hover-color);
}

.footer-section-1x .footer-top .footer-top-right ul {
    margin: 30px 0 0 0;
    padding: 0;
}

.footer-section-1x .footer-top .footer-top-right ul li {
    list-style: none;
    line-height: 40px;
    color: #02b3e4;
    font-weight: 400;
}

.footer-section-1x .footer-top .footer-top-right .footer-social-link {
    /*margin-top: 45px;*/
}

.footer-section-1x .footer-top .footer-top-right .footer-social-link h3 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
}

.footer-section-1x .footer-top .footer-top-right .footer-social-link ul {
    margin: 0;
    padding: 0;
}

.footer-section-1x .footer-top .footer-top-right .footer-social-link ul li {
    display: inline-block;
    list-style: none;
}

.footer-section-1x .footer-top .footer-top-right .footer-social-link ul li i {
    height: 40px;
    width: 40px;
    padding-top: 11px;
    text-align: center;
    border: 1px solid #eee;
}

.footer-section-1x .footer-top .footer-top-right .footer-social-link ul .fa-facebook-f {
    color: #3b5998;
}

.footer-section-1x .footer-top .footer-top-right .footer-social-link ul .fa-instagram {
    color: #fb3958;
}

.footer-section-1x .footer-top .footer-top-right .footer-social-link ul .fa-twitter {
    color: #3cbee3;
}

.footer-section-1x .footer-top .footer-top-right .footer-social-link ul .fa-google-plus-g {
    color: #e13928;
}

.footer-section-1x .footer-bottom {
    padding: 25px 0 !important;
    border-top: 1px solid #f1f1f1;
}

.footer-section-1x .footer-bottom p {
    color: #ececec;
}

.footer-section-1x .footer-bottom p a {
    color: var(--theme-bg-color)
}

.footer-section-1x .footer-bottom p a:hover {
    text-decoration: underline;
}

.footer-section-1x .footer-bottom ul {
    float: right;
    margin: 0;
    padding: 0;
}

.footer-section-1x .footer-bottom ul li {
    list-style: none;
    display: inline-block;
    margin-left: 30px;
}

.footer-section-1x .footer-bottom ul li a {
    color: #8a8a8a;
}

.footer-section-1x .footer-bottom ul li a:hover {
    color: #02b3e4;
}

/*--------------------------------------------------------------
## Back to Top
--------------------------------------------------------------*/

.backtotop {
    position: relative;
    background: var(--theme-bg-color);
    font-size: 16px;
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 7px 12px;
    color: #fff;
    border-radius: 1px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.backtotop:hover {
    background: #454545;
}

/*--------------------------------------------------------------
## Demo 2 Top Menu
--------------------------------------------------------------*/

.top-menu-1x {
    background: #21293e;
}

.top-menu-1x .top-menu-left ul {
    margin: 17px 0 0 0;
    padding: 0;
}

.top-menu-1x .top-menu-left ul li {
    list-style: none;
    display: inline-block;
    color: #fff;
    margin-right: 30px;
}

.top-menu-1x .top-menu-left ul li i {
    margin-right: 7px;
    color: #fff;
}

.top-menu-1x .top-menu-middle ul {
    float: right;
    margin: 17px 0 0 0;
    padding: 0;
}

.top-menu-1x .top-menu-middle ul li {
    list-style: none;
    display: inline-block;
    margin-right: 30px;
}

.top-menu-1x .top-menu-middle ul li a i {
    margin-right: 7px;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.top-menu-1x .top-menu-middle ul li a:hover i {
    color: #02b3e4;
}

.top-menu-1x .top-menu-right button {
    float: right;
    width: 60px;
    height: 60px;
    background: #181d2b;
    outline: none;
    border: 0;
    box-shadow: none;
    color: #fff;
    text-align: center;
}

.top-menu-1x .top-menu-right button:focus {
    outline: none;
}

/**** Demo 2 Search box ****/

.search-box-2x .card {
    border: 0;
    padding-left: 0;
    padding-right: 0;
    z-index: 0;
}

.search-box-2x input[type="text"] {
    height: 60px;
    padding-left: 20px;
    border: 1px solid #eee;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    border-right: 1px solid #f1f1f1;
}

.search-box-2x .styleSelect {
    overflow: hidden;
    background: url("images/down-arrow-2.png") no-repeat 90% #fff;
}

.search-box-2x .styleSelect select {
    background: transparent;
    width: 200px;
    padding: 10px 10px 10px 20px;
    border: 1px solid #eee;
    border-radius: 0;
    height: 60px;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #6a6a6a;
    outline: none;
}

.search-box-2x .styleSelect select:focus {
    outline: none;
    border: 1px solid #eee !important;
}

/*--------------------------------------------------------------
## Demo 2 Main Banner
--------------------------------------------------------------*/

.main-banner-2 .overlay-text {
    margin-top: 17%;
}

.main-banner-2 .overlay-text .slider-feature ul {
    margin: 0 0 30px 0;
}

.main-banner-2 .hvrbox img {
    height: 800px;
}

/*--------------------------------------------------------------
## Demo 2 Feature  section
--------------------------------------------------------------*/

.feature-1x {
    position: relative;
    margin-top: -194px;
}

.feature-1x .single-feature {
    padding: 90px 30px;
    text-align: center;
}

.feature-1x .single-feature img {
    max-width: 75px;
    max-height: 70px;
    object-fit: cover;
    margin-bottom: 35px;
}

.feature-1x .single-feature h2 {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 20px;
}

.feature-1x .single-feature p {
    font-size: 15px;
}

.feature-1x .violet {
    background: #6f80ff;
    color: #fff;
}

.feature-1x .yellow {
    background: #ffe67c;
    color: #454545;
}

.feature-1x .pink {
    background: #fb928b;
    color: #fff;
}

/*--------------------------------------------------------------
## Demo 2 about us section
--------------------------------------------------------------*/

.about-us-1x {
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url(images/footer-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0 0 0;
}

.about-us-1x .about-us-left {
    padding: 50px 0 0 0;
}

.about-us-1x .about-us-left h2 {
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 25px;
}

.about-us-1x .about-us-left p {
    margin-bottom: 15px;
}

.about-us-1x .about-us-left a {
    margin-top: 20px;
}

.about-us-1x .about-us-right img {
    object-fit: cover;
    margin-top: 65px;
}

.about-us-1x-no-bg {
    background: #f9f9f9;
}

/*--------------------------------------------------------------
## Demo 2 Video section
--------------------------------------------------------------*/

.video-1x {
    background: linear-gradient(rgba(0, 33, 71, 0.9), rgba(0, 33, 71, 0.9)), url(images/video-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 260px 0;
}

.video-1x .video-content {
    text-align: center;
}

.video-1x .video-content h3 {
    font-size: 32px;
    font-weight: 300;
    margin-top: 35px;
    color: #fff;
}

.video-1x .video-content a.btn-circle {
    width: 65px;
    height: 65px;
    padding-top: 18px;
    color: #fff;
}

.video-2x {
    background: linear-gradient(-135deg, rgba(84, 135, 149, 0.9), rgba(0, 33, 71, 0.95)), url(images/video-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

/*--------------------------------------------------------------
## Demo 2 Events section
--------------------------------------------------------------*/

.events-1x {
    background: linear-gradient(rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.01)), url(images/events-bg.png);
    background-repeat: repeat;
    padding: 100px 0 78px 0;
}

.events-1x .title-left {
    margin-bottom: 70px;
}

.events-1x .events-single {
    background: #fff;
    box-shadow: 0 10px 75px 0 rgba(46, 61, 73, 0.07);
    margin-bottom: 30px;
}

.events-1x .events-single img {
    width: 100%;
    height: 290px;
    object-fit: cover;
}

.events-1x .events-single b {
    position: absolute;
    top: 196px;
    right: 15px;
    background: #02b3e4;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding: 20px 25px;
}

.events-1x .events-single .events-single-content {
    padding: 30px;
}

.events-1x .events-single .events-single-content a {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #454545;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.events-1x .events-single .events-single-content a:hover {
    color: #02b3e4;
}

.events-1x .events-single .events-single-content ul {
    margin: 25px 0 0 0;
    padding: 0;
}

.events-1x .events-single .events-single-content ul li {
    display: inline-block;
    list-style: none;
    font-size: 15px;
    margin-right: 20px;
}

.events-1x .events-single .events-single-content ul li i {
    color: #9f9f9f;
    margin-right: 7px;
}

.events-1x .events-single .events-single-content ul li:last-child {
    margin-right: 0;
}

.events-1x .events-single .events-single-content a.btn-small {
    display: inline-block;
    background: #f9f9f9;
    color: #02b3e4;
    font-size: 16px;
    font-weight: 600;
    padding: 7px 18px;
    margin: 30px 0 0 0;
    box-shadow: none;
}

.events-1x .events-single .events-single-content a.btn-small:hover {
    background: #02b3e4;
    color: #fff;
}

/*--------------------------------------------------------------
## Demo 2 Blog section
--------------------------------------------------------------*/

.blog-1x {
    background: linear-gradient(rgba(33, 41, 62, 0.9), rgba(33, 41, 62, 0.9)), url(images/blog-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0 77px 0;
}

.blog-1x .title-middle h2 {
    color: #fff;
    margin-bottom: 70px;
}

.blog-1x .blog-single {
    margin-bottom: 30px;
}

.blog-1x .blog-single img {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
}

.blog-1x .blog-single .blog-single-content {
    background: #fff;
    padding: 30px;
    border: 1px solid #eee;
}

.blog-1x .blog-single .blog-single-content a {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #454545;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.blog-1x .blog-single .blog-single-content a:hover {
    color: #02b3e4;
}

.blog-1x .blog-single .blog-single-content h3 {
    font-size: 15px;
    font-weight: 300;
    padding: 20px 0 0 0;
    margin-top: 30px;
    border-top: 1px solid #eee;
}

.blog-1x .blog-single .blog-single-content h3 i {
    color: #9f9f9f;
    margin-right: 7px;
}

.blog-1x .blog-single .blog-single-content h3 span {
    float: right;
}

.blog-1x-no-bg {
    background: #fff;
    padding: 108px 0;
}

.related-blog {
    padding: 100px 0 78px 0;
}

/************************************************
           Events Page
*************************************************/

/****Banner Top****/
.page-banner {
    margin-top: 3px;
}

.page-banner .overlay-text {
    position: relative;
    margin-top: 1%;
    left: 0;
}

.page-banner .hvrbox img {
    height: 120px;
    object-fit: cover;
}

.page-banner .hvrbox .hvrbox-layer_top {
    background: linear-gradient(-135deg, rgba(82, 171, 152, 0.4), rgba(43, 103, 119, 1));
    /*linear-gradient(-135deg, rgba(82,171,152, 0.4), rgba(43,103,119, 1) );*/
    height: 120px;
}

.page-banner .overlay-text h3, .page-banner .overlay-text h1 {
    font-size: 36px;
    color: #fff;
    font-weight: 300;
}

.page-banner ol.breadcrumb {
    background: transparent;
    color: #fff;
    padding: 10px 0 0 0;
    margin: 0;
}

.page-banner ol.breadcrumb li a {
    color: #fff;
}

.page-banner ol.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #fff;
    content: "/";
}

.page-banner ol.breadcrumb li.active {
    color: #fff;
}

.events-banner .hvrbox {
    overflow: visible;
}

.events-banner .hvrbox .hvrbox-layer_top {
    background: linear-gradient(-135deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
}

.events-banner .hvrbox img {
    height: 600px;
}

.events-banner .overlay-text {
    margin-top: 11.5%;
}

.events-banner .overlay-text h5 {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin: 30px 0 10px 0;
}

.events-banner .overlay-text h5 i {
    margin-right: 10px;
}

.events-banner .overlay-text h4 {
    font-size: 16px;
    font-weight: 600;
    color: #02b3e4;
}

.events-banner .overlay-text a {
    margin-top: 50px;
}

.events-banner .overlay-text .countdown-timer ul {
    margin: 0 0 50px 0;
    padding: 0;
}

.events-banner .overlay-text .countdown-timer ul li {
    width: 150px;
    list-style: none;
    display: inline-block;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}

.events-banner .overlay-text .countdown-timer ul li span {
    font-size: 16px;
}

.events-banner .overlay-text .countdown-timer ul li:nth-child(1) {
    color: #02b3e4;
}

.events-banner .overlay-text .countdown-timer ul li:nth-child(2) {
    color: #02e4b7;
}

.events-banner .overlay-text .countdown-timer ul li:nth-child(3) {
    color: #fb928b;
}

.events-banner .overlay-text .countdown-timer ul li:nth-child(4) {
    color: #a557f5;
}

.events-banner .overlay-text .countdown-timer ul li:last-child {
    margin-right: 0;
}

.trapezoid {
    position: absolute;
    border-bottom: 10px solid #02b3e4;
    border-left: 23px solid transparent;
    border-right: 16px solid transparent;
    height: 34px;
    width: 130px;
    top: -34px;
}

.featured-sticker {
    position: absolute;
    top: -10px;
    width: 0;
    height: 0;
    border-left: 45px solid transparent;
    border-right: 45px solid transparent;
    border-top: 100px solid #02b3e4;
    margin-left: 22px;
}

.featured-sticker span {
    color: #fff;
    left: -18px;
    position: absolute;
    transform: rotate(-66deg);
    font-size: 12px;
    font-weight: 600;
    top: -75px;
}

/************************************************
           Events Single Page
*************************************************/

.pricing-plan-1x {
    background: linear-gradient(rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.01)), url(images/price-bg.png);
    background-repeat: repeat;
    padding: 100px 0;
}

.pricing-plan-1x .title-middle h2 {
    margin-bottom: 70px;
}

.pricing-plan-1x .single-pricing {
    background: #fff;
    text-align: center;
    box-shadow: 0 10px 75px 0 rgba(46, 61, 73, 0.07);
    padding: 30px 50px 50px 50px;
}

.pricing-plan-1x .single-pricing h2 {
    position: relative;
    font-size: 30px;
    font-weight: 400;
    color: #454545;
    padding-bottom: 40px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.pricing-plan-1x .single-pricing h2:before {
    position: absolute;
    content: "";
    width: 50px;
    margin-top: 75px;
    text-align: center;
    margin-left: 4%;
    border-bottom: 2px solid #02b3e4;
}

.pricing-plan-1x .single-pricing h3 {
    font-size: 45px;
    font-weight: 600;
    color: #02b3e4;
}

.pricing-plan-1x .single-pricing ul {
    margin: 40px 0 50px 0;
    padding: 0;
}

.pricing-plan-1x .single-pricing ul li {
    display: block;
    font-size: 17px;
    line-height: 45px;
}

.pricing-plan-1x .single-pricing ul li i {
    color: #02b3e4;
    margin-right: 25px;
}

.pricing-plan-1x .single-pricing .btn-bordered {
    padding: 8px 37px;
    border: 1px solid #02b3e4;
}

/*--------------------------------------------------------------
## Demo 2 about us section
--------------------------------------------------------------*/

.about-us-2x {
    padding: 108px 0;
}

.about-us-2x .about-us-left h2 {
    font-size: 32px;
    font-weight: 300;
    color: #454545;
    margin-bottom: 20px;
}

.about-us-2x .about-us-left h2 span {
    color: var(--theme-bg-color);
}

.about-us-2x .about-us-left h3 {
    font-size: 18px;
    font-weight: 400;
    color: #454545;
    margin-bottom: 35px;
}

.about-us-2x .about-us-left p {
    margin-bottom: 10px;
}

.about-us-2x .about-us-left a {
    margin: 30px 20px 0 0;
}

.about-us-2x .about-us-left a.btn-small {
    font-size: 15px;
    font-weight: 600;
    padding: 10px 35px;
    border: 1px solid #02b3e4;
}

.about-us-2x .about-us-left a.btn-small:hover {
    background: #f9f9f9;
    color: #02b3e4;
    border: 1px solid #f9f9f9;
}

.about-us-2x .about-us-left .btn-bordered {
    background: #f9f9f9;
    color: #02b3e4;
    padding: 10px 35px;
    border: 1px solid #f9f9f9;
}

.about-us-2x .about-us-left .btn-bordered:hover {
    background: #02b3e4;
    color: #fff;
}

.about-us-2x .container-out-left {
    background: #f7f6f6;
    width: 200%;
    margin-left: -100%;
    padding: 100px 110px 100px 100%;
}

.about-us-2x .container-out-right {
    padding: 100px 0 100px 130px;
}

.about-us-2x .about-us-right img {
    height: auto;
    width: 70%;
    object-fit: cover;
}

.about-us-2x .with-video {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(images/event-3.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 150px 0;
    text-align: center;
}

.only-description {
    padding: 0;
    background: #f9f9f9;
}

.make-difference {
    padding: 150px 130px 150px 0;
}

.container-out {
    margin-right: -100%;
}

.container-out img {
    max-height: 550px;
}

.about-differencs-2x {
    background: #f9f9f9;
    padding: 0;
}

/************************************************
            Speaker Section
*************************************************/

.event-speakers {
    background: linear-gradient(rgba(33, 41, 62, 0.95), rgba(33, 41, 62, 0.95)), url(images/speaker-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0 75px 0;
}

.event-speakers .title-middle {
    margin-bottom: 70px;
}

.event-speakers .title-middle h2 {
    color: #fff;
}

.event-speakers .title-middle p {
    color: #c0bebe;
}

.event-speakers .single-speaker {
    position: relative;
    margin-bottom: 25px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.event-speakers .single-speaker img {
    height: auto;
    width: auto;
    object-fit: cover;
}

.event-speakers .single-speaker .speaker-details {
    color: #c0bebe;
    margin-top: 20px;
}

.event-speakers .single-speaker .speaker-details h2 {
    font-size: 14px;
    /*font-weight: 400;*/
    margin-bottom: 8px;
    text-transform: uppercase;
}

.event-speakers .single-speaker .speaker-details p {
    font-size: 14px;
}

.best-instructor {
    background: #fff;
}

.best-instructor .title-middle h2 {
    color: #454545;
}

.best-instructor .title-middle p {
    color: #6a6a6a;
}

.best-instructor .speaker-details h2 {
    color: #454545;
}

.best-instructor .speaker-details p {
    color: #6a6a6a;
}

/************************************************
           Speaker image hover style
*************************************************/

.single-speaker .hvrbox .hvrbox-layer_top {
    opacity: 0;
    /* if 0 then hover after text showing */
    background: var(--theme-bg-color);
}

.single-speaker .hvrbox:hover .hvrbox-layer_top,
.single-speaker .hvrbox.active .hvrbox-layer_top {
    opacity: 1;
}

.single-speaker .hvrbox-text {
    width: 100%;
    text-align: center;
    display: inline-block;
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.single-speaker .hvrbox-text ul {
    display: inline-flex;
    margin: 0;
    padding: 0;
}

.single-speaker .hvrbox-text ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}

.single-speaker .hvrbox-text ul li a i {
    font-size: 20px;
    color: #fff;
    height: 45px;
    width: 45px;
    border: 1px solid #fff;
    border-radius: 50%;
    padding-top: 11px;
}

/*--------------------------------------------------------------
## Course List page
--------------------------------------------------------------*/

.course-list-banner .overlay-text {
    position: relative;
    margin-top: 11%;
    left: 0;
}

.course-list-banner .hvrbox img {
    height: 420px;
    object-fit: cover;
}

.course-list-banner .overlay-text h3 {
    font-size: 30px;
    color: #fefefe;
    font-weight: 300;
    margin-bottom: 40px;
}

.course-list-banner .overlay-text h3 b {
    font-weight: 600;
}

.course-header-1x {
    padding: 0;
}

.course-header-1x .course-header-right .search-box p {
    color: #454545;
    margin: 10px 10px 0 0;
}

.course-header-1x .course-header-right .search-box .styleSelect {
    overflow: hidden;
    background: url("../images/down-arrow-2.png") no-repeat 93% #fff;
}

.course-header-1x .course-header-right .search-box select {
    background: transparent;

    height: 50px;
    padding: 0 15px;
    border-color: #f2f0f0 !important;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #6a6a6a;
    outline: none;
    margin-bottom: 20px;
}

.course-header-1x .course-header-right .course-tab {
    text-align: right;
}

.course-header-1x .course-header-right .course-tab p {
    display: inline-block;
    font-size: 14px;
    color: #454545;
    margin-top: 9px;
}

.course-header-1x .course-header-right .course-tab ul {
    float: right;
    border: 0;
}

.course-header-1x .course-header-right .course-tab .nav-tabs .nav-link {
    padding: 10px 0 0 15px;
    outline: none;
    border: 0;
}

.course-header-1x .course-header-right .course-tab .nav-tabs .nav-link.active {
    border: 0;
    background: transparent;
    outline: none;
    color: var(--theme-bg-color);
}

.course-header-1x .course-grid-list {
    /* margin: 50px 0 0 0; */
}

.course-header-1x .course-grid-list .all-course-list .media {
    border-radius: 3px;
    box-shadow: 0px 0px 75px 0 rgba(46, 61, 73, 0.07);
    margin-bottom: 30px;
}

.course-header-1x .course-grid-list .all-course-list .media .media-left-image .hvrbox {
    /*margin-bottom: -8px;*/
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.course-header-1x .course-grid-list .all-course-list .media .media-left-image .hvrbox-layer_bottom {
    max-width: 235px; /*435*/
    max-height: 220px; /*420*/
    object-fit: cover;
}

.course-header-1x .course-grid-list .all-course-list .media .media-left-image .hvrbox .hvrbox-layer_top {
    opacity: 0;
    /* if 0 then hover after text showing */
    background: rgba(0, 0, 0, 0.2);
    /*background: rgba(0, 0, 0, 0.5);*/
}

.course-header-1x .course-grid-list .all-course-list .media .media-left-image .hvrbox:hover .hvrbox-layer_top,
.course-header-1x .course-grid-list .all-course-list .media .media-left-image .hvrbox .hvrbox-layer_top,
.course-header-1x .course-grid-list .all-course-list .media .media-left-image .hvrbox.active .hvrbox-layer_top {
    opacity: 1;
}

.course-header-1x .course-grid-list .all-course-list .media .media-left-image .hvrbox-text {
    text-align: center;
    display: inline-block;
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.course-header-1x .course-grid-list .all-course-list .media .media-left-image .hvrbox-text a {
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
}

.course-header-1x .course-grid-list .all-course-list .media .media-body {
    padding: 17px; /*30px*/
    overflow: auto;
}

.course-header-1x .course-grid-list .all-course-list .media .media-body h2 a {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: var(--theme-bg-color);
    margin-bottom: 5px;
    line-height: 30px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.course-header-1x .course-grid-list .all-course-list .media .media-body .course-overview {
    margin-bottom: 10px;
}


.course-header-1x .course-grid-list .all-course-list .media .media-body h2 a:hover {
    /*color: #02b3e4;*/
    color: var(--theme-bg-hover-color);
}

.course-header-1x .course-grid-list .all-course-list .media .media-body h5 {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 30px;
}

.course-header-1x .course-grid-list .all-course-list .media .media-body h4 {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: #454545;
    overflow: hidden;
    margin-bottom: -13px;
}

.course-header-1x .course-grid-list .all-course-list .media .media-body h4 span {
    font-size: 10px;
    padding-right: 2px;
}

.course-list-button {
    float: right;
}

.course-header-1x .course-grid-list .all-course-list .media .media-body h4 del {
    font-size: 16px;
    font-weight: 300;
    color: #6a6a6a;
    margin: 0 50px 0 10px;
}

.course-header-1x .course-grid-list .all-course-list .media .media-body .btn-bordered {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    padding: 5px 25px;
    border: 1px solid #02b3e4;
}

.course-header-1x .course-grid-list .all-course-list .media .media-body h3 {
    margin-top: 40px;
    font-size: 14px;
}

.course-header-1x .course-grid-list .all-course-list .media .media-body h3 i {
    color: #fcb926;
    font-size: 12px;
}

.course-header-1x .course-grid-list .all-course-list .media .media-body h3 span {
    float: right;
    margin-top: -3px;
}

.course-header-1x .course-grid-list .all-course-list .media .media-body h3 span i {
    font-size: 20px;
    color: #6a6a6a;
    margin-left: 60px;
}

.no-course-found {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
}

.course-header-1x .all-course-grid {
    padding: 0;
    background: #fff;
}

.course-header-1x .course-header-left-top {
    padding: 10px 30px;
}

.course-header-1x .course-header-left-top img {
    max-width: 13px;
    margin-right: 18px;
}

.course-header-1x .course-header-left {
    margin: 47px 0 0 0;
}

.course-header-1x .course-header-left h3 {
    font-size: 16px;
    font-weight: 600;
    color: #454545;
    background: #fafafa;
    padding: 20px;
}

.course-header-1x .course-header-left .category ul {
    margin: 30px 20px;
    padding: 0;
}

.course-header-1x .course-header-left .category ul li {
    list-style: none;
    line-height: 40px;
    font-weight: 300;
}

.course-header-1x .course-header-left .category ul li i {
    margin-right: 7px;
}

.course-header-1x .course-header-left .category ul li img {
    max-width: 7px;
    object-fit: cover;
    margin-right: 10px;
}

.course-header-1x .course-header-left .category ul li span {
    float: right;
}

.course-header-1x .course-header-left .category ul li a {
    color: #8a8a8a;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.course-header-1x .course-header-left .category ul li a:hover {
    color: #02b3e4;
}

.course-header-1x .course-header-left .filter-product {
    margin: 30px 20px;
}

.course-header-1x .course-header-left .filter-product .container {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 18px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 300;
    color: #000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.course-header-1x .course-header-left .filter-product .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.course-header-1x .course-header-left .filter-product .checkmark {
    position: absolute;
    top: 6px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 1px solid #dfdcdc;
}

.course-header-1x .course-header-left .filter-product .radio-checkmark {
    border-radius: 50% !important;
}


.course-header-1x .course-header-left .filter-product .container:hover input ~ .checkmark {
    background-color: var(--theme-bg-hover-color);
}

.course-header-1x .course-header-left .filter-product .container input:checked ~ .checkmark {
    background-color: var(--theme-bg-hover-color);
    border: 1px solid var(--theme-bg-hover-color);
}

.course-header-1x .course-header-left .filter-product .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.course-header-1x .course-header-left .filter-product .container input:checked ~ .checkmark:after {
    display: block;
}

.course-header-1x .course-header-left .filter-product .container .checkmark:after {
    left: 6px;
    top: 1px;
    width: 4px;
    height: 10px;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.course-header-1x .course-header-left .price-filter {
    margin: 30px 20px;
}

.course-header-1x .course-header-left .price-filter .single-select select {
    border: 0;
    background: transparent;
    color: #8a8a8a;
    font-weight: 300;
}

.course-header-1x .course-header-left .price-filter .single-select p {
    margin: 5px 20px 0 20px;
}

.course-header-1x .course-header-left .card {
    background-color: transparent;
    box-shadow: 0 10px 75px 0 rgba(46, 61, 73, 0.03);
    border: 0;
    margin-bottom: 30px;
}

.course-header-1x .course-header-left .card .card-header {
    background-color: transparent;
    padding: 0;
    margin: 0;
    border: 0;
}

.course-header-1x .course-header-left .card .card-body {
    padding: 0;
}

.course-header-1x .course-header-left .card .icon-right {
    transition: all 0.3s ease;
}

.course-header-1x .course-header-left .card .icon-right:after {
    content: "";
    background: url('../images/arrow-top.png') no-repeat;
    float: right;
    width: 13px;
    height: 12px;
    margin: -32px 20px 0 0;
}

.course-header-1x .course-header-left .card .icon-right.collapsed:after {
    content: "";
    background: url('../images/down-arrow-2.png') no-repeat;
    float: right;
    width: 13px;
    height: 12px;
    margin: -32px 20px 0 0;
}

@media screen and (max-width: 900px) {
    .course-header-1x {
        padding: 0 0;
    }
}

.card-header a {
    font-family: "Arial", sans-serif;
}
.course-pagination {
    text-align: center;
    margin: 50px 0;
    /*position: absolute;*/
    /*left: 40%;*/
    /*bottom: 30px;*/
}

.course-pagination ul {
    display: inline-flex;
    padding: 0;
    margin: 0;
}

.course-pagination ul .page-item .page-link {
    color: #000;
    border: 0;
}

.course-pagination ul .page-item.active .page-link {
    background: transparent;
    background-color: var(--theme-bg-color);
    color: #fff;
}

.course-pagination ul .page-item:last-child .page-link {
    border: 0;
}

/*--------------------------------------------------------------
## Contact Us page
--------------------------------------------------------------*/

#map {
    /*overflow: hidden;*/
    /*width: 100%;*/
    /*height: 430px;*/
}

.contact-us-1x {
    padding: 50px 0 58px 0;
}

.contact-us-1x .title-left h2 {
    margin: 0 0 50px 0;
}

.contact-us-1x .title-left h2:after {
    position: absolute;
    content: "";
    border: 1px solid var(--theme-bg-hover-color);
    width: 30px;
    margin: 29px 0 0 15px;
}

.contact-us-1x .contact-form input[type="email"],
.contact-us-1x .contact-form input[type="text"] {
    height: 50px;
    border: 0;
    font-size: 17px;
    color: #454545;
    border-bottom: 1px solid #ece9e9;
    margin-bottom: 48px;
}

.contact-us-1x .contact-form textarea {
    font-size: 17px;
    color: #454545;
    border: 0;
    border-bottom: 1px solid #ece9e9;
    margin-bottom: 48px;
}

.contact-us-1x .contact-address {
    background: var(--theme-bg-hover-color);
    padding: 50px;
    color:#fff;
    line-height: 1.5em;
}

.contact-us-1x .contact-address ul {
    margin: 0;
    padding: 0;
}

.contact-us-1x .contact-address ul li {
    list-style: none;
    color: #fff;
    font-weight: 600;
    margin-bottom: 50px;
}

.contact-us-1x .contact-address ul li .media img {
    max-width: 20px;
    object-fit: cover;
    margin: 10px 30px 0 0;
}

.contact-us-1x .contact-address ul li .media .media-body {
    color: #fff;
}

.contact-us-1x .contact-address .footer-social-link ul {
    margin: 0;
    padding: 0;
}

.contact-us-1x .contact-address .footer-social-link ul li {
    display: inline-block;
    list-style: none;
    margin: 0 50px 0 0;
}

.contact-us-1x .contact-address .footer-social-link ul li i {
    color: #fff;
}

.contact-us-1x .contact-address .footer-social-link ul li:last-child {
    margin-right: 0;
}

/*--------------------------------------------------------------
## 404 page
--------------------------------------------------------------*/

.error-page-1x {
    background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1));
    background-size: cover;
    background-repeat: no-repeat;
    padding: 93px 0 108px 0;
}

.error-page-1x .error-content {
    text-align: center;
}

.error-page-1x .error-content h2 {
    font-size: 50px;
    font-weight: 600;
    color: #454545;
    margin-bottom: 20px;
}

.error-page-1x .error-content h3 {
    font-size: 24px;
    font-weight: 600;
    color: #454545;
}

.error-page-1x .error-content img {
    display: block;
    max-width: 620px;
    object-fit: cover;
    margin: 50px auto 10px auto;
}

/************************************************
           Comming Soon Page
*************************************************/

.comming-soon-banner .hvrbox {
    margin-bottom: -8px;
}

.comming-soon-banner .hvrbox img {
    height: 100vh;
}

.comming-soon-banner .hvrbox .hvrbox-layer_top {
    background: linear-gradient(-135deg, rgba(2, 179, 228, 0.4), rgba(0, 0, 0, 0.8));
}

.comming-soon-banner .overlay-text {
    position: absolute;
    width: 100%;
    top: 16%;
    margin-top: 0;
}

.comming-soon-banner .overlay-text .countdown-timer ul {
    margin: 0 0 90px 0;
    padding: 0;
}

.comming-soon-banner .overlay-text .countdown-timer ul li {
    list-style: none;
    display: inline-block;
    font-size: 55px;
    font-weight: 700;
    color: #fff;
    margin-right: 50px;
}

.comming-soon-banner .overlay-text .countdown-timer ul li span {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
}

.comming-soon-banner .overlay-text .countdown-timer ul li:nth-child(1) {
    color: #02b3e4;
}

.comming-soon-banner .overlay-text .countdown-timer ul li:nth-child(2) {
    color: #02e4b7;
}

.comming-soon-banner .overlay-text .countdown-timer ul li:nth-child(3) {
    color: #fb928b;
}

.comming-soon-banner .overlay-text .countdown-timer ul li:nth-child(4) {
    color: #ffc107;
}

.comming-soon-banner .overlay-text .countdown-timer ul li:last-child {
    margin-right: 0;
}

.comming-soon-banner .overlay-text h3 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 80px;
}

.comming-soon-banner .overlay-text .subscribe-form {
    border-bottom: 1px dashed #fff;
}

.comming-soon-banner .overlay-text .subscribe-form i {
    color: #fff;
    margin-top: 5px;
}

.comming-soon-banner .overlay-text .subscribe-form .input-group input[type="email"] {
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 20px;
    padding: 0 0 6px 10px;
    margin-top: -8px;
}

.comming-soon-banner .overlay-text .subscribe-form .input-group input[type="email"]::placeholder {
    color: #edeaea;
}

.comming-soon-banner .overlay-text .subscribe-form .input-group a.btn-small {
    background: transparent;
    padding: 0;
    margin-bottom: 10px;
}

.comming-soon-banner .overlay-text .subscribe-form .input-group a.btn-small i {
    font-size: 20px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.comming-soon-banner .overlay-text .subscribe-form .input-group a.btn-small:hover {
    background: transparent;
}

.comming-soon-banner .overlay-text .subscribe-form .input-group a.btn-small:hover i {
    color: #02b3e4;
}

.comming-soon-banner .overlay-text .footer-social-link ul {
    margin: 83px 0 0 0;
    padding: 0;
}

.comming-soon-banner .overlay-text .footer-social-link ul li {
    display: inline-block;
    list-style: none;
    text-align: center;
}

.comming-soon-banner .overlay-text .footer-social-link ul li i {
    width: 40px;
    height: 40px;
    background: #21293e;
    color: #fff;
    padding-top: 12px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.comming-soon-banner .overlay-text .footer-social-link ul li i:hover {
    background: #02b3e4;
    color: #fff;
}

/************************************************
           Learning Path Page
*************************************************/

.learning-path-banner .overlay-text {
    margin-top: 8%;
}

.learning-path-banner .overlay-text h3 {
    margin-bottom: 25px;
}

.learning-path-banner .overlay-text p {
    line-height: 27px;
}

.learning-path-banner .overlay-text .btn-small {
    margin-top: 40px;
}

.learning-path-feature-1x {
    background: #fafbfc;
    padding: 50px 0;
}

.learning-path-feature-1x .single-feature .media img {
    max-width: 40px;
    object-fit: cover;
    margin-right: 20px;
}

.learning-path-feature-1x .single-feature .media .media-body h3 {
    font-size: 16px;
    font-weight: 700;
    color: #454545;
}

.learning-path-2x {
    padding: 108px 0;
}

.learning-path-2x ul {
    margin: 0;
    padding: 0;
    /*border-left: 1px solid #f1f1f1;*/
}

.learning-path-2x ul li {
    list-style: none;
    margin-bottom: 60px;
}

.learning-path-2x ul li .single-path {
    margin-left: 85px;
}

.learning-path-2x ul li .single-path .media img {
    max-width: 355px;
    object-fit: cover;
    margin-right: 40px;
    border-radius: 3px;
    box-shadow: 0 10px 25px 0 rgba(46, 61, 73, 0.1);
}

.learning-path-2x ul li .single-path .media .media-body {
    padding: 62px 0 0 0;
}

.learning-path-2x ul li .single-path .media .media-body h3 {
    font-size: 16px;
    font-weight: 600;
    color: #454545;
    margin-bottom: 15px;
}

.learning-path-2x ul li:last-child {
    margin-bottom: 0;
}

.learning-path-2x ul li:before {
    position: absolute;
    content: "";
    background: url(images/dot.png) no-repeat;
    width: 13px;
    height: 12px;
    margin-left: -5px;
    margin-top: 10%;
}

/************************************************
           Single Course Page Two
*************************************************/

.single-course-banner .hvrbox {
    border-radius: 3px;
}

.single-course-banner .hvrbox img {
    height: 550px;
}

.single-course-banner .overlay-text {
    margin-top: 16%;
}

.single-course-banner .overlay-text h3 {
    font-size: 40px;
}

.single-course-banner .overlay-text p {
    font-size: 16px;
    margin: 15px 0 0 0;
}

.single-course-banner .overlay-text .btn-small {
    text-transform: uppercase;
    margin: 30px 0 0 0;
}

.course-info-1x {
    padding: 40px 0 32px 0;
}

.course-info-1x h4 {
    font-size: 14px;
    font-weight: 600;
    color: #454545;
    margin-bottom: 10px;
}

.course-info-1x .course-info-left img {
    width: 120px;
    height: 125px;
    object-fit: cover;
    margin-right: 30px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.course-info-1x .course-info-left .media-body {
    border-right: 0;
}

.course-info-1x .course-info-left .media-body h3 {
    font-size: 16px;
    font-weight: 700;
    color: #454545;
    margin-bottom: 10px;
}

.course-info-1x .course-info-middle {
    border-right: 1px solid #f1f1f1;
    border-left: 1px solid #f1f1f1;
    padding-left: 30px;
}

.course-info-1x .course-info-middle p {
    font-size: 14px;
}

.course-info-1x .course-info-middle p i {
    font-size: 12px;
    color: #fcb926;
}

.course-info-1x .course-info-middle h4 {
    margin-top: 10px;
}

.course-info-1x .course-info-right h3 {
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    color: #02b3e4;
    margin-top: 6px;
}

.course-info-1x .course-info-right h3 del {
    font-size: 16px;
    font-weight: 300;
    color: #454545;
    margin-right: 10px;
}

.course-info-1x .course-info-right .btn-small {
    float: right;
    margin-top: 6px;
}

.course-info-2x {
    background: #f9f9f9;
    padding: 0 30px 0 0;
}

.course-info-2x .course-info-right,
.course-info-2x .media-body {
    padding: 35px 0;
}

.course-info-2x .course-info-middle {
    padding: 31px 0;
    border-left: 0;
}

.course-info-2x .course-info-left .media-body {
    border-right: 1px solid #f1f1f1;
}

.course-feature-1x {
    background: linear-gradient(rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.01));
    background-repeat: repeat;
    padding: 100px 0 0 0;
}

.course-feature-1x .course-feature-left {
    background: linear-gradient(-135deg, rgba(2, 179, 228, 0.95), rgba(13, 175, 145, 0.95));
    background-size: cover;
    background-repeat: no-repeat;
    height: 297px;
    margin-bottom: 100px;
}

.course-feature-1x .course-feature-left img {
    object-fit: cover;
    margin: 30px 0 0 30px;
}

.course-feature-1x .image-right {
    background: linear-gradient(-135deg, rgba(246, 203, 32, 0.95), rgba(253, 107, 63, 0.95));
    background-size: cover;
    background-repeat: no-repeat;
    height: 297px;
    margin-bottom: 100px;
}

.course-feature-1x .image-right img {
    object-fit: cover;
    margin: 30px 0 0 -30px;
}

.course-feature-1x .course-feature-right {
    margin-bottom: 100px;
}

.course-feature-1x .course-feature-right ul {
    margin: 0;
    padding: 0;
}

.course-feature-1x .course-feature-right ul li {
    list-style: none;
    margin-bottom: 50px;
}

.course-feature-1x .course-feature-right ul li .media img {
    object-fit: cover;
    margin-right: 30px;
    box-shadow: 0 10px 75px 0 rgba(46, 61, 73, 0.07);
}

.course-feature-1x .course-feature-right ul li .media .media-body h3 {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 15px;
}

.course-learn-1x {
    background: #f9f9f9;
    padding: 100px 0 108px 0;
}

.course-learn-1x .title-left {
    margin-bottom: 70px;
}

.course-learn-1x .course-learn-content {
    background: #fff;
    padding: 30px;
}

.course-learn-1x .course-learn-content .course-learn-left .btn-small {
    text-transform: uppercase;
    margin: 0 0 30px -30px;
    font-size: 16px;
    letter-spacing: 4px;
    border-radius: 0;
}

.course-learn-1x .course-learn-content .course-learn-left h3 {
    font-size: 24px;
    font-weight: 300;
    color: #454545;
    margin: 0 0 20px 0;
}

.course-learn-1x .course-learn-content .course-learn-left ul {
    border-left: 1px solid #eee;
    margin: 55px 0 45px 0;
    padding: 0;
}

.course-learn-1x .course-learn-content .course-learn-left ul li {
    list-style: none;
    margin: 0 0 45px 30px;
}

.course-learn-1x .course-learn-content .course-learn-left ul li .single-way h4 {
    font-size: 16px;
    font-weight: 600;
    color: #454545;
    margin: 0 0 20px 0;
}

.course-learn-1x .course-learn-content .course-learn-left ul li:last-child {
    margin-bottom: 0;
}

.course-learn-1x .course-learn-content .course-learn-left ul li:before {
    position: absolute;
    content: "";
    background: url(images/dot.png) no-repeat;
    width: 13px;
    height: 12px;
    margin: 2px 0 0 -35px;
}

.course-learn-1x .course-learn-right {
    margin: -30px -30px 0 0;
}

.related-course-2x {
    padding: 100px 0 0px 0;
}

.related-course-2x .title-left {
    margin-bottom: 70px;
}

.related-course-2x .slick-slide {
    overflow: hidden;
}

.related-course-2x .slick-list {
    margin: 0 -15px;
}

.related-course-2x .single-course {
    padding: 0 15px;
    box-shadow: 0 -6px 75px 0 rgba(46, 61, 73, 0.07) !important;
}

.related-course-2x i.fas.fa-angle-left.slick-arrow {
    position: absolute;
    content: "";
    background: url(images/arrow-left.png) no-repeat;
    right: 30px;
    top: -100px;
    width: 15px;
    height: 23px;
    color: transparent;
}

.related-course-2x i.fas.fa-angle-right.slick-arrow {
    position: absolute;
    content: "";
    background: url(images/arrow-right-2.png) no-repeat;
    right: 0;
    top: -100px;
    width: 15px;
    height: 23px;
    color: transparent;
}
@media (max-width:480px)  {
    .enroll-batch-desktop {
        display: none;
    }
    .enroll-batch-2x {
        display: block !important;
    }

}

.enroll-batch-2x {
    padding: 100px 0 0px 0;
    display: none;
}

.enroll-batch-2x .title-left {
    margin: 70px 0;
}

.enroll-batch-2x .slick-slide {
    margin: 0 -15px; 
    max-width: 100vw;
    width: 100%;
}

.enroll-batch-2x .slick-slider {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.enroll-batch-2x .single-batch {
    padding: 0 15px;
    box-shadow: 0 -6px 75px 0 rgba(46, 61, 73, 0.07) !important;
}

.enroll-batch-2x i.fas.fa-angle-left.slick-arrow {
    position: absolute;
    content: "";
    background: url(images/arrow-left.png) no-repeat;
    right: 30px;
    top: -100px;
    width: 15px;
    height: 23px;
    color: transparent;
}

.enroll-batch-2x i.fas.fa-angle-right.slick-arrow {
    position: absolute;
    content: "";
    background: url(images/arrow-right-2.png) no-repeat;
    right: 0;
    top: -100px;
    width: 15px;
    height: 23px;
    color: transparent;
}

/************************************************
           Single Course Page One
*************************************************/

.course-single-body {
    /*padding: 108px 0 0 0;*/
}

.course-single-body .single-course {
    box-shadow: none;
}

.sticky-top{
    z-index: 990;
}

.blogPagination {
    bottom: -30px !important;

}

.course-details-1x {
    background: #fff;
    padding: 30px;
    box-shadow: 0 10px 75px 0 rgba(46, 61, 73, 0.07);
}


.course-details-1x .course-details-sidebar {
    border: 1px solid #eee;
}

.course-details-1x .course-details-sidebar .course-feature h2 {
    background: #f9f9f9;
    font-size: 16px;
    font-weight: 600;
    color: #454545;
    padding: 20px 30px;
}

.course-details-1x .course-details-sidebar .course-feature ul {
    background: #fff;
    margin: 0 30px 50px 30px;
    padding: 0;
}

.course-details-1x .course-details-sidebar .course-feature ul li {
    list-style: none;
    line-height: 2.5rem;
    border-bottom: 1px solid #eee;
}

.course-details-1x .course-details-sidebar .course-feature ul li i {
    color: var(--theme-bg-color);
    margin-right: 10px;
}

.course-details-1x .course-details-sidebar .course-feature ul li span {
    float: right;
    font-size: 14px;
}

.course-details-1x .course-details-sidebar .course-feature ul li p.subspan {
    font-size: 14px;
}

.course-details-1x .course-details-sidebar .footer-social-link {
    padding: 0 30px 50px 30px;
    text-align: center;
}

.course-details-1x .course-details-sidebar .footer-social-link h2 {
    font-size: 16px;
    font-weight: 700;
    color: #454545;
    margin-bottom: 35px;
}

.course-details-1x .course-details-sidebar .footer-social-link ul {
    margin: 0;
    padding: 0;
}

.course-details-1x .course-details-sidebar .footer-social-link ul li {
    display: inline-block;
    list-style: none;
    margin-right: 20px;
}

.course-details-1x .course-details-sidebar .footer-social-link ul li:last-child {
    margin-right: 0;
}

.course-details-1x .course-details-sidebar .footer-social-link ul .fa-facebook-f {
    color: #3b5998;
}

.course-details-1x .course-details-sidebar .footer-social-link ul .fa-instagram {
    color: #fb3958;
}

.course-details-1x .course-details-sidebar .footer-social-link ul .fa-twitter {
    color: #3cbee3;
}

.course-details-1x .course-details-sidebar .footer-social-link ul .fa-google-plus-g {
    color: #e13928;
}

li.small-height {
    line-height: 1.8em !important;
    padding: 10px 0px 10px 0px;
}

/*.course-details-1x .course-details-left */
.course-video {
    /*background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/lecture.jpg');*/
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
    /*padding: 55px 0;*/
    /*text-align: center;*/
    /*border-radius: 3px;*/
}

.course-details-1x .course-details-left h3, .course-video h3 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-top: 20px;
}

.course-details-1x .course-menu-nav ul {
    margin: 50px 0 0 0;
    padding: 0;
}

.course-details-1x .course-menu-nav #course-contents ul {
    margin: 0 0 1.5em 3em;
}

.course-details-1x .course-menu-nav .nav-tabs .nav-link {
    background: #f9f9f9;
    font-size: 16px;
    font-weight: 400;
    padding: 13px 0;
    border: 1px solid #eee;
    border-radius: 0;
}

.course-details-1x .course-menu-nav .nav-tabs .nav-link i {
    margin-right: 7px;
}

.course-details-1x .course-menu-nav .nav-tabs .nav-link.active {
    background: #fff;
    border: 0;
    border-top: 2px solid var(--theme-bg-hover-color);
    color: var(--theme-bg-color);
}

.course-details-1x .course-menu-nav .nav-tabs .nav-link.active i {
    color: var(--theme-bg-color);
}

.course-details-1x .course-menu-tab {
    margin: 50px 0 0 0;
}

.course-details-1x .course-menu-tab h4 {
    font-size: 24px;
    font-weight: 300;
    color: #454545;
    padding: 20px;
    margin-bottom: 20px;
}

.course-details-left p,h6{
    padding-bottom: 10px;
    text-align: left;
    padding-top:10px;

}
.course-details-left h6 price{
    /*padding-bottom: 10px;*/
    /*text-align: justify;*/
color: #d00606;
}

.course-details-1x .learning-system ul {
    border-left: 1px solid #eee;
    margin: 50px 0 0 0;
    padding: 5px;
    padding: 0;
}


.course-details-1x .learning-system ul li {
    list-style: none;
    margin: 0 0 45px 30px;
}

.course-details-1x .learning-system ul li .single-way h4 {
    font-size: 16px;
    font-weight: 600;
    color: #454545;
    margin: 0 0 15px 0;
}

.course-details-1x .learning-system ul li:last-child {
    margin-bottom: 0;
}

.course-details-1x .learning-system ul li:before {
    position: absolute;
    content: "";
    background: url(images/dot.png) no-repeat;
    width: 13px;
    height: 12px;
    margin: 2px 0 0 -35px;
}

.course-details-1x .requirements {
    margin: 50px 0 0 0;
}

.course-details-1x .requirements ul {
    margin: 0;
    padding: 0;
}

.course-details-1x .requirements ul li {
    list-style: none;
    line-height: 35px;
}

.course-details-1x .requirements ul li i {
    margin-right: 10px;
    color: #9f9f9f;
}

.course-details-1x .description {
    margin: 50px 0 0 0;
}

.course-details-1x .price {
    margin: 50px 0 0 0;
}

.course-details-1x .price h5 {
    font-size: 30px;
    font-weight: 700;
}

.course-details-1x .price h5 del {
    font-size: 14px;
    font-weight: 400;
    margin-right: 10px;
}

.course-details-1x .price .btn-small {
    margin: 35px 0 0 0;
    padding: 7px 28px;
}

.course-details-1x .instructor-profile .media .media-body {
    padding: 0;
}

.review-bar .progress-bar {
    background-color: #02b3e4;
}
.review-course {
    color: #2b6777;
    margin: 5px 0 10px 0;
    font-size: 16px;
    font-weight: bold;
}
.review-course::after {
    position: absolute;
    content: "";
    border: 1px solid var(--theme-bg-hover-color);
    width: 16px;
    margin: 15px 0 0 5px;
}
.starrating {
    width: 130px;
}
.starrating > input {display: none;}  /* Remove radio buttons */

.starrating > label:before { 
  content: "\f005";
  margin: 2px;
  font-size: 1.6em;
  font-family: FontAwesome;
  display: inline-block; 
}

.starrating > label{
  color: #222222; /* Start color when not clicked */
}
.starrating > input:checked ~ label{ 
    color: #ffca08 ; 
} /* Set yellow color when star checked */

.starrating > input:hover ~ label{ 
    color: #ffca08 ;  
} /* Set yellow color when star hover */
button.review-submit {
    padding: 8px 36px !important;
}
@media screen and (max-width: 768px) {
    button.review-submit {
        width: 100%;
        margin-bottom: 10px;
    }
    .cardresources {
        display: block !important;
    }
    .cardresources button {
        width: 100% !important;
    }
}
.starrating-show {
    width: 200px;
}
.starrating-show > input {display: none;}  /* Remove radio buttons */

.starrating-show > label:before { 
  content: "\f005";
  margin: 2px;
  font-size: 1em;
  font-family: FontAwesome;
  display: inline-block; 
}

.starrating-show > label{
  color: #222222; /* Start color when not clicked */
}
.starrating-show > input:checked ~ label{ 
    color: #ffca08 ; 
} /* Set yellow color when star checked */

.star-rating-show {
    direction: rtl;
    display: inline-block;
    font-size: 0.7rem;
    user-select: none;
}
.star-rating-show input[type="radio"] {
    display: none;
}
.star-rating-show label {
    color: #ddd;
    font-size: 1rem;
    padding: 0;
    user-select: none;
}
.star-rating-show input[type="radio"]:checked ~ label {
    color: #f7d106;
} 
/* fill stars acc to percent */
.ratings {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    color: #b1b1b1;
    overflow: hidden;
  }
  
  .full-stars {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
    color: #fde16d;
  }
  
  .empty-stars:before,
  .full-stars:before {
    content: "\2605\2605\2605\2605\2605";
    font-size: 14pt;
  }
  
  .empty-stars:before {
    -webkit-text-stroke: 1px #848484;
  }
  
  .full-stars:before {
    -webkit-text-stroke: 1px orange;
  }
  
  /* Webkit-text-stroke is not supported on firefox or IE */
  
  /* Firefox */
  @-moz-document url-prefix() {
    .full-stars {
      color: #ECBE24;
    }
  }
  
 
.course-details-left h4 {
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--theme-bg-color);
}
.course-details-left h5 {
    margin-bottom: 5px;
    padding-bottom: 2px;
    font-size:1.2rem;
    font-weight:600;
    /*border-bottom: 0.15px solid lightblue;*/
}

/************************************************
           Job Board page
*************************************************/

.job-board-1x {
    padding: 100px 0 78px 0;
}

.job-board-1x .single-job {
    padding: 40px;
    margin-bottom: 30px;
    box-shadow: 0 3px 35px 0 rgba(46, 61, 73, 0.06);
}

.job-board-1x .single-job h2 {
    font-size: 16px;
    font-weight: 500;
    color: #454545;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.job-board-1x .single-job h2 span {
    float: right;
    font-size: 12px;
    color: #02b3e4;
    background: #f9f9f9;
    padding: 7px 15px;
    border-radius: 2px;
}

.job-board-1x .single-job p {
    margin-bottom: 10px;
}

.job-board-1x .single-job p i {
    color: #02b3e4;
    margin-right: 15px;
}

.job-board-1x .single-job a {
    display: inline-block;
    background: #fff;
    font-size: 14px;
    font-weight: 500;
    color: #02b3e4;
    padding: 3px 15px;
    border-radius: 2px;
    border: 1px solid #eee;
    text-transform: capitalize;
    margin-top: 10px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.job-board-1x .single-job a:hover {
    background: #02b3e4;
    color: #fff;
}

/************************************************
           Job Single page
*************************************************/

.job-single-1x {
    padding: 108px 0 0 0;
}

.job-single-1x .job-features {
    background: #f9f9f9;
    padding: 0 40px;
    border: 1px solid #eee;
}

.job-single-1x .job-features i {
    color: #02b3e4;
    padding-right: 20px;
    margin: 40px 0;
}

.job-single-1x .job-features hr {
    margin: 0;
    background-color: #eee;
}

.job-single-1x h3 {
    font-size: 25px;
    font-weight: 300;
    color: #454545;
    margin-bottom: 30px;
}

.job-single-1x .job-details {
    padding-top: 50px;
}

.job-single-1x .job-details p {
    margin-bottom: 15px;
}

.job-single-1x .job-details p:last-child {
    margin-bottom: 0;
}

.job-single-1x .job-requirements {
    padding-top: 50px;
}

.job-single-1x .job-requirements ul {
    margin: 25px 0 0 20px;
    padding: 0;
}

.job-single-1x .job-requirements ul li {
    line-height: 35px;
}

.job-single-1x .job-skils {
    padding-top: 50px;
}

.job-single-1x .job-skils ul {
    margin: 25px 0;
    padding: 0;
}

.job-single-1x .job-skils ul li {
    display: inline-block;
    list-style: none;
    margin-right: 45px;
}

.job-single-1x .apply-job {
    padding-top: 50px;
}

.job-single-1x .apply-job a.medical-btn-larg {
    background: #02b3e4;
}

.job-single-1x .apply-job a.medical-btn-larg:hover {
    background: #21293e;
}

.blog-1x-no-bg .title-left h2,
.related-post h3 {
    font-size: 32px;
    font-weight: 300;
    text-transform: capitalize;
    color: #454545;
    margin-bottom: 70px;
}

/************************************************
           Blog Single Page
*************************************************/

.blog-single-1x {
    padding: 108px 0 0 0;
}

.blog-single-1x .blog-single-left-content .blog-single-body h2 {
    font-size: 58px;
    font-weight: 600;
    color: #454545;
    line-height: 68px;
    margin: 0 0 45px 0;
}

.blog-single-1x .blog-single-left-content .blog-single-body p {
    margin-bottom: 25px;
}

.blog-single-1x .blog-single-left-content .comment-form {
    margin: 75px 0 0 0;
}

.blog-single-1x .blog-single-left-content .comment-form h3 {
    font-size: 24px;
    font-weight: 400;
    color: #454545;
    margin-bottom: 30px;
}

.blog-single-1x .blog-single-left-content .comment-form input[type="text"],
.blog-single-1x .blog-single-left-content .comment-form input[type="email"] {
    height: 53px;
    margin-bottom: 30px;
}

.blog-single-1x .blog-single-left-content .comment-form textarea {
    height: 210px;
    margin-bottom: 30px;
}

.blog-single-1x .blog-single-left-content .comment-section {
    margin: 50px 0 0 0;
}

.blog-single-1x .blog-single-left-content .comment-section h3 {
    font-size: 24px;
    color: #454545;
    margin-bottom: 30px;
}

.blog-single-1x .blog-single-left-content .comment-section .media {
    margin-bottom: 30px;
    padding: 49px 30px 30px 30px;
    border: 1px solid #f4f4f4;
}

.blog-single-1x .blog-single-left-content .comment-section .media img {
    height: 80px;
    width: 80px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 30px;
}

.blog-single-1x .blog-single-left-content .comment-section .media .media-body p {
    font-size: 15px;
    margin-bottom: 25px;
}

.blog-single-1x .blog-single-left-content .comment-section .media .media-body h4 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 30px;
}

.blog-single-1x .blog-single-left-content .comment-section .media .media-body h5 {
    font-size: 16px;
    font-weight: 400;
    color: #02b3e4;
}

.blog-single-1x .blog-single-left-content .comment-section .media .media-body h5 span {
    float: right;
}

.blog-single-1x .blog-single-left-content .comment-section .media .media-body h5 span a {
    color: #02b3e4;
}

.blog-single-1x .blog-single-left-content .comment-section .media .media-body h5 span a i {
    margin-left: 10px;
}

.blog-single-1x .blog-single-left-content .comment-section .media .media {
    margin: 30px 0;
}

@media screen and (max-width: 768px) {
    .blog-single-1x {
        padding: 25px 0 0 0;
    }
}

.blog-author {
    margin: 0 0 20px 0;
}

.blog-author .media img {
    height: 90px;
    width: 90px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 30px;
}

.blog-author .media .media-body {
    padding: 23px 0;
}

.blog-author .media .media-body h5 {
    font-size: 16px;
    font-weight: 400;
    color: #454545;
    margin-bottom: 10px;
}

.blog-author .media .media-body h4 {
    font-size: 14px;
    font-weight: 400;
    color: #454545;
}

.blog-author .media .media-body p {
    font-size: 15px;
    margin: 15px 0;
}

.blog-author .media .media-body .social-link ul {
    margin: 0;
    padding: 0;
}

.blog-author .media .media-body .social-link ul li {
    display: inline-block;
    margin-right: 7px;
}

.social-link ul {
    margin: 12px 0 0 0;
    padding: 0;
}

.social-link ul li {
    list-style: none;
    display: block;
    color: #8a8a8a;
    margin-bottom: 20px;
}

/************************************************
           Blog List Page
*************************************************/

.blog-list-1x {
    background: #f9f9f9;
    padding: 148px 0;
}

.blog-list-1x .blog-list-single {
    background: #fff;
    box-shadow: 0 0 15px 0 rgba(46, 61, 73, 0.03);
    margin-bottom: 30px;
}

.blog-list-1x .blog-list-single img {
    width: 100%;
    max-height: 420px;
    object-fit: contain;
    padding-top:20px;
}

.blog-list-1x .blog-list-single span {
    position: absolute;
    display: block;
    background: lightgrey;
    font-size: 14px;
    font-weight: 300;
    color: darkgreen;
    padding: 12px 22px;
    border-radius: 3px;
    margin: -27px 0 0 30px;
    border-bottom: 1px solid lightgrey;
    padding-bottom: 5px;
    border-right:1px solid lightgrey;
}

.blog-list-1x .blog-list-single .blog-list-content {
    padding: 50px 30px 30px 30px;
}

.blog-list-1x .blog-list-single .blog-list-content h2 a {
    display: block;
    font-size: 24px;
    font-weight: 600;
    color: var(--theme-bg-color);
    margin-bottom: 20px;
}

.blog-list-1x .blog-list-single .blog-list-content h2 a:hover {
    color: var(--theme-bg-hover-color);
}

.blog-list-1x .blog-list-single .blog-list-content h3 a.btn-small {
    display: inline-block;
    /*background: #f9f9f9;*/
    /*color: #02b3e4;*/
    font-size: 14px;
    font-weight: 400;
    padding: 12px 28px;
    margin-top: 30px;
    box-shadow: none;
}

.blog-list-1x .blog-list-single .blog-list-content h3 a.btn-small:hover {
    background: #02b3e4;
    color: #fff;
}

.blog-list-1x .blog-list-single .blog-list-content h3 .dropright {
    float: right;
    margin-top: 29px;
}

.blog-list-1x .blog-list-single .blog-list-content h3 .dropright button {
    float: right;
    background: #f9f9f9;
    border: 0;
    border-radius: 0;
    text-align: center;
    outline: none;
    cursor: pointer;
    padding: 5px 0 7px 13px;
    box-shadow: none;
}

.blog-list-1x .blog-list-single .blog-list-content h3 .dropright button i {
    font-size: 17px;
    color: #02b3e4;
    padding-top: 7px;
}

.blog-list-1x .blog-list-single .blog-list-content h3 .dropright button .dropdown-toggle::after {
    border: 0 !important;
}

.blog-list-1x .blog-list-single .blog-list-content h3 .dropright .dropdown-menu {
    min-width: 42px;
    background: #f9f9f9;
}

.blog-list-1x .blog-list-single .blog-list-content h3 .dropright .dropdown-menu .dropdown-item {
    text-align: center;
    padding: 8px 11px;
}

.blog-list-1x .blog-list-single .blog-list-content h3 .dropright:hover > .dropdown-menu {
    display: block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.blog-list-1x .blog-list-right .blog-search {
    background: #fff;
    padding: 50px;
    box-shadow: 0 0 15px 0 rgba(46, 61, 73, 0.03);
    margin-bottom: 30px;
}

.blog-list-1x .blog-list-right .blog-search input[type="text"] {
    background: transparent;
    height: 45px;
    border: 1px solid #eeeff1;
    border-radius: 22px;
    padding-left: 30px;
}

.blog-list-1x .blog-list-right .blog-search .btn-search {
    background: #02b3e4;
    height: 38px;
    width: 38px;
    border-radius: 50%;
    border: 0;
    outline: none;
    margin: 3px 0 0 -42px;
}

.blog-list-1x .blog-list-right .blog-search .btn-search img {
    margin-top: -3px;
    object-fit: cover;
}

.blog-list-1x .blog-list-right .recent-popular-post {
    background: #fff;
    box-shadow: 0 0 15px 0 rgba(46, 61, 73, 0.03);
    padding: 0 30px;
}

.blog-list-1x .blog-list-right .recent-popular-post ul.recent-popular-nav {
    margin: 0;
    padding: 20px 0;
    border-bottom: 0;
}

.blog-list-1x .blog-list-right .recent-popular-post ul.recent-popular-nav li {
    padding: 0;
}

.blog-list-1x .blog-list-right .recent-popular-post ul.recent-popular-nav li .nav-link {
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    color: #454545;
    padding: 0;
    border: 0;
}

.blog-list-1x .blog-list-right .recent-popular-post ul.recent-popular-nav li .active {
    background-color: transparent;
    color: var(--theme-bg-hover-color);
    border: 0;
}

.blog-list-1x .blog-list-right .recent-popular-post .recent-popular-tab {
    border-top: 1px solid #eee;
    padding-bottom: 30px;
}

.blog-list-1x .blog-list-right .recent-popular-post .recent-popular-tab .recent-post .media {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.blog-list-1x .blog-list-right .recent-popular-post .recent-popular-tab .recent-post .media img{
    height: 90px;
    width: 90px;
    object-fit: cover;
    margin-right: 10px;
}

.blog-single-body .blog-image {
   text-align: center;
}

@media screen and (max-width: 1024px) { 
    .blog-single-1x .blog-list-right .recent-popular-post .recent-popular-tab .recent-post .media, .blog-list-1x .blog-list-right .recent-popular-post .recent-popular-tab .recent-post .media {
        display: flex;
        flex-direction: column;
    }
    .blog-single-1x .blog-list-right .recent-popular-post .recent-popular-tab .recent-post .media a, .blog-list-1x .blog-list-right .recent-popular-post .recent-popular-tab .recent-post .media a {
        width: 100% !important;
    }
    .blog-single-1x .blog-list-right .recent-popular-post .recent-popular-tab .recent-post .media img, .blog-list-1x .blog-list-right .recent-popular-post .recent-popular-tab .recent-post .media img{
        height: 90px;
        width: 100% !important;
        object-fit: cover;
        margin-right: 10px;
    }
}

/***********************************/

.blog-single-1x .blog-list-right .recent-popular-post {
    background: #fff;
    box-shadow: 0 0 15px 0 rgba(46, 61, 73, 0.03);
    padding: 0 30px;
}

.blog-single-1x .blog-list-right .recent-popular-post ul.recent-popular-nav {
    margin: 0;
    padding: 30px 0;
    border-bottom: 0;
}

.blog-single-1x .blog-list-right .recent-popular-post ul.recent-popular-nav li {
    padding: 0;
}

.blog-single-1x .blog-list-right .recent-popular-post ul.recent-popular-nav li .nav-link {
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    color: #454545;
    padding: 0;
    border: 0;
}

.blog-single-1x .blog-list-right .recent-popular-post ul.recent-popular-nav li .active {
    background-color: transparent;
    color: var(--theme-bg-hover-color);
    border: 0;
}

.blog-single-1x .blog-list-right .recent-popular-post .recent-popular-tab {
    border-top: 1px solid #eee;
    padding-bottom: 30px;
}

.blog-single-1x .blog-list-right .recent-popular-post .recent-popular-tab .recent-post .media {
    padding: 30px 0;
    border-bottom: 1px solid #eee;
}

.blog-single-1x .blog-list-right .recent-popular-post .recent-popular-tab .recent-post .media img{
    height: 90px;
    width: 90px;
    object-fit: cover;
    margin-right: 30px;
}




.blog-single-1x .blog-list-right h2 {
    font-size: 20px;
    font-weight: 600;
    color: #454545;
    padding-bottom: 25px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.blog-single-1x .blog-list-right .category-link {
    background: #fff;
    box-shadow: 0 0 15px 0 rgba(46, 61, 73, 0.03);
    margin-top: 30px;
    padding: 30px;
}

.blog-single-1x .blog-list-right .category-link ul {
    margin: 0;
    padding: 0;
}

.blog-single-1x .blog-list-right .category-link {
    background: #fff;
    box-shadow: 0 0 15px 0 rgba(46, 61, 73, 0.03);
    margin-top: 30px;
    padding: 30px;
}

.blog-single-1x .blog-list-right .category-link ul {
    margin: 0;
    padding: 0;
}

.blog-single-1x .blog-list-right .category-link ul li {
    list-style: none;
    line-height: 47px;
}

.blog-single-1x .blog-list-right .category-link ul li a {
    color: #8a8a8a;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.blog-single-1x .blog-list-right .category-link ul li a:hover {
    color: #02b3e4;
}

.blog-single-1x .blog-list-right .category-link ul li span {
    float: right;
}





/*.blog-single-1x .blog-list-right .recent-popular-post ul.recent-popular-nav li .active {*/
/*    background-color: transparent;*/
/*    color: #02b3e4;*/
/*    border: 0;*/
/*}*/

/*.blog-single-1x .blog-list-right .recent-popular-post ul.recent-popular-nav li .active {*/
/*    background-color: transparent;*/
/*    color: #02b3e4;*/
/*    border: 0;*/
/*}*/
/*.blog-single-1x .blog-list-right .recent-popular-post ul.recent-popular-nav li {*/
/*    padding: 0;*/
/*}*/

/*.blog-single-1x .blog-list-right .recent-popular-post ul.recent-popular-nav {*/
/*    margin: 0;*/
/*    padding: 30px 0;*/
/*    border-bottom: 0;*/
/*}*/

/*.blog-single-1x .blog-list-right .recent-popular-post {*/
/*    background: #fff;*/
/*    box-shadow: 0 0 15px 0 rgba(46, 61, 73, 0.03);*/
/*    padding: 0 30px;*/
/*}*/

/*.blog-single-1x .blog-list-right .recent-popular-post .recent-popular-tab {*/
/*    border-top: 1px solid #eee;*/
/*    padding-bottom: 30px;*/
/*}*/

/*.blog-single-1x .blog-list-right .recent-popular-post .recent-popular-tab .recent-post .media img {*/
/*    height: 90px;*/
/*    width: 90px;*/
/*    object-fit: cover;*/
/*    margin-right: 30px;*/
/*}*/

/*.blog-single-1x .blog-list-right .recent-popular-post ul.recent-popular-nav li .nav-link {*/
/*    text-align: left;*/
/*    font-size: 20px;*/
/*    font-weight: 600;*/
/*    color: #454545;*/
/*    padding: 0;*/
/*    border: 0;*/
/*}

.blog-single-1x .blog-list-right .recent-popular-post .recent-popular-tab .recent-post .media a {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #454545;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

*/

.blog-list-1x .blog-list-right .recent-popular-post .recent-popular-tab .recent-post .media a {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #454545;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}



.blog-list-1x .blog-list-right .recent-popular-post .recent-popular-tab .recent-post .media a:hover {
    color: var(--theme-bg-color);
}

.blog-list-1x .blog-list-right .recent-popular-post .recent-popular-tab .recent-post .media p {
    font-size: 11px;
    font-weight: 300;
    float:right;
}

.blog-list-1x .blog-list-right h2 {
    font-size: 20px;
    font-weight: 600;
    color: #454545;
    padding-bottom: 25px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.blog-list-1x .blog-list-right .category-link {
    background: #fff;
    box-shadow: 0 0 15px 0 rgba(46, 61, 73, 0.03);
    margin-top: 30px;
    padding: 30px;
}

.blog-list-1x .blog-list-right .category-link ul {
    margin: 0;
    padding: 0;
}

.blog-list-1x .blog-list-right .category-link ul li {
    list-style: none;
    line-height: 47px;
}

.blog-list-1x .blog-list-right .category-link ul li a {
    color: #8a8a8a;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.blog-list-1x .blog-list-right .category-link ul li a:hover {
    color: #02b3e4;
}

.blog-list-1x .blog-list-right .category-link ul li span {
    float: right;
}

.blog-list-1x .blog-list-right .tag-link {
    background: #fff;
    margin: 30px 0;
    padding: 30px;
    box-shadow: 0 0 15px 0 rgba(46, 61, 73, 0.03);
}

.blog-list-1x .blog-list-right .tag-link a {
    display: inline-block;
    color: #8a8a8a;
    padding: 5px 28px;
    background: #fff;
    border-radius: 30px;
    margin: 0 10px 15px 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.blog-list-1x .blog-list-right .tag-link a:hover {
    background: #02b3e4;
    color: #fff;
}

.blog-list-1x .blog-list-right .blog-subscriber {
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 0 15px 0 rgba(46, 61, 73, 0.03);
}

.blog-list-1x .blog-list-right .blog-subscriber p {
    padding-bottom: 30px;
}

.blog-list-1x .blog-list-right .blog-subscriber input[type="text"] {
    background: transparent;
    height: 45px;
    border: 1px solid #eeeff1;
    border-bottom-left-radius: 22px;
    border-top-left-radius: 22px;
    padding-left: 30px;
}

.blog-list-1x .blog-list-right .blog-subscriber .btn-search {
    background: #02b3e4;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    border-top-right-radius: 22px;
    border-bottom-right-radius: 22px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    outline: none;
    padding: 11px 18px;
    cursor: pointer;
}

.blog-list-1x .blog-list-right .blog-banner img {
    width: 100%;
    max-height: 290px;
    object-fit: cover;
}

.components-page-1x {
    padding: 100px 0;
}

.components-page-1x .title-left {
    margin-bottom: 70px;
}

/************************************************
           Sign In Page
*************************************************/

.sign-in-1x {
    padding: 20px 0;
    width: 100%;
}

.sign-in-1x .form-container {
    /*box-shadow: 0px 0px 75px 0 rgba(46, 61, 73, 0.07);*/
    border-radius: 5px;
}

.sign-in-1x .sign-in-form {
    /*padding: 50px 10px 50px 15px;*/
    /*box-shadow: 0 3px 35px 0 rgba(46, 61, 73, 0.06);*/
}

.sign-in-1x .sign-in-form .my-courses-dashboard h3 {
    font-size: 32px;
    font-weight: 300;
    text-transform: capitalize;
    color: #454545;
    /*margin: 0 0 70px 0;*/
    margin: 33px 0 46px 0;
}

.sign-in-1x .sign-in-form .my-courses-dashboard h3:after {
    position: absolute;
    content: "";
    border: 1px solid var(--theme-bg-hover-color);
    width: 30px;
    margin: 29px 0 0 15px;
}

.sign-in-1x .sign-in-form h3 {
    font-size: 32px;
    font-weight: 300;
    text-transform: capitalize;
    color: #454545;
    /*margin: 0 0 70px 0;*/
    margin: 33px 0 46px 0;
}

.sign-in-1x .sign-in-form h3:after {
    position: absolute;
    content: "";
    border: 1px solid var(--theme-bg-hover-color);
    width: 30px;
    margin: 29px 0 0 15px;
}


.sign-in-1x .sign-in-form .single-input input[type="text"],
.sign-in-1x .sign-in-form .single-input input[type="email"],
.sign-in-1x .sign-in-form .single-input input[type="password"]{
    height: 50px;
    padding: 20px 0 20px 60px;
    margin: -39px 0 43px 0;
    border-radius: 5px;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 2px solid var(--theme-bg-hover-color);
    border-left:  0.5px solid #cecece;
    border-right:  0.5px solid #cecece;
}

.sign-in-1x .sign-in-form .single-input input[type="checkbox"] {
    margin-top: -4px;
    height: 15px;
}

div.checkbox-spacing {
    margin-bottom: 36px;
    margin-top: 20px;
}

p.error, span.error {
    color: #ff0000;
    font-size: 14px;
    margin-bottom: 10px;
}


.sign-in-1x .sign-in-form .single-input i {
    margin: 0 0 0 30px;
    color: #b3b3b3;
}

.sign-in-1x .sign-in-form span a {
    padding-top: 10px;
    display: inline-block;
    color: #b3b3b3;
}

.sign-in-1x .sign-in-form p {
    font-size: 15px;
    font-weight: 600;
    /*margin: 65px 0 0 0;*/
    /*color: #b3b3b3;*/
}

.sign-in-1x .sign-in-form ul {
    margin: 30px 0 0 0;
    padding: 0;
}

.sign-in-1x .sign-in-form ul li {
    display: inline-block;
    width: 32%;
    font-weight: 600;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sign-in-1x .sign-in-form ul li a {
    color: #b3b3b3;
}

.sign-in-1x .sign-in-form ul li a:hover {
    color: #02b3e4;
}

.sign-in-1x .sign-in-form ul li:nth-child(2) {
    text-align: center;
}

.sign-in-1x .sign-in-form ul li:last-child {
    text-align: right;
}

.sign-in-1x .sign-in-form h4 {
    font-size: 15px;
    font-weight: 400;
    /*margin: 73px 0 0 0;*/
    color: #b3b3b3;
}

.sign-in-1x .sign-in-form h4 a {
    color: var(--theme-bg-color);
    font-weight: 600;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sign-in-1x .sign-in-form h4 a:hover {
    color: #454545;
}

.sign-in-1x .sign-in-form a.btn-small {
    float: right;
}

.sign-in-1x .sign-up-btn p {
    margin: 0;
}

.sign-in-1x .sign-up-btn ul {
    margin: 15px 0 0 0;
}

.sign-in-1x .sign-up-btn ul li {
    width: 25%;
}

.sign-in-1x .sign-up-btn ul li:nth-child(2) {
    text-align: left;
}

.sign-in-1x .sign-up-btn ul li:last-child {
    text-align: left;
}

.sign-in-1x .sign-up-btn a.btn-small {
    /*margin-top: -45px;*/ /*commented coz in checkout form pay button was going up */
}

.sign-in-1x .sign-in-right {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(images/6.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 319px 0;
    text-align: center;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.sign-in-1x .sign-up-right {
    padding: 300px 0;
}

/*************************************************
select dropdown
 */

/**************************************************
checkbox
 */


/*************************************************
        Color Switcher Button
**************************************************/

button.ColorSwitcher__control {
    display: none;
}

/*# sourceMappingURL=style.css.map */


h5.small-text {
    font-size: 14px !important;
}

/* wavvvy */
.wave-area {
    width: 100%;
    position: relative;
    left: 0;
    background: white;
    z-index: 999;
    margin: 70px 0px;
    bottom: 133px;
}

.wave-area .wave {
    background: url(../images/wave.svg) repeat-x;
    position: absolute;
    top: 0;
    width: 6400px;
    height: 100px;
    animation: wave 10s cubic-bezier(0.4, 0, 1, 1) infinite;
    transform: translate3d(0, 0, 0);
    z-index: 999;
}

/*wavvy ends here */

.voucher-code .single-input input[type="text"] {
    font-size: 14px;
    height: 50px;
    padding: 20px 0 20px 24px;
    border-radius: 5px;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 2px solid var(--theme-bg-hover-color);
}
@media screen and (max-width: 1024px) {
    .voucher-code .single-input input[type="text"] {
        padding: 20px 0 20px 10px; 
        width: 100%;
    }
    .voucher-code .single-input > .form-group{
        flex-direction: column;
    }

    .voucher-code .single-input > .form-group button {
        width: 100%;
    }

    .course-details-1x .course-details-sidebar .footer-social-link ul li {
        margin-right: 2%;
    }
}

.voucher-code .input-group-addon {
    padding: 0 !important;
    border: 0 !important;
    background-color: #fff;
    margin-top: -12px;
}

.voucher-code .input-group .input-group-addon .btn-small {
    margin-top: 20px;
}

.voucher-code p.error, .voucher-code p.success {
    line-height: 1.3em;
    font-size: 12px;
    color: red;
    /*padding-left: 15%;*/
}

.voucher-code p.success {
    color: var(--theme-bg-color);
}

.btn-small.disabled, .btn-small[disabled], fieldset[disabled] .btn-small {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

h5.panel-title {
    color: var(--theme-bg-hover-color);
}

.btn-link:hover {
    text-decoration: none;
    cursor: pointer;
}

button.sub-link {
    font-size: 12px !important;
}

p.error-label, div.error-label {
    /* margin-top: -40px; */
    color: #ff0000;
    font-size: 12px;
}

input[type="text"].form-error, input[type="email"].form-error, input[type="password"].form-error {
    border-top: 1px solid red !important;
    border-left: 1px solid red !important;
    border-right: 1px solid red !important;
}

div.review-panel-card-header {
    margin-bottom: 20px;
}

button.pay-button {
    float: none !important;
    width: 100% !important;
}

a.small-link {
    color: var(--theme-bg-hover-color) !important;
    text-decoration: underline;
}

.max-width-11 { /* used in payment-success and payment-cancelled page */
    max-width: 5rem;
}

.text-emphasize {
    font-weight: bold;
    color: var(--theme-bg-hover-color);

}

/**payment success and cancelled page icons*/
/*http://svgicons.sparkk.fr/*/
.svg-icon {
    width: 8em;
    height: 8em;
}

.svg-icon path,
.svg-icon polygon,
.svg-icon rect {
    fill: var(--theme-bg-hover-color);
}

.svg-icon circle {
    stroke: var(--theme-bg-hover-color);
    stroke-width: 10;
}

/**payment success and cancelled page icons*/

.stripe-card {
    padding: 10px;
    border: 1px solid rgba(43, 103, 119, 0.2);
    border-radius: 5px;
}

p#card-error {
    line-height: 1.3em;
    font-size: 12px;
    color: red;
}


.strike-price {
    color: red;
}


.password-mismatch {
    border-left: 1px solid #ff0000 !important;
    border-right: 1px solid #ff0000 !important;
    border-top: 1px solid #ff0000 !important;

}


.password-match {
    border-bottom: 2px solid var(--theme-bg-hover-color);
    border-right: none;
    border-left: none;
    border-top: none;
}

p.hide-message {
    display: none;
    visibility: hidden;
}

img.batch-image {
    min-height: 200px !important;
    display:block;
    margin:0 auto;
}

ul.course-search {
    width: 100%;
    border: 1px solid var(--theme-bg-color);
    border-top: 0px;
    border-radius: 3px;
    z-index: 998;
}

ul.course-search li {
    padding: 0.5em 1.25em 0.5em 1.25em !important;
}

.search-active {
    color: #fff !important;
    background: var(--theme-bg-hover-color) !important;
}

img.course-banner-image {
    height: 190px !important;
}

div#search-result {
    margin-top: 8px;
}

.my-courses-dashboard h3 {
    margin-top: 0px !important;
    margin-bottom: 30px !important;
    font-size: 32px;
    font-weight: 300;
    text-transform: capitalize;
    color: #454545;
    /*margin: 0 0 70px 0;*/
    /*margin: 33px 0 46px 0;*/
}

.my-courses-dashboard h3:after {
    position: absolute;
    content: "";
    border: 1px solid var(--theme-bg-hover-color);
    width: 30px;
    margin: 29px 0 0 15px;
}

div.course-card {
    margin-bottom: 20px;
}

div.course-title, span.course-title, h6.meeting-title {
    font-weight: bold !important;
    color: var(--theme-bg-hover-color);
}

h6.meeting-title {
    padding-bottom: 6px;
}

p.meeting-details a {
    color: var(--theme-bg-hover-color);
}

div.booked-details {
    padding: 1.25em 0.75rem 1.25rem 0.75rem !important;
}

/*

button gradient, see how this looks

background: linear-gradient(
180deg,#fff -196.67%,#0075ff);
    border-radius: 8
px
;
    padding: 1.1
rem
 0;
    width: 100%;
    font-family: montserrat600,sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 2.2rem;
    text-align: center;
    color: #fff;
    cursor: pointer;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}
 */


.ac-label {
    font-weight: 700;
    position: relative;
    padding: 1.0em 1em;
    margin-bottom: .5em;
    display: block;
    cursor: pointer;
    background-color: var(--theme-bg-color);
    transition: background-color .15s ease-in-out;
    color:#fff;
}

.ac-input:checked + label, .ac-label:hover {
    background-color: var(--bg-color);
}

.ac-label:after, .ac-input:checked + .ac-label:after {
    content: "+";
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    width: 2em;
    height: 100%;
    line-height: 2.25em;
    font-size:16px;
    text-align: center;
    background-color: var(--bg-color);
    transition: background-color .15s ease-in-out;
}

.ac-label:hover:after, .ac-input:checked + .ac-label:after {
    background-color: var(--theme-bg-color);
}

.ac-input:checked + .ac-label:after {
    content: "-";
    /*content: "✕";*/
}

.ac-input {
    display: none;
}

.ac-text, .ac-sub-text {
    opacity: 0;
    height: 0;
    margin-bottom: .5em;
    /*transition: opacity .5s ease-in-out;*/
    /*-webkit-transition: all .5s ease-in-out;*/
    overflow: hidden;

    /*height: 20px;*/
    /*max-height: 100px;*/
    /*overflow: hidden;*/
    /*margin: 0px 10px;*/
    /*padding-top: 0px;*/
    /*padding-bottom: 0px;*/
    /*padding-left: 10px;*/
    /*padding-right: 10px;*/
    /*transition: all .5s ease-in-out;*/
    /*-webkit-transition: all .5s ease-in-out;*/
}

.ac-input:checked ~ .ac-text, .ac-sub .ac-input:checked ~ .ac-sub-text {
    opacity: 1;
    height: auto;

    /*height: 20px;*/
    /*max-height: 100px;*/
    overflow: hidden;
    margin: 0px 10px;
    /*padding-top: 0px;*/
    /*padding-bottom: 0px;*/
    /*padding-left: 10px;*/
    /*padding-right: 10px;*/
    /*transition: all .15s ease-out;*/
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;}

.ac-sub .ac-label {
    background: none;
    font-weight: 600;
    padding: .5em 2em;
    margin-bottom: 0;
    color:#000;
}
.ac-sub-text p:last-child{
    margin-bottom: 30px;
}
.ac-sub .ac-label:checked {
    background: none;
    border-bottom: 1px solid whitesmoke;
}

.ac-sub .ac-label:after, .ac-sub .ac-input:checked + .ac-label:after {
    left: 0;
    background: none;
}

.ac-sub .ac-input:checked + label, .ac-sub .ac-label:hover {
    background: none;
}

.ac-sub-text {
    padding: 0 1em 0 2em;
}

#accordion section, #accordion .pointer, #accordion h1, #accordion p {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}


.packageSubmitButton{
    float: left !important;
    padding: 20px !important;
}


div#package-error{
    display:none;
    padding:13px;
    margin-bottom: 20px;
}

.course-details-left{
 margin-bottom:20px;
}

input.package-course-batch{
    margin-left:2%;
}


.course-details-left h4 span{
    font-size:15px;
}

.with-space
{
    margin-left:7px;
    font-weight: 600;
    font-size:16px;
}

b.actual_price{
    font-weight: 600;
    font-size:16px;
}

p.la-text
{
    text-align: left;
}

.about-us-left .title-left h2{
    margin:25px 0 15px 0;
}

.about-us-left .title-left h2::after{

    position: absolute;
    content: "";
    border: 1px solid var(--theme-bg-hover-color);
    width: 30px;
    margin: 29px 0 0 15px;
}

.about-us-2x .values-box{
    padding-bottom: 15px;
}

.theme-bg{
    background-color: var(--theme-bg-hover-color);
}
.course-details-1x .course-details-left h3, .course-video h3 .no-dates{
   color:var(--theme-bg-hover-color);
    margin:10px 0px 30px 10px;
    font-size: 14px;
}

.course-details-1x h3.no-dates{
    color:var(--theme-bg-hover-color);
   
    font-size: 14px;
    font-weight: bold;
}

.table-fixed{
    margin-top:10px;
}


.contact-message{
    width: 100%;
    padding: 5px 35px 5px 5px;
    font-size: 16px;
    border-bottom: 2px solid var(--theme-bg-hover-color);
    border-left-width: 0.5px;
    border-left-style: solid;
    border-left-color: #cecece;
    border-right-width: 0.5px;
    border-right-style: solid;
    border-right-color: #cecece;
    border-top: 0px;
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*background: url(https://stackoverflow.com/favicon.ico) 96% / 15% no-repeat;*/
}

.contact-message:focus{
    border-bottom: 2px solid var(--theme-bg-hover-color) !important;
}

.contact-intro{
    margin-bottom: 50px;
}
.contact-intro span{
 color:#000;

}

div.g-recaptcha div, div.g-recaptcha iframe {
    text-align: right !important;
}

.panel-create .upcoming-active {
    background-color: var(--theme-bg-color) !important;
    color: #fff !important;
    /*border-bottom: solid 3px #243e52;*/
}

.panel-create .link {
    background-color: #e8e8e8;
    color: #000;
    padding: 8px 10px;
    cursor: pointer;
    font-size: 14px;
    text-align: left;
    border-radius: 0;
}

.my-courses-dashboard span a{
    color:var(--theme-bg-color);
}

/*edit profile select*/
select.minimal {
    width: 100%;
    padding: 5px 35px 5px 5px;
    font-size: 16px;
    border-bottom: 2px solid var(--theme-bg-hover-color);
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-radius: 5px;
    height: 34px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*background: url(https://stackoverflow.com/favicon.ico) 96% / 15% no-repeat;*/
}
select.minimal {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px,
    5px 5px,
    1px 1.5em;
    background-repeat: no-repeat;
}

select.minimal:focus {
    background-image: linear-gradient(45deg, green 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, green 50%),
    linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px,
    5px 5px,
    1px 1.5em;
    background-repeat: no-repeat;
    border-color: green;
    outline: 0;
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
/*edit profile select*/

.status-message{
    margin-bottom: 40px;
}

.helpFulLabel {
    cursor: pointer;
    font-weight: 500;
    position: relative;
    margin-bottom: 0.375em;
}

.helpFulLabel input {
    position: absolute;
    left: -9999px;
}
.helpFulLabel span {
    display: flex;
    align-items: center;
    padding: 0.375em 0.75em 0.375em 0.375em;
    border-radius: 99em;
    transition: 0.25s ease;
}

.helpFulLabel span:hover {
    background-color: #d6d6e5;
}

.helpFulLabel span:before {
    display: flex;
    flex-shrink: 0;
    content: "";
    background-color: #fff;
    width: 1.2em;
    height: 1.2em;
    border-radius: 50%;
    margin-right: 0.375em;
    transition: 0.25s ease;
    box-shadow: inset 0 0 0 0.125em var(--theme-bg-hover-color) !important;
}

.helpFulLabel input:checked + span:before {
    box-shadow: inset 0 0 0 0.4375em var(--theme-bg-hover-color) !important;
}

#helpfulDiv{
    margin: 0 auto;
    margin-bottom: 0 !important;

}

@media screen and (min-width: 768px) {
    .loginH4 {
        margin: 20px 0 15px 0 !important;
    }
    .registerH4 {
        margin: 20px 0 15px 0 !important;
    }
}
.loginRememberMe {
    margin-bottom: 8px !important;
}
.header-top-message-alert {
    background: #da8a1d;
    color: white;
    font-size: 13px;
    height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#enroll-now-btn-mobile {
 display: none;
}
@media screen and (max-width: 768px) {
    .navigation>.container {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    #enroll-now-btn-mobile {
        display: block;
        text-align: center;
    }
    .header-top-message-alert {
        background: #da8a1d;
        color: white;
        font-size: 13px;
        height: 37px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
}

/* cookie */
.js-cookie-consent { 
    position: fixed;
    width: 102%;
    z-index: 9999;
    bottom: 0;
    left: -3px;
    padding: 0 5%;
    background: #52ab98;
    border-radius: 4px;
    color: white;
    font-family: "Arial", sans-serif;
}
.js-cookie-consent-agree, .js-cookie-consent-reject {
    background: #6453a4;
    color: white;
    border-color: #61569f;
    margin-bottom: 5px;
}
.js-cookie-consent a{
    border-radius: 4px;
    color: rgb(231, 226, 136);
}

.dropdown .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .4em solid;
    border-right: .4em solid transparent;
    border-bottom: 0;
    border-left: .4em solid transparent;
}
.only-mobile {
    display: none;
}
.enroll-disabled {
    height: 35px;
}
.no-spots {
    color: red;
    padding-left: 15px;
}
@media screen and (max-width: 900px) {
    .mob-mt-3 {
        margin-top: 25px;
    }
    .modal-header .close{
        font-size: 40px;
    }
    .only-mobile {
        display: block;
    }
    .only-desktop {
        display: none;
    }
    .modal-body {
        height: 80vh;
        overflow-y: auto;
    }
}


.google-button {
    all: unset;
    margin: auto;
    width: fit-content;
    height: 42px;
    background-color: var(--call-action-color);
    border-radius: 3px;
    /* box-shadow: 0 2px 4px 0 var(--call-action-color); */
    transition: all 300ms ease-in-out;
    display: flex;
    justify-content: space-between;
  }
  .google-button .google-icon-wrapper {
    margin: 1px;
    width: 50px;
    height: 40px;
    border-radius: 2px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .google-button .google-button-text {
    display: flex;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0.2px;
    font-family: "Roboto";
    margin-left: 1em;
    margin-right: 1em;
    align-items: center;
  }
  .google-button:hover {
    /* box-shadow: 0 0 3px 3px var(--theme-bg-hover-color) ; */
    cursor: pointer;
    background-color: var(--theme-bg-hover-color) ;
  }
  .google-button:active {
    background: var(--theme-bg-hover-color) ;
  }
  .enroll-account-signin {
    display: flex;
    justify-content: end;
  }
  .enroll-account-signin > .divider {
    margin: 0 20px;
    border-right: 1px solid lightgray;
  }
  .separator {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 40px 0;
    color: #8c8c8c;
  }
  
  .separator::before,
  .separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #e1e1e1;
  }
  
  .separator:not(:empty)::before {
    margin-right: 2em;
  }
  
  .separator:not(:empty)::after {
    margin-left: 2em;
  }

  @media screen and (max-width: 900px) {
    .enroll-account-signin {
         flex-direction: column;
         padding-bottom: 10px;
         justify-content: center !important;
        
      }
    .divider {
        margin: 10px 0 !important;
        border-bottom: 1px solid lightgray;
    }
  }

  @media screen and (max-width: 1024px) {
    .container {
        max-width: 860px;
    }
  }
  @media screen and (max-width: 900px) {
    .container {
        max-width: 720px;
    }
  }