@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700");

/* All Fonts */


/* All Color */


/* Extra color */


/**/


/* Social icon color */


/*!
Theme Name: Courcity
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;
}

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: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 27px;
    color: #6a6a6a;
    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%;
}

.video-course-section fieldset {
    border: 1px solid #b8aeae;
}

.video-course-section fieldset legend {
    font-size: 14px;
    margin: 0;
    padding: 0;
    width: auto;
    font-style: italic;
    font-weight: 900;
}

i.unlink-exam:hover,
i.delete-exam:hover {
    cursor: pointer;
    color: red;
}

.marketplace-new .search-li {
    width: 500px;
    display: inline-block;
}


.marketplace-new .search-li input.search-input {
    width: 98%;
    border-radius: 25px;
    background: #00000000;
    padding: 10px;
}

.search-li form {
    background: #00000005;
}

.marketplace-new .search-li button.search-button {
    position: relative;
    right: 40px;
    border-radius: 25px;
    font-size: 20px;
    background: #fff;
    border: none;
    padding: 0;
    height: 0px;
    line-height: 45px;
    width: 1px;
}

.marketplace-new .search-li input.search-input:focus {
    border-color: rgb(64, 64, 64);
}

.marketplace-new .search-li input.search-input:focus-visible {
    outline: none;
}


/*--------------------------------------------------------------
# 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: #02b3e4;
}

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
--------------------------------------------------------------*/

.marketplace-new .navbar-nav {
    align-items: center;
}

.marketplace-new .search-li {
    width: 22em;
    display: inline-block;
    border-radius: 999px;
    border: 1px solid #989586;
    height: min-content;
}

.marketplace-new .search-li input.search-input {
    border-radius: 999px;
    border-color: transparent;
    width: 100%;
}

.marketplace-new .search-li form {
    display: flex;
    flex-flow: row-reverse;
    border-radius: 999px;
}

.marketplace-new .search-li button.search-button {
    position: relative;
    right: 0px;
    border-radius: 25px;
    font-size: 20px;
    background: #fff;
    border: none;
    padding: 0 1.2rem;
    height: 0px;
    line-height: 45px;
    width: 10px;
}

.marketplace-new .search-li input.search-input:focus {
    border-color: transparent;
}

.marketplace-new .search-li input.search-input:focus-visible {
    outline: none;
}


/*the container must be positioned relative:*/

.autocomplete {
    position: relative;
    display: inline-block;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

.autocomplete-items div {
    padding: 2px 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: none;
    display: flex;
}

.autocomplete-items div a {
    padding: 0px 5px;
    font-size: 14px;
}

.autocomplete-items {
    max-height: 500px;
    overflow-y: scroll;
    border-radius: 5px;
    border: 1px solid #000;
    padding: 10px 0;
    margin-top: 3px;
    background-color: #ffffff;
}

.load-more-btn {
    margin: 0 auto;
    background-color: #02b3e4;
    color: #ffffff;
    border-radius: 30px;
}

.load-more-btn:hover {
    cursor: pointer;
}


/* width */

::-webkit-scrollbar {
    width: 3px;
}


/* Track */

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #02b3e4;
    border-radius: 25px;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #02b3e4;
}


/*when hovering an item:*/

.autocomplete-items div:hover {
    background-color: #e9e9e9;
}

.marketplace-new .search-li.mobile-view {
    display: none !important;
}

.marketplace-new .search-li.desktop-view {
    display: block !important;
}


/*when navigating through the items using the arrow keys:*/

.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}

#searchResults {
    margin: 120px 0;
}

.search-page-box {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 40px;
}

.search-result-tabs {
    border-radius: 25px;
    outline: none;
    border: 2px solid #02b3e4;
    line-height: normal;
    display: flex;
    margin: 0 auto;
    width: 70%;
}

.search-result-tabs a {
    margin: 0 !important;
    border-radius: 0 !important;
    border-right: 2px solid #02b3e4 !important;
    padding: 0;
    margin: 0;
    line-height: 30px;
}

.search-result-tabs a.active {
    background-color: #02b3e4 !important;
    color: #ffffff !important;
}

.search-result-tabs a:first-child {
    border-radius: 999px 0 0 999px !important;
    border-right: 2px solid #02b3e4;
}

.search-result-tabs a:last-child {
    border-radius: 0 999px 999px 0 !important;
    border-right: none !important;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-color: transparent;
}

.navbar .navbar-brand {
    margin-right: 0;
}


/*--------------------------------------------------------------
## 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: #02b3e4;
    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;
}


/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

.block-hide {
    display: none;
}

.rnp-select {
    color: #000000;
    padding: 5px;
    font-size: 14px;
}

ul.video-course-section {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.video-course-section li {
    padding-left: 10px;
    margin: 0;
}

ul.video-course-section li:before {
    padding-right: 5px;
    content: "\203A";
    font-size: 20px;
}

#link_existing_exam {
    margin-left: 15px;
}

.right-answer-sign.badge-success {
    margin-left: -45px;
    margin-right: 20px;
}

.flex-answer-box {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}

.flex-answer-box .note-editor {
    width: 95%;
}

.note-editor .dropdown-toggle:after {
    right: 17px !important;
    top: 0px !important;
}

.hvrbox-layer_top {
    display: flex;
    align-items: center;
}

@media (max-width: 1530px) {
    .marketplace-new .search-li {
        width: 22em;
    }
}

@media (max-width: 1490px) {
    .marketplace-new .search-li {
        width: 19em;
    }
}

@media (max-width: 1450px) {
    .marketplace-new .search-li {
        width: 15em;
    }
}

@media (max-width: 1440px) {
    .marketplace-new .search-li {
        width: 14em;
    }
}

@media (max-width: 1366px) {
    .marketplace-new .search-li {
        width: 13em;
    }
}

@media (max-width: 1280px) {
    .marketplace-new .search-li {
        width: 12em;
    }
}

@media (max-width: 1000px) {
    .marketplace-new .search-li.marketplace-new .search-li.mobile-view {
        display: block !important;
    }
    .marketplace-new .search-li.desktop-view {
        display: none !important;
    }
    .marketplace-new .mobile-view-toggle .search-li.mobile-view {
        width: 85%;
    }
    .mobile-view-toggle {
        display: flex;
        flex-flow: row-reverse;
        width: 50%;
        justify-content: space-between
    }
}

@media (max-width: 575px) {
    .marketplace-new .mobile-view-toggle {
        display: contents;
    }
    .marketplace-new .mobile-view-toggle .search-li.mobile-view {
        width: 100%;
        margin-bottom: 10px;
    }
    .marketplace-new .search-li form {
        height: 40px;
    }
    .autocomplete-items {
        margin-top: 0px;
    }
}

@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: #02b3e4;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #02b3e4;
    color: #fff;
    text-shadow: none;
}

::placeholder {
    color: #6a6a6a;
}


/*---------------------------- End of Reset Code ----------------*/


/*------------------------------------------------------------
## Button Style
--------------------------------------------------------------*/

a.btn-large {
    display: inline-block;
    background: #02b3e4;
    font-size: 16px;
    font-weight: 400;
    padding: 11px 23px;
    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);
}

a.btn-large:hover {
    color: #fff;
    background: #454545;
}

a.btn-small {
    display: inline-block;
    background: #02b3e4;
    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: #454545;
}

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: #02b3e4;
    height: 40px;
    width: 40px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    padding-top: 6px;
    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;
}

.title-middle h2 {
    font-size: 32px;
    font-weight: 300;
    text-transform: capitalize;
    color: #454545;
    margin-bottom: 18px;
}

.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, #f5576c, rgba(245, 87, 108, 0.7));
    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;
}


/*--------------------------------------------------------------
## Main Menu
--------------------------------------------------------------*/

.main-menu {
    padding: 0px 0;
}

.navbar-light .navbar-brand {
    padding-left: 0;
}

.navbar-light .navbar-brand img {
    max-width: 110px;
    object-fit: cover;
}

.btco-hover-menu {
    z-index: 999;
    background-color: transparent !important;
}

.main-menu .navbar-nav  .usericon {
    text-transform: uppercase !important;
}

.main-menu .navbar-nav .nav-link {
    padding: 10px 15px;
    font-weight: 400;
    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: 400;
    color: #02b3e4;
}

.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: #02b3e4;
}

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 
*************************************************/

.hvrbox,
.hvrbox * {
    box-sizing: border-box;
}

.hvrbox {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-bottom: -8px;
}

.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: 580px;
    object-fit: cover;
}

.main-banner .hvrbox .hvrbox-layer_top {
    background: linear-gradient(-135deg, rgba(2, 179, 228, 0.4), rgba(0, 0, 0, 0.8));
}

.main-banner .overlay-text {
    position: relative;
    margin-top: 10%;
}

.main-banner .overlay-text h3 {
    font-size: 55px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 20px;
}

.main-banner .overlay-text p {
    font-size: 18px;
    margin-bottom: 40px;
    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: #02b3e4;
    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 #02b3e4;
}

.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: 108px 0;
    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: 55px;
}

.course-category-1x .category-feature .single-feature {
    text-align: center;
}

.course-category-1x .category-feature .single-feature img {
    width: 50px;
    object-fit: cover;
    margin-bottom: 18px;
}

.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;
    background: #f9f9f9;
}

.achive-goals-1x .title-middle {
    margin-bottom: 65px;
}

.achive-goals-1x .single-goals {
    text-align: center;
}

.achive-goals-1x .single-goals img {
    width: 100px;
    object-fit: cover;
    margin-bottom: 22px;
}

.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)), url(images/cta-bg.jpg);
    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: 100px 0 55px 0;
}

.client-1x .title-middle {
    margin-bottom: 65px;
}

.client-1x .single-client {
    text-align: center;
}

.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: 108px 0 103px 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: #02b3e4;
    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;
}

.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;
}


/*--------------------------------------------------------------
## Learning Paths 1x
--------------------------------------------------------------*/

.learning-path-1x {
    background: linear-gradient(rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.01)), url(images/go-ahed-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0 108px 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: 75px;
}

.learning-path-1x .hvrbox {
    border-radius: 3px;
}

.learning-path-1x .hvrbox .hvrbox-layer_top {
    opacity: 1;
    background: rgba(69, 69, 69, 0.7);
}

.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: 600;
    color: #fff;
}

.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-1x {
    padding: 100px 0 108px 0;
}

.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 {
    min-height: 386px;
    background: transparent;
    margin-bottom: 30px;
}

.single-course.video-course .single-course-content {
    min-height: 210px !important;
}

.single-course.video-course {
    min-height: 360px !important;
}

.single-course .hvrbox {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    height: 150px;
    background: #fff;
}

.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: 150px;
    object-fit: cover;
}

.single-course .single-course-content {
    min-height: 261px;
    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: 16px;
    font-weight: 700;
    color: #454545;
    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;
}

.single-course .single-course-content p {
    font-size: 14px;
}

.single-course .single-course-content p span {
    float: right;
}

.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 {
    background: linear-gradient(rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.01)), url(images/footer-bg.png);
    background-repeat: repeat;
}

.footer-section-1x .footer-top {
    padding: 100px 0;
}

.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: 40px 0 0 0;
    padding: 0;
}

.footer-section-1x .footer-top .footer-top-left .single-link ul li {
    list-style: none;
    line-height: 40px;
    font-weight: 400;
}

.footer-section-1x .footer-top .footer-top-left .single-link ul li a {
    color: #8a8a8a;
}

.footer-section-1x .footer-top .footer-top-left .single-link ul li a:hover {
    color: #02b3e4;
}

.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: 60px;
    padding: 25px;
    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: 60px;
    background: #fff;
    font-size: 30px;
    font-weight: 500;
    color: #02b3e4;
    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: 110px;
    object-fit: cover;
}

.footer-section-1x .footer-top .footer-top-right p {
    margin-top: 33px;
    font-weight: 400;
    color: #8a8a8a;
}

.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: 45px 0;
    border-top: 1px solid #f1f1f1;
}

.footer-section-1x .footer-bottom p {
    color: #8a8a8a;
}

.footer-section-1x .footer-bottom p a {
    color: #8a8a8a;
}

.footer-section-1x .footer-bottom p a:hover {
    color: #02b3e4;
}

.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: #02b3e4;
    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: 275px;
    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;
}

.blog-1x h2 {
    color: black !important;
}

.related-blog {
    padding: 100px 0 78px 0;
}


/************************************************
           Events Page
*************************************************/


/****Banner Top****/

.page-banner .overlay-text {
    position: relative;
    margin-top: 14%;
    left: 0;
}

.page-banner .hvrbox img {
    height: 420px;
    object-fit: cover;
}

.page-banner .hvrbox .hvrbox-layer_top {
    background: linear-gradient(-135deg, rgba(2, 179, 228, 0.4), rgba(0, 0, 0, 0.8));
}

.page-banner .overlay-text h3 {
    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: #02b3e4;
}

.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: 100%;
    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: 16px;
    font-weight: 400;
}

.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: rgba(2, 179, 228, 0.85);
}

.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: 108px 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;
    width: 200px;
    height: 50px;
    padding: 0 15px;
    border-color: #f2f0f0 !important;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #6a6a6a;
    outline: none;
}

.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: #02b3e4;
}

.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: 435px;
        max-height: 320px;*/
    max-width: 255px;
    max-height: 255px;
    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.6);
}

.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.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: 16px;
    font-weight: 400;
    color: #fff;
}

.course-header-1x .course-grid-list .all-course-list .media .media-body {
    padding: 15px;
    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: #454545;
    margin-bottom: 0px;
    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 h2 a:hover {
    color: #02b3e4;
}

.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: 30px;
    font-weight: 600;
    color: #454545;
    overflow: hidden;
    margin-bottom: -13px;
}

.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: 10px;
    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;
}

.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: 16px;
    font-weight: 300;
    color: #8a8a8a;
    -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: 15px;
    width: 15px;
    background-color: #fff;
    border: 1px solid #dfdcdc;
}

.course-header-1x .course-header-left .filter-product .container:hover input~.checkmark {
    background-color: #02b3e4;
}

.course-header-1x .course-header-left .filter-product .container input:checked~.checkmark {
    background-color: #02b3e4;
    border: 1px solid #02b3e4;
}

.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;
}

.course-pagination {
    text-align: center;
    margin-top: 50px;
}

.course-pagination ul {
    display: inline-flex;
    padding: 0;
    margin: 0;
}

.course-pagination ul .page-item .page-link {
    color: #6a6a6a;
    border: 0;
}

.course-pagination ul .page-item.active .page-link {
    background: transparent;
    background-color: #02b3e4;
    color: #fff;
}

.course-pagination ul .page-item:last-child .page-link {
    border: 0;
}


/*--------------------------------------------------------------
## Contact Us page
--------------------------------------------------------------*/

#map {
    overflow: hidden;
    width: 100%;
    height: 630px;
}

.contact-us-1x {
    padding: 100px 0 108px 0;
}

.contact-us-1x .title-left h2 {
    margin: 0 0 70px 0;
}

.contact-us-1x .title-left h2:after {
    position: absolute;
    content: "";
    border: 1px solid #02b3e4;
    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: #02b3e4;
    padding: 50px;
}

.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)), url(images/404-bg.png);
    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 , .user_name_placeholder {
    width: 120px;
    height: 125px;
    object-fit: cover;
    margin-right: 30px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.user_name_placeholder
{
    margin-top: 5px;
    align-items: center;
    display: flex;
    justify-content: center;
    color: rgb(255, 255, 255) !important;
    background-color: rgb(171, 71, 188);
    border-radius: 999px;
    font-size: xxx-large;
}

.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)), url(images/go-ahed-bg.png);
    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 78px 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;
}


/************************************************
           Single Course Page One
*************************************************/

.course-single-body {
    padding: 108px 0 0 0;
}

.course-single-body .single-course {
    box-shadow: none;
}

.course-details-1x {
    background: #fff;
    padding: 50px;
    box-shadow: 0 10px 75px 0 rgba(46, 61, 73, 0.07);
}

.mp_custom_website {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rnp-new-item {
    border: 2px solid #fff;
    padding: 0 5px;
    border-radius: 5px;
    color: #fff;
    background: cornflowerblue;
}

.mp_custom_website .rnp-new-item {
    font-size: 12px;
    line-height: 1.8;
    height: 26px;
    font-weight: 600;
}

.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: 63px;
    border-bottom: 1px solid #eee;
}

.course-details-1x .course-details-sidebar .course-feature ul li i {
    color: #02b3e4;
    margin-right: 10px;
}

.course-details-1x .course-details-sidebar .course-feature ul li span {
    float: right;
}

.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: 40px;
}

.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;
}

.course-details-1x .course-details-left .course-video {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(images/event-5.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 135px 0;
    text-align: center;
    border-radius: 3px;
}

.course-details-1x .course-details-left 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-menu-nav .tab-content {
    word-break: break-word;   
}

.course-menu-nav #myTabContent ul {
    margin: auto !important;
    padding: revert;
}

.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 #02b3e4;
    color: #02b3e4;
}

.course-details-1x .course-menu-nav .nav-tabs .nav-link.active i {
    color: #02b3e4;
}

.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;
    margin-bottom: 20px;
}

.course-details-1x .learning-system ul {
    border-left: 1px solid #eee;
    margin: 50px 0 0 0;
    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: 10px 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;
}


/************************************************
           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;
}

.blog-author {
    margin: 0 0 30px 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: 20px;
}

.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: 108px 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%;
    height: 420px;
    object-fit: cover;
}

.blog-list-1x .blog-list-single span {
    position: absolute;
    display: block;
    background: #02b3e4;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    padding: 12px 22px;
    border-radius: 3px;
    margin: -27px 0 0 30px;
}

.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: #454545;
    margin-bottom: 20px;
}

.blog-list-1x .blog-list-single .blog-list-content h2 a:hover {
    color: #02b3e4;
}

.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: 600;
    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: 30px 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: 20px;
    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: #02b3e4;
    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: 30px 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: 30px;
}

.blog-list-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:hover {
    color: #02b3e4;
}

.blog-list-1x .blog-list-right .recent-popular-post .recent-popular-tab .recent-post .media p {
    font-size: 15px;
    font-weight: 300;
}

.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;
    padding-bottom: 20px;
}

.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;
    background: #f9f9f9;
    color: #8a8a8a;
    padding: 5px 28px;
    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: 20px;
}

.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: 108px 0;
}

.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 45px;
}

.sign-in-1x .sign-in-form h3 {
    font-size: 32px;
    font-weight: 300;
    text-transform: capitalize;
    color: #454545;
    margin: 0 0 70px 0;
}

.sign-in-1x .sign-in-form h3:after {
    position: absolute;
    content: "";
    border: 1px solid #02b3e4;
    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: 1px solid #f0f0f0;
}

.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: 103px 0 0 0;
    color: #b3b3b3;
}

.sign-in-1x .sign-in-form h4 a {
    color: #02b3e4;
    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;
}

.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;
}


/*************************************************
        Color Switcher Button
**************************************************/

button.ColorSwitcher__control {
    display: initial;
}


/*# sourceMappingURL=style.css.map */


/* TechGrow */

.col-md-12.customDropDow {
    margin-left: 15px;
}

.customDropDow label {
    margin: 0;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 10px;
}

.customDropDow input {
    margin-top: 16px;
    margin-left: -13px;
}

.box {
    position: relative;
    background: #ffffff;
    width: 100%;
}

.box-header {
    color: #444;
    display: block;
    padding: 0;
    position: relative;
    margin-bottom: 10px;
    height: 0;
}

.box-tools {
    position: absolute;
    right: 10px;
    top: 5px;
}

.dropzone-wrapper {
    color: #02b3e4;
    position: relative;
    height: 40px;
    cursor: pointer;
    width: 100%;
    line-height: 40px;
    text-align: center;
    background: #ffffff !important;
}

.dropzone-desc {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: left;
    font-size: 16px;
    text-align: center;
    background: #023e7d;
    z-index: 111;
}

.dropzone,
.dropzone:focus {
    position: absolute;
    outline: none !important;
    width: 100%;
    height: 0 !important;
    cursor: pointer;
    opacity: 0;
    margin: 0;
    min-height: 40px;
    left: 0;
    z-index: 1111;
}

.dropzone-desc {
    background: #ffffff;
    border: 3px dashed;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

.dropzone-desc .fa-upload {
    margin-right: 10px;
}

.dropzone-wrapper:hover,
.dropzone-wrapper.dragover {
    background: #023e7d;
}

.preview-zone {
    text-align: center;
}

.preview-zone .box {
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 0;
}

.box-body p {
    text-align: left;
    font-weight: 900;
}

#customVideoPlay {
    width: 100%;
}

.uploadeddiv_btn {
    float: left;
    width: 100%;
}

span.creating {
    width: 100%;
    float: left;
    margin-top: 10px;
}

span.uplading {
    width: 100%;
    float: left;
}

#bar-5 .bar-main-container {
    margin: 10px auto;
    width: 300px;
    height: 50px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-family: sans-serif;
    font-weight: normal;
    font-size: 0.8em;
    color: #000;
    text-align: center;
}

#bar-5 .wrap {
    padding: 8px;
}

#bar-5 .bar-percentage {
    float: left;
    background: rgba(0, 0, 0, 0.13);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 9px 0px;
    width: 18%;
    height: auto;
    text-align: center;
}

#bar-5 .bar-container {
    float: right;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: 10px;
    background: rgba(0, 0, 0, 0.13);
    width: 78%;
    margin: 12px 0px;
    overflow: hidden;
}

#bar-5 .mt10 {
    margin-top: 100px;
}

div#bar-5 {
    margin-bottom: 10%;
}

#bar-5 .bar {
    float: left;
    background: #184f88;
    height: 100%;
    -webkit-border-radius: 10px 0px 0px 10px;
    -moz-border-radius: 10px 0px 0px 10px;
    border-radius: 10px 0px 0px 10px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

#bar-5 .error_div {
    text-align: left;
    margin-left: 10px;
    margin-top: 10px;
    font-weight: 600;
    color: #ff0000;
}

#bar-5 button.btn.btn-danger.btnCan {
    margin-top: 10%;
}


/* VIDEO PLAYER */

video#my-video {
    width: 100%;
    height: 100%;
    float: left;
}

#test {
    width: 480px;
    margin: 0 auto;
}

.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline:hover,
.video-js.vjs-no-flex .vjs-menu-button-inline {
    width: 10em
}

.video-js .vjs-controls-disabled .vjs-big-play-button {
    display: none !important
}

.video-js .vjs-control {
    width: 3em
}

.video-js .vjs-menu-button-inline:before {
    width: 1.5em
}

.vjs-menu-button-inline .vjs-menu {
    left: 3em
}

.video-js.vjs-paused .vjs-big-play-button,
.vjs-paused.vjs-has-started.video-js .vjs-big-play-button {
    display: block
}

.video-js .vjs-load-progress div,
.vjs-seeking .vjs-big-play-button,
.vjs-waiting .vjs-big-play-button {
    display: none !important
}

.video-js .vjs-mouse-display:after,
.video-js .vjs-play-progress:after {
    padding: 0 .4em .3em
}

.video-js.vjs-ended .vjs-loading-spinner {
    display: none
}

.video-js.vjs-ended .vjs-big-play-button {
    display: block !important
}

.video-js *,
.video-js:after,
.video-js:before {
    box-sizing: inherit;
    font-size: inherit;
    color: inherit;
    line-height: inherit
}

.video-js.vjs-fullscreen,
.video-js.vjs-fullscreen .vjs-tech {
    width: 100% !important;
    height: 100% !important
}

.video-js {
    font-size: 14px;
    overflow: hidden
}

.video-js .vjs-control {
    color: inherit
}

.video-js .vjs-menu-button-inline:hover,
.video-js.vjs-no-flex .vjs-menu-button-inline {
    width: 8.35em
}

.video-js .vjs-volume-menu-button.vjs-volume-menu-button-horizontal:hover .vjs-menu .vjs-menu-content {
    height: 3em;
    width: 6.35em
}

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before {
    text-shadow: 0 0 1em #fff, 0 0 1em #fff, 0 0 1em #fff
}

.video-js .vjs-spacer,
.video-js .vjs-time-control {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.video-js .vjs-time-control {
    -webkit-box-flex: 0 1 auto;
    -moz-box-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: auto
}

.video-js .vjs-time-control.vjs-time-divider {
    width: 14px
}

.video-js .vjs-time-control.vjs-time-divider div {
    width: 100%;
    text-align: center
}

.video-js .vjs-time-control.vjs-current-time {
    margin-left: 1em
}

.video-js .vjs-time-control .vjs-current-time-display,
.video-js .vjs-time-control .vjs-duration-display {
    width: 100%
}

.video-js .vjs-time-control .vjs-current-time-display {
    text-align: right
}

.video-js .vjs-time-control .vjs-duration-display {
    text-align: left
}

.video-js .vjs-play-progress:before,
.video-js .vjs-progress-control .vjs-play-progress:before,
.video-js .vjs-remaining-time,
.video-js .vjs-volume-level:after,
.video-js .vjs-volume-level:before,
.video-js.vjs-live .vjs-time-control.vjs-current-time,
.video-js.vjs-live .vjs-time-control.vjs-duration,
.video-js.vjs-live .vjs-time-control.vjs-time-divider,
.video-js.vjs-no-flex .vjs-time-control.vjs-remaining-time {
    display: none
}

.video-js.vjs-no-flex .vjs-time-control {
    display: table-cell;
    width: 4em
}

.video-js .vjs-progress-control {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: .5em;
    top: -.5em
}

.video-js .vjs-progress-control .vjs-load-progress,
.video-js .vjs-progress-control .vjs-play-progress,
.video-js .vjs-progress-control .vjs-progress-holder {
    height: 100%
}

.video-js .vjs-progress-control .vjs-progress-holder {
    margin: 0
}

.video-js .vjs-progress-control:hover {
    height: 1.5em;
    top: -1.5em
}

.video-js .vjs-control-bar {
    -webkit-transition: -webkit-transform .1s ease 0s;
    -moz-transition: -moz-transform .1s ease 0s;
    -ms-transition: -ms-transform .1s ease 0s;
    -o-transition: -o-transform .1s ease 0s;
    transition: transform .1s ease 0s
}

.video-js.not-hover.vjs-has-started.vjs-paused.vjs-user-active .vjs-control-bar,
.video-js.not-hover.vjs-has-started.vjs-paused.vjs-user-inactive .vjs-control-bar,
.video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-active .vjs-control-bar,
.video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-control-bar,
.video-js.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-control-bar {
    visibility: visible;
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateY(3em);
    -moz-transform: translateY(3em);
    -ms-transform: translateY(3em);
    -o-transform: translateY(3em);
    transform: translateY(3em);
    -webkit-transition: -webkit-transform 1s ease 0s;
    -moz-transition: -moz-transform 1s ease 0s;
    -ms-transition: -ms-transform 1s ease 0s;
    -o-transition: -o-transform 1s ease 0s;
    transition: transform 1s ease 0s
}

.video-js.not-hover.vjs-has-started.vjs-paused.vjs-user-active .vjs-progress-control,
.video-js.not-hover.vjs-has-started.vjs-paused.vjs-user-inactive .vjs-progress-control,
.video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-active .vjs-progress-control,
.video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-progress-control,
.video-js.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-progress-control {
    height: .25em;
    top: -.25em;
    pointer-events: none;
    -webkit-transition: height 1s, top 1s;
    -moz-transition: height 1s, top 1s;
    -ms-transition: height 1s, top 1s;
    -o-transition: height 1s, top 1s;
    transition: height 1s, top 1s
}

.video-js.not-hover.vjs-has-started.vjs-paused.vjs-user-active.vjs-fullscreen .vjs-progress-control,
.video-js.not-hover.vjs-has-started.vjs-paused.vjs-user-inactive.vjs-fullscreen .vjs-progress-control,
.video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-active.vjs-fullscreen .vjs-progress-control,
.video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-inactive.vjs-fullscreen .vjs-progress-control,
.video-js.vjs-has-started.vjs-playing.vjs-user-inactive.vjs-fullscreen .vjs-progress-control {
    opacity: 0;
    -webkit-transition: opacity 1s ease 1s;
    -moz-transition: opacity 1s ease 1s;
    -ms-transition: opacity 1s ease 1s;
    -o-transition: opacity 1s ease 1s;
    transition: opacity 1s ease 1s
}

.video-js.vjs-live .vjs-live-control {
    margin-left: 1em
}

.video-js .vjs-big-play-button {
    top: 50%;
    left: 50%;
    margin-left: -1em;
    width: 2em;
    border: none;
    color: #fff;
    -webkit-transition: border-color .4s, outline .4s, background-color .4s;
    -moz-transition: border-color .4s, outline .4s, background-color .4s;
    -ms-transition: border-color .4s, outline .4s, background-color .4s;
    -o-transition: border-color .4s, outline .4s, background-color .4s;
    transition: border-color .4s, outline .4s, background-color .4s;
    background-color: rgba(0, 0, 0, .45);
    font-size: 3.5em;
    border-radius: 50%;
    height: 2em !important;
    line-height: 2em !important;
    margin-top: -1em !important
}

.video-js .vjs-menu-button-popup .vjs-menu {
    left: -3em
}

.video-js .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    background-color: transparent;
    width: 12em;
    left: -1.5em;
    padding-bottom: .5em
}

.video-js .vjs-menu-button-popup .vjs-menu .vjs-menu-item,
.video-js .vjs-menu-button-popup .vjs-menu .vjs-menu-title {
    background-color: #151b17;
    margin: .3em 0;
    padding: .5em;
    border-radius: .3em
}

.video-js .vjs-menu-button-popup .vjs-menu .vjs-menu-item.vjs-selected {
    background-color: #2483d5
}

.video-js .vjs-big-play-button:active,
.video-js .vjs-big-play-button:focus,
.video-js:hover .vjs-big-play-button {
    background-color: rgba(36, 131, 213, .9)
}

.video-js .vjs-loading-spinner {
    border-color: rgba(36, 131, 213, .8)
}

.video-js .vjs-control-bar2 {
    background-color: #000
}

.video-js .vjs-control-bar {
    background-color: rgba(0, 0, 0, .3) !important;
    color: #fff;
    font-size: 14px
}

.video-js .vjs-play-progress,
.video-js .vjs-volume-level {
    background-color: #2483d5
}

.remove-preview {
    margin-right: 10px;
}

.remove-preview {
    border-radius: 999px;
    padding: 1px 8px;
}

.w50 {
    width: 60%;
    float: left;
}

.duration {
    float: right;
    width: 30%;
}

.subsectionClick {
    float: left;
    width: 100%;
}

.subsectionClick.active {
    color: #02b3e4;
    background-color: #f1f1f1;
}

.subsectionClick.active a {
    color: #02b3e4;
}


/* VIDEO END */


/* END */


/*Search Start */

.autocomplete {
    /*the container must be positioned relative:*/
    position: relative;
    display: inline-block;
}

.search-result-summary {
    padding: 10px 10px 10px 0;
    width: 75%;
}

.autocomplete-items div:hover {
    /*when hovering an item:*/
    background-color: #e9e9e9;
}

.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #ffffff;
}

#searchResults .glyphicon {
    margin-right: 5px;
}

#searchResults .thumbnail .result-type {
    line-height: 24px;
    font-size: 12px;
}

#searchResults .thumbnail {
    margin-bottom: 20px;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    display: flex;
    max-width: 98%;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}

#searchResults .thumbnail .details-results {
    display: flex;
    min-height: 190px;
    align-items: center;
}

#searchResults .thumbnail .search-result-description {
    font-size: 14px;
    font-weight: 400;
}

#searchResultDiv,
#searchResultDiv .item.search-result {
    padding: 0;
}

#searchResults .item .list-group-item-heading {
    max-height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: vertical;
    font-size: 16px;
    line-height: 26px;
}

#searchResults .item .moreDetail {
    position: absolute;
    width: 100%;
    bottom: 36px;
}

#searchResults .item.list-group-item {
    flex: 0 0 100%;
    max-width: 100%;
    background-color: #fff;
    margin-bottom: 10px;
}

#searchResults .item.list-group-item .list-group-image {
    margin-right: 10px;
    border: 0px solid #ddd;
}

#searchResults .item.list-group-item .thumbnail {
    margin-bottom: 0px;
}

#searchResults .item.list-group-item .caption {
    padding: 9px 9px 0px 9px;
}

#searchResults .item.list-group-item:before,
.item.list-group-item:after {
    display: table;
    content: " ";
}

#searchResults .item.list-group-item img {
    float: left;
}

#searchResults .item.list-group-item:after {
    clear: both;
}

#searchResults .list-group-item-text {
    margin: 0 0 11px;
}

#searchResults .list-group-item-text > span {
    flex: 0 0 65%;
}

#searchResults .well-sm {
    padding: 9px;
    border-radius: 3px;
}

#searchResultDiv {
    display: flex;
    flex-wrap: wrap;
}

.data-summary {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
}

.data-summary .price ins {
    background: transparent;
    font-weight: 900;
    font-size: 20px;
}

.result-img {
    padding: 10px;
    width: 25%;
}

.banner-btns a {
    margin-bottom: 10px;
    background-color: #0c84c8;
}

.banner-btns a:hover {
    color: #454545;
    background: #ffffff;
}

.ribbon {
    font-size: 16px !important;
    /* This ribbon is based on a 16px font side and a 24px vertical rhythm. I've used em's to position each element for scalability. If you want to use a different font size you may have to play with the position of the ribbon elements */
    width: 70%;
    position: relative;
    background: black;
    color: #fff;
    text-align: center;
    padding: 1em 2em;
    /* Adjust to suit */
    margin: 0em auto 1em;
    /* Based on 24px vertical rhythm. 48px bottom margin - normally 24 but the ribbon 'graphics' take up 24px themselves so we double it. */
}

.usericon {
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    width: 45px;
    height: 45px;
    border-radius: 999px;
}

.usericon:hover,
.usericon:focus {
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    width: 45px !important;
    height: 45px !important;
    border-radius: 999px !important;
    background: snow;
}

.btco-hover-menu .collapse ul ul li {
    border: 1px solid #eee;
}

.btco-hover-menu .collapse ul ul,
#navbarDropdownMenuLink4 .dropdown-menu{
    max-width: 200px !important;
    left: -50px;
}

.non-semantic-protector {
    position: relative;
    z-index: 1;
}

.main-banner .hvrbox img {
    height: 400px;
    object-fit: cover;
}

.tile-height {
    height: 40px;
}

.ribbon {
    font-size: 16px !important;
    /* This ribbon is based on a 16px font side and a 24px vertical rhythm. I've used em's to position each element for scalability. If you want to use a different font size you may have to play with the position of the ribbon elements */
    width: 70%;
    position: relative;
    background: black;
    color: #fff;
    text-align: center;
    padding: 1em 2em;
    /* Adjust to suit */
    margin: 0em auto 1em;
    /* Based on 24px vertical rhythm. 48px bottom margin - normally 24 but the ribbon 'graphics' take up 24px themselves so we double it. */
}

.ribbon:before,
.ribbon:after {
    content: "";
    position: absolute;
    display: block;
    bottom: -1em;
    border: 1.5em solid black;
    z-index: -1;
}

.ribbon:before {
    left: -2em;
    border-right-width: 1.5em;
    border-left-color: transparent;
}

.ribbon:after {
    right: -2em;
    border-left-width: 1.5em;
    border-right-color: transparent;
}

.ribbon .ribbon-content:before,
.ribbon .ribbon-content:after {
    content: "";
    position: absolute;
    display: block;
    border-style: solid;
    border-color: #3f6e66 transparent transparent transparent;
    bottom: -1em;
}

.ribbon .ribbon-content:before {
    left: 0;
    border-width: 1em 0 0 1em;
}

.ribbon .ribbon-content:after {
    right: 0;
    border-width: 1em 1em 0 0;
}

.main-banner .overlay-text {
    position: relative;
    margin-top: 4%;
}

.sidelinks {
    height: 56px;
    cursor: pointer;
    vertical-align: middle;
    display: table-cell;
}

.sidelinks:hover {
    color: #02b3e4 !important;
}

.sidelinks:visited {
    color: #02b3e4 !important;
}

/*.active {
    background: #02b3e4;
    border: 1px solid #02b3e4;
}*/

#capsule {
    float: left;
}

.capsule {
    padding-top: 25px;
}

.capsule .nav-tabs {
    border: none !important;
}

.capsule nav div.nav a:hover {
    background-color: #f8f8f8;
    color: #454545;
}

.capsule nav div.nav a {
    width: 50%;
    text-align: center;
    color: #454545;
    font-size: 32px;
    line-height: 40px;
    font-weight: 300;
    border: none;
    border: 3px solid #02b3e4 !important;
}

.capsule nav div.nav a.active {
    color: #ffffff !important;
    background-color: #02b3e4 !important;
}

.tab-content .active {
    background-color: #ffffff;
    border: none;
}

.tab-content {
    padding: 50px 0 0 20px;
}

a.left-link {
    border-top-left-radius: 35px !important;
    border-bottom-left-radius: 35px !important;
    border-top-right-radius: 0 !important;
}

a.right-link {
    border-top-right-radius: 35px !important;
    border-bottom-right-radius: 35px !important;
    border-top-left-radius: 0 !important;
}

.nav-tabs .nav-link {
    border-radius: none !important;
}

.capsule del,
.capsule b,
.capsule strong {
    color: #6a6a6a;
}

.capsule_nav {
    width: 70%;
    margin: 0 auto;
}

.tesimonial-1x .single-testimonial img {
    height: 80px;
    width: 80px;
    margin-bottom: 10px;
}

.track_tbl tr.active {
    background: #fff;
    color: #333 !important;
}

.sub_sec_bck_btn a.btn-outline-light {
    color: #fff !important;
}

.sub_sec_bck_btn a.btn-outline-light:hover {
    background-color: #212529 !important;
}

.vjs-youtube .vjs-poster {
    background-size: contain !important;
}

.next-prev-btn {
    display: flex;
    justify-content: space-between;
}


.video_div {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 2px 0;
}

.video_div a {
    text-decoration: underline !important;
    cursor: pointer;
}

.video_div a:hover {
    color: #023e7d !important;
}

.view_video_model .modal-content .modal-header,
.view_video_model .modal-content .modal-header button {
    color: #FFFFFF !important;
    outline: none;
}

.view_video_model .modal-content .modal-header .modal-title {
    font-weight: 700 !important;
}

.view_video_model .modal-body {
    padding: 0 15px;
}

.view_video_model .modal-content .modal-header button {
    font-size: 50px;
    padding: 0 20px 0 0;
}

.view_video_model .modal-content .modal-header {
    border: none;
}

.view_video_model .modal-content {
    background-color: #000000;
}

.video_course_details .panel-collapse .panel-body .ml-5 {
    margin: 0 !important;
    padding: 5px 20px;
    border: 1px solid #ddd;
}

.video-js.my-video-dimensions {
    width: 100% !important;
}

.create-new-pratice-exam {
    justify-content: flex-end;
    margin-right: 2px;
}

.video-courses-table table .vc-image {
    width: 8%;
    vertical-align: middle;
}
.video-courses-table table .vc-title {
    width: 59%;
    vertical-align: middle;    
}
.video-courses-table table .vc-exams {
    width: 14%;
    vertical-align: middle;    
}
.video-courses-table table .vc-status {
    width: 9%;
    vertical-align: middle;    
}
.dropdown-menu {
    min-width: 8rem;
    vertical-align: middle;    
}
.video-courses-table table .vc-actions {
    vertical-align: middle;
}

.dropdown-toggle:after {
    position: relative;
    right: 0 !important;
    top: 0 !important;
}

.video-course-details.course-details-1x .course-menu-tab,
.video-course-details.course-details-1x .tab-content{
    margin: 0;
    padding: 25px 0 0 0 !important;
}

/* marketplace header 30-5-21 */
.note-editor .btn-default{ background: #ececec !important;  border-color: #ececec !important;  color:black !important;}
     
.note-group-select-from-files small{ color:red; }
    .note-editable ul{
    list-style: disc !important;
    list-style-position: inside;
}
.note-editable ol{
   
    list-style-position: inside;
}

.navbar-light .navbar-brand img {
    max-width: 200px !important;
    object-fit: cover;
}
.marketplace-new .search-li.mobile-view {
    display: none !important;
}

.marketplace-new .search-li.desktop-view {
    display: block !important;
}
.error{ color:red; }
.img-display { border:1px solid grey; border-radius:15px; box-shadow: 0px 3px 8px #e6e6e6, -4px 3px 8px #e6e6e6, 4px 3px 8px #e6e6e6; max-width:75px;}

.main-menu-1x {
    position: fixed;
    top: 0px;
    z-index: 11111;
    width: 100%;
}

.page-banner {
    margin-top: 70px;
}

.r-bg {
    background-color: #ffffff;
}
.sub_sec_bck_btn {
    margin:0;
    padding:0;
}

.show-on-view-video-page {
    display: none;
}
.pipe-divider {
    display: none;
}

.jstars .jstars-empty:nth-child(2) {
    display: none !important;
}
.video_course_details_page .tab-content {
    padding: 0px 0 0 20px !important;
}
.my-video-dimensions {
    width: 100% !important;
}

/* end marketplace header 30-5-21 */


/* section powered by */

.rnp-fix-section.rnp-powered-by {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.rnp-fix-section.rnp-powered-by .rnp-content {
    flex: 0 0 30%;
    justify-content: flex-end;
    display: flex;
}

.rnp-fix-section.rnp-powered-by .rnp-images {
    flex: 0 0 65%;
}

.rnp-fix-section.rnp-powered-by .rnp-content h3 {
    /*font-weight: 700;*/
}

.rnp-fix-section.rnp-powered-by img.rnp-powered-by-image {
    width: 15%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.rnp-fix-section.rnp-powered-by img.rnp-powered-by-image.rnp-aws {
    width: 10%;
}

.rnp-fix-section.rnp-powered-by img.rnp-powered-by-image:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

/* end section powered by */

/* ReviewNrep Platform Features */
    
.rnp-fix-section.rnp-grid-view {
    padding: 50px 100px;
    color: #000000;
}

.rnp-fix-section.rnp-grid-view .rnp-content h3 {
    /*font-weight: 700;*/
    text-align: center;
    margin: 0 auto 40px;
}

.rnp-fix-section.rnp-grid-view .rnp-grid-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.rnp-fix-section.rnp-grid-view .rnp-grid-items .rnp-grid-item {
    flex: 0 0 33%;
    padding: 10px 50px;
}

.rnp-fix-section.rnp-grid-view .rnp-grid-items .rnp-grid-item h4 {
    font-size: 20px;
    font-weight: 900;
    padding-bottom: 10px;
}
/* end ReviewNrep Platform Features */

.video-course-section {
    display: flex;
    flex-direction: column;
}

.manage_bundle>a {
    margin-left: 10px;
}

/*.seller_bundles .dropdown .dropdown-menu {*/
/*    position: absolute;*/
/*    left: -85px;*/
/*}*/

@media (max-width: 1240px) {
    .main-menu .navbar-nav .nav-link {
        padding: 10px 10px;
    }
    /* ReviewNrep Platform Features */
    .rnp-fix-section.rnp-grid-view {
        padding: 20px 100px;
    }
    .rnp-fix-section.rnp-grid-view {
        padding: 20px 50px;
    }
    .rnp-fix-section.rnp-grid-view .rnp-grid-items .rnp-grid-item {
        padding: 10px 30px;
    }
    /* END ReviewNrep Platform Features */
}

@media (max-width: 1024px) {
    .search-result-tabs {
        width: 100%;
    }
    .capsule_nav {
        width: 90%;
        margin: 0 auto;
    }
    .capsule nav div.nav a {
        line-height: 20px;
        font-size: 18px;
    }
    /* menubar */
    .marketplace-new ul.navbar-nav {
        overflow-y: scroll;
        display: flex;
    }
    .marketplace-new ul.navbar-nav li {
        width: 100%;
    }
    .marketplace-new ul.navbar-nav li.search-li {
        order: 1;
    }
    .marketplace-new ul.navbar-nav li a {
        padding: 4px 10px;
    }
    
    .marketplace-new ul.navbar-nav li ul {
        max-width: 100% !important;
        padding-top: 5px !important;
    }
    .marketplace-new .search-li button.search-button {
        line-height: 36px;
    }
    .marketplace-new .search-li input.search-input {
        padding: 5px 10px;
    }
    
    .rnp-fix-section.rnp-powered-by .rnp-content {
        flex: 0 0 25%;
        justify-content: center;
    }
    .rnp-fix-section.rnp-powered-by .rnp-images {
        flex: 0 0 75%;
    }
    .rnp-fix-section.rnp-powered-by .rnp-content h3 {
        font-size: 20px;
    }
    .rnp-fix-section.rnp-powered-by img.rnp-powered-by-image {
        width: 18%;
    }
    .rnp-fix-section.rnp-powered-by img.rnp-powered-by-image.rnp-aws {
        width: 13%;
    }

    /* ReviewNrep Platform Features */
    .rnp-fix-section.rnp-grid-view .rnp-grid-items .rnp-grid-item h4 {
        font-size: 18px;
    }
    .rnp-fix-section.rnp-grid-view {
        padding: 20px 30px;
    }
    .rnp-fix-section.rnp-grid-view .rnp-grid-items .rnp-grid-item {
        padding: 10px 20px;
    }
    /* END ReviewNrep Platform Features */
}

@media (max-width:786px) {
    .search-result-tabs {
        width: 60%;
        border: none !important;
    }
    .search-result-tabs a {
        width: 60%;
        border-radius: 999px !important;
        border: 1px solid #333 !important;
        margin: 2px 0 !important;
    }
    .search-result-tabs a:first-child {
        border-radius: 999px !important;
        border-right: 0;
    }
    .search-result-tabs a:last-child {
        border-radius: 999px !important;
        border-right: 1px solid !important;
    }
}

@media only screen and (max-width: 747px) {
    .g_slide {
        width: 100%;
        height: 175px;
    }
    /* ReviewNrep Platform Features */
    .rnp-fix-section.rnp-grid-view .rnp-grid-items .rnp-grid-item {
        flex: 0 0 50%;
    }
    /* END ReviewNrep Platform Features */
}

@media screen and (max-width: 540px) {
    .main-banner {
        margin-top: 100px;
    }
    .ribbon {
        width: 100%;
    }
    
    .instructor-page .section-content-main {
        padding: 0 0 0 0 !important;
    }
    
    .rnp-fix-section.rnp-powered-by {
        flex-direction: column;
    }
    .rnp-fix-section.rnp-powered-by .rnp-content {
        flex: 0 0 100%;
        justify-content: center;
    }
    .rnp-fix-section.rnp-powered-by .rnp-images {
        flex: 0 0 100%;
    }
    .rnp-fix-section.rnp-powered-by img.rnp-powered-by-image {
        width: 20%;
    }
    
    /* ReviewNrep Platform Features */
    .rnp-fix-section.rnp-grid-view .rnp-content h3 {
        margin: 0 auto 30px;
    }
    .rnp-fix-section.rnp-grid-view .rnp-grid-items .rnp-grid-item {
        flex: 0 0 100%;
    }
    .rnp-fix-section.rnp-grid-view .rnp-grid-items .rnp-grid-item h4 {
        padding-bottom: 0;
        margin: 0;
    }
    .rnp-fix-section.rnp-grid-view .rnp-grid-items .rnp-grid-item h4::before {
        content: "\2714";
        padding-right: 20px;
        color: rgb(75, 208, 255);
        font-size: 22px;
    }
    .rnp-fix-section.rnp-grid-view .rnp-grid-items .rnp-grid-item p {
        display: none;
    }
    /* END ReviewNrep Platform Features */
}

@media screen and (max-width: 480px) {
    .main-menu {
        padding: 15px 0px 15px 0 !important;
    }
}

.single-course-content .badge-success {
/*	width: 220px;
    white-space: normal;
    line-height: normal;
    font-weight: 700;*/
}


/* END */

.create_question .modal-dialog {
    max-width: 85%;
}

.create_question .form-element-block {
    display: flex;
    flex-direction: column;
}

.create_question .form-element-block .form-element {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.create_question .form-element-block .form-element .form-group {
    width: 48%;
}

.box-flex {
    display: flex;
    justify-content: space-between;
}

.flex-cloumn {
    display: flex;
    flex-direction: column;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.equal-space {
    justify-content: space-between;
}

.w-48 {
    width: 48%;
}

.mr-t-b-l-r-5 {
    margin: 5px;
}

.mr-t-b-10 {
    margin: 10px 0;
}

.pd-t-b-10 {
    padding: 10px 0;
}

.pd-t-r-b-l-10 {
    padding: 10px;
}

.pd-r-b-l-10 {
    padding: 0 10px 10px 10px;
}

.brdr-1 {
    box-shadow: 0px 0px 4px #333;
    border-radius: 4px;
}

.quetion_div .input-group {
    display: flex;
    flex-direction: column;
}

.quetion_div .cherecter_count {
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
}

.quetion_div .option_text {
    margin: 5px 0;
}

.del_question_btn i {
    color: #ffffff;
}

.del_question_btn {
    border: none;
    background-color: #dc3545;
    left: 99%;
    position: relative;
    width: 24px;
    border-top-right-radius: 4px;
    bottom: 17%;
    border-bottom-left-radius: 10px;
    padding: 5px 0;
}

i.add_option {
    padding: 4px;
}

select.answers option:disabled {
    background-color: #eee;
}




.quiz_result {
    border: 1px solid #909aa3;
    box-shadow: 1px 0 10px rgba(0, 0, 0, .1);
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 25px 0;
}

.quiz_result .quiz_result_graph .count {
    font-size: 18px;
    width: 100%;
    display: block;
    margin-top: 20px;
}

.quiz_result .quiz_result_graph .count a {
    font-size: 18px;
    color: #000000;
}

.quiz_result .quiz_result_graph .count strong {
    font-size: 60px;
    font-weight: 400;
    color: #000000;
}

.quiz_result_graph .fail {
    color: #f80000;
}

.quiz_result_graph .pass {
    color: #65dd1a;
}

.quiz_result_graph .fail span,
.quiz_result_graph .pass span {
    color: #000000 !important;
}

.quiz_result_graph table {
    margin: 0 !important;
}

.canvasjs-chart-credit {
    display: none !important;
}

.quiz_result_graph .btn.btn_box_shadow {
    width: 45%;
}

.question_label {
    display: flex;
    align-items: flex-end;
}
 #delete_options{
    cursor: pointer;
    float: right;
    font-size: 12px;
    border: 1px solid;
    padding: 2px 5px;
    border-radius: 4px;
    line-height: initial;
}
#delete_options:hover {
    background: #f03232;
    border-color: #ffffff;
    color: #ffffff;
}


.popover {
    padding: 15px 15px;
    border: 1px solid #00000026;
    margin-left: -20px !important;
    box-shadow: 4px 6px 35px 0 #2e3d4945;
    width: 220px;
}

.popover h3.popover-header {
    padding: 0;
    background: transparent;
    font-size: 16px;
    color: #222;
    border: none;
    margin: 0 0 10px 0;
    font-weight: 600;
    line-height: 1.5;
}

.popover .popover-body {
    padding: 0;
}

.popover .popover-body h1 {
    font-size: 14px;
    color: #222;
    line-height: 1.5;
    margin-bottom: 20px;
}

.popover .popover-body p{
     margin-bottom: 10px;
}

.popover .popover-body .btn.btn-small.text-light {
    width: 100%;
}

.popover.bs-popover-auto[x-placement^=right] .arrow::before, .popover.bs-popover-right .arrow::before {
    border-right-color: #00000026;
}

.popover.custom-popover {
    padding: 25px 25px;
    border: 1px solid #0000000d;
    margin-left: -20px !important;
    box-shadow: 4px 6px 35px 0 #2e3d493b;
    width: 350px;
    max-width: 350px;
    left: 100%;
    top: -5px;
    opacity: 0;
    display: none;
    transform: translateX(-10px);
    transition: transform 0.8s;
}

.popover.custom-popover h3.popover-header {
    padding: 0;
    background: transparent;
    font-size: 16px;
    color: #222;
    border: none;
    margin: 0 0 10px 0;
    font-weight: 600;
    line-height: 1.5;
}

.popover.custom-popover .popover-body {
    padding: 0;
}

.popover.custom-popover .popover-body h1 {
    font-size: 20px;
    font-weight: 700;
    color: #222;
    line-height: 1.5;
    margin-bottom: 15px;
}

.popover.custom-popover .popover-body p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.5;
    color: #222c;
}

.popover.custom-popover .popover-body .btn.btn-small.text-light {
    width: 100%;
    display: inline-block;
    background: #02b3e4;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    padding: 10px 28px;
    border-radius: 6px;
    text-transform: capitalize;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px 0 #2e3d4926;
    cursor: pointer;
}

.popover.custom-popover .arrow::after {
    content: "";
    left: 1px;
    border-right-color: #fff;
    border-width: .5rem .5rem .5rem 0;
}

.popover.custom-popover .arrow::before {
    content: "";
    left: 0;
    border-right-color: rgba(0,0,0,.1);
    border-width: .5rem .5rem .5rem 0;
}

.popover.custom-popover .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem;
    left: calc((.5rem + 1px) * -1);
    margin: .3rem 0;
        top: calc(50% - 20px);
}

.single-course {
    position: relative;
}

.single-course:hover .popover.custom-popover {
    opacity: 1;
    display: block;
    transform: translateX(0);
}

.home.alert {
    margin-bottom: 0;
    text-align: center;
    padding: 8px;
    color: #fff;
    background: #0c84c8;
    border-color: #000;
}
.home.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.home.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
.home.alert-dismissable .close, .alert-dismissible .close {
    right: 12px;
}
.home.alert-dismissable .close, .alert-dismissible .close {
    position: absolute;
    top: -10px;
    right: -21px;
    color: inherit;
}
.home.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    margin-right: 20px;
}
.home.alert p {
    font-size: 16px;
}
.home.alert>p, .alert>ul {
    margin-bottom: 0;
}
.home.alert a {
    color: #00aeef;
    font-size: 16px;
}
.home.alert {
    margin-bottom: 0;
    text-align: center;
    padding: 8px;
    color: #fff;
    background: #0c84c8;
    border: none !important;
    border-radius: 0 !important;
}

.seller_info {
    margin-top: 100px;
}

.fa-copy {
    padding: 10px;
    cursor: pointer;
}

.copy-input-block {
    display: flex;
    align-items: center;
}

.text-blue {
    color: #02b3e4;
}

.sticky-menu {
    position: fixed;
    top: 50px !important;
    bottom: auto;
}

.top-header-notification-bar {
    min-height: 50px;
}

.top-header-notification-bar.sticky-menu {
    width: 100%;
    position: fixed;
    z-index: 999999;
    top: 0 !important;
    height: 50px;
}

.psgTimer{display:table;font-size:0;font-family:'Roboto', sans-serif}
.psgTimer_numbers>div,.psgTimer_labels>div{display:inline-block;font-size:0;width:60px;text-align:center}
.psgTimer_numbers>div{position:relative}
.psgTimer_numbers>div:after{content:":";line-height:normal;height:auto;display:block;font-weight:bold;font-size:24px;color:#21272C;
							position:absolute;top:0;right:-4px}
.psgTimer_numbers>div:last-child:after{content:none}
.psgTimer_numbers>div>div{display:inline-block;vertical-align:top;width:35px;height:auto;line-height:30px;background:#21272C;
						box-shadow:0px 4px 8px rgba(0,0,0,0.2);border-radius:6px;font-weight:bold;font-size:24px;text-align:center;
						color:#FFD631}
.psgTimer_numbers>div>div:first-child{margin-right:5px}
.psgTimer_labels>div{padding-top:5px !important;font-size:12px;line-height:18px;text-transform:uppercase;letter-spacing:1.2px;color:#21272C}
.banner_text { display: flex; justify-content: center; }

.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ecf0f1;
    background: #212327;
}

.cookiealert.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
    transition-delay: 1000ms;
}

.cookiealert a {
    text-decoration: underline
}

.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
}

.tab-content {
    border-bottom: 1px solid #ddd;
    padding-bottom: 50px;
}
.ask-question-section {
    display: flex;
    flex-direction: row;
}
.ask-question-section img {
    height: 30px;
    width: 30px;
    margin: 5px;
}
.chat-box {
    max-height: 500px;
    overflow-y: scroll;
}
.chat-box img {
    height: 45px;
    width: 45px;
}
.forums-section, .tab-content {
    margin: 0 auto;
}
.tab-pane .card {
    border: 0px;
}
.comment-reply {
    cursor: pointer;
}

.color-blue {
    color: #02b3e4 !important;
}

.ui-widget.ui-widget-content {
    max-width: 280px;
    background: #000;
    padding: 5px;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
    line-height: 18px;
    z-index: 999999;
}

.create-site li.step-main {
    background: transparent;
    width: 33.33%;
    text-align: center;
}

.create-site .nav.nav-tabs.main-navtabs {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.create-site .nav>li .active {
    border-bottom: 5px solid #02b3e4;
    color: #000000;
    font-weight: 700;
}

.create-site .pricingTable.column ul li:before {
    background-image: url('/assets/marketplace/images/check.png');
    content: "";
    padding: 0 10px;
    margin: 0 10px 0 0;
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
}

.create-site .pricingTable.column p.desc{
    min-height: 54px;
}

.create-site .pricingTable.column ul li {
    list-style: none;    
}

.create-site .pricingTable.column ul {
    padding: 0;
    margin: 20px 0 0 0px;
}

/* tab css */
.create-site .nav-tabs {
    border-bottom: 1px solid #ddd;
}
.create-site .nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.create-site .nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}
.create-site .nav>li {
    position: relative;
    display: block;
}
.create-site .nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.create-site .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
/* end tab css */
/*----------step-wizard------------*/
.create-site .d-flex{
    display: flex;
}
.create-site .justify-content-center{
    justify-content: center;
}
.create-site .align-items-center{
    align-items: center;
}

/*---------signup-step-------------*/
.create-site .bg-color{
    background-color: #333;
}
.create-site .wizard .nav-tabs {
    position: relative;
    margin-bottom: 0;
    border-bottom-color: transparent;
    display: flex;
    justify-content: space-between;
}

.create-site .wizard > div.wizard-inner {
        position: relative;
    text-align: center;
}

.create-site .connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 15px;
    z-index: 1;
}

.create-site .wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

.create-site span.round-tab {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 16px;
    color: #0e214b;
    font-weight: 500;
    border: 1px solid #ddd;
}
.create-site span.round-tab i{
    color:#555555;
}
.create-site .wizard li.active span.round-tab {
        background: #0062CB;
    color: #fff;
    border-color: #0062CB;
}
.create-site .wizard li.active span.round-tab i{
    color: #5bc0de;
}
.create-site .wizard .nav-tabs > li.active > a i{
    color: #0062CB;
}

.create-site .wizard .nav-tabs > li {
    width: 25%;
}

.create-site .wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: red;
    transition: 0.1s ease-in-out;
}

.create-site .wizard .nav-tabs > li a {
    width: 30px;
    height: 30px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
    background-color: transparent;
    position: relative;
    top: 0;
}
.create-site .wizard .nav-tabs > li a i{
    position: absolute;
    top: -15px;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    font-weight: 700;
    color: #000;
}

.create-site .wizard .nav-tabs > li a:hover {
    background: transparent;
}

.create-site .wizard .tab-pane {
    position: relative;
    padding-top: 20px;
}


.create-site .wizard h3 {
    margin: 10px 0px;
    font-size: 40px;
    font-weight: bold;
}
.create-site .wizard h3.pricing_title {
    font-size: 28px;
}
.create-site .wizard .value {
    font-size: 22px;
    font-weight: 400;
}
.create-site .prev-step, .create-site .next-step, .newplanbtn, .chnagePlanToDowngrade, .chnagePlanToFree {
    font-size: 16px;
    padding: 20px 20px;
    border: none;
    border-radius: 4px;
    margin: 10px auto;
    text-transform: uppercase;
}
.create-site .next-step{
    background-color: #0062CB;
}

.create-site .row.d-flex.justify-content-center .col-md-10{
    border: 1px solid #cdc0c0;
    border-radius: 5px;
    padding: 30px;
}

.flex-block {
    display: flex;
}

.btn.btn-info#edit_field {
    border-radius: 11px;
    background: transparent;
    color: #000;
    border: none;
    cursor: pointer;
}

.answers-preview .question-mp p {
    display: block;
}

.answers-preview p {
    display: contents;
}

.answers-preview p.description {
    display: block;
    margin-top: 0px;
}

.answers-preview .explanation p {
    display: block;
}

.answers-preview .small-fonts {
    font-size: 12px;
}


.search-div {
    display: flex;
    justify-content: flex-end;
    position: relative;
    top: 50px;
}

.filter-div {
    position: relative;
    top: 20px;
}

/* pricing page */
.pricing-col, .new-plan {
    padding: 0 !important;
}
.new-plan .pricingTable {
    min-height: 200px;
    text-align: center;
}
.pricingTable {
    border: 1px solid gray;
    margin: 0;
    padding: 15px;
    min-height: 770px;
}
.pricingTable .content p {
    min-height: 53px;
}
.pricingTable .link {
    text-align: center;
}
.new-plan {
    margin: 20px 0;
}
.msg_of_new_plan {
    height: 200px;
}
.rnp-pricing .columns {
  float: left;
  width: 100%;
  padding: 8px;
}

.rnp-pricing .price {
  list-style-type: none;
  border: 1px solid #eee;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.rnp-pricing .price:hover {
  box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

.rnp-pricing .price .header {
  background-color: #111;
  color: white;
  font-size: 25px;
}

.rnp-pricing .price li {
  border-bottom: 1px solid #eee;
  padding: 20px;
  text-align: center;
}

.rnp-pricing .price .grey {
  background-color: #eee;
  font-size: 20px;
}

.rnp-pricing .button {
  background-color: #04AA6D;
  border: none;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
}


.recommanded_plan_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.recommanded_plan {
    font-size: 14px !important;
}
/* pricing page */



.menu-right-side.dropdown-user-div li {
    padding: 0 5px;
}

.menu-right-side.dropdown-user-div .dropdown-item {
    padding: 0 15px;
    margin: 0;
    width: 100%;
    text-align: left;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
}

.floating_button span {
    position: fixed;
    bottom: 60%;
    right: -50px;
    transform: rotate(270deg);
    padding: 0 10px;
    background: #fff;
    letter-spacing: 1px;
    color: #000;
    border: 1px solid #000;
    box-shadow: 1px 1px 10px 3px #000;
}


@media (min-width: 1025px) and (max-width: 1600px) {
    .advance-course-block:nth-child(4) .popover.custom-popover, 
    .advance-course-block:nth-child(8) .popover.custom-popover, 
    .advance-course-block:nth-child(12) .popover.custom-popover, 
    .advance-course-block:nth-child(16) .popover.custom-popover, 
    .advance-course-block:nth-child(20) .popover.custom-popover,
    .advance-course-block:nth-child(24) .popover.custom-popover,
    .advance-course-block:nth-child(28) .popover.custom-popover,
    .advance-course-block:nth-child(32) .popover.custom-popover,
    .advance-course-block:nth-child(36) .popover.custom-popover,
    .advance-course-block:nth-child(40) .popover.custom-popover {
        left: 40px;
    }
    .advance-course-block:nth-child(4n-40) .popover.custom-popover {
        left: 40px;
    }
    .popover.custom-popover {
        width: 320px;
        max-width: 320px;    
    }
}

@media screen and (max-width: 640px){
	.psgTimer_numbers>div,.psgTimer_labels>div{width:74px}
	.psgTimer_numbers>div{position:relative}
	.psgTimer_numbers>div:after{line-height:22px;height:20px;font-size:16px;right:-2px}
	.psgTimer_numbers>div div{width:26px;height:20px;line-height:22px;font-size:14px}
	.psgTimer_numbers>div div:first-child{margin-right:2px}
	.psgTimer_labels>div{font-size:10px;line-height:16px}
}

@media only screen and (max-width: 600px) {
  .rnp-pricing .columns {
    width: 100%;
  }
}

@media screen and (max-width:767px) {
    .capsule nav div.nav a {
        font-size: 14px;
    	padding: 6px 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    	border: 1px solid #02b3e4 !important;
    }
    
    .capsule nav div.nav a.right-link {
        border-top-right-radius: 16px !important;
        border-bottom-right-radius: 16px !important;
    	border-left: 0 !important;
    }
    
    .capsule nav div.nav a.left-link {
        border-top-left-radius: 16px !important;
        border-bottom-left-radius: 16px !important;
    	border-right: 0 !important;
    }
    .create_question .form-element-block .form-element {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .create_question .form-element-block .form-element .form-group {
        width: 100%;
    }
    .popover.custom-popover {
        margin-left: -20px !important;
        width: 100%;
        max-width: 100%;
        left: 20px;
     }
    
     .popover.custom-popover .arrow {
        display: none;
    }
    
    .banner_text { 
        flex-direction: column;
    }
    .banner_text p {
        font-size: 13px !important;
    }
    .cookiealert {
        font-size: 12px;
    }
    .top-header-notification-bar.sticky-menu {
        
        height: 90px;
    }
    .sticky-menu {
        top: 70px !important;
    }
}



.subsectionClick.disabled_div {
    pointer-events: none;
    cursor: no-drop;
    background-color: #00000021;
}

.iframe_block .sec-hold .row{
    margin: auto;
    padding: 180px 0;
}

.iframe_block .sec-hold p{
    text-align: center;
color:#a0a2a3;
}
.iframe_block .sec-hold  {
    width: 100%;
}

.iframe_block .sec-hold .fa-refresh{
    color: #a0a2a3;
    font-size: 30px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    flex-direction: column-reverse;
}


.sign-in-form .seller-login-form {
    margin-top: 20px;
}

.sign-in-form .info-text, .sign-in-form .info-text a {
    font-size: 16px;
    color: #7F8096 !important;
}

.sign-in-form .title {
    margin: 0 0 40px 0 !important;
}

.instructor_login_modal .row a
{
    width: 100%;
    color: #fff;
}


